AgentX-Benchmark commited on
Commit
942be00
·
verified ·
1 Parent(s): b80b899

Upload agentx_croissant.json

Browse files
Files changed (1) hide show
  1. agentx_croissant.json +158 -0
agentx_croissant.json ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "arrayShape": "cr:arrayShape",
6
+ "citeAs": "cr:citeAs",
7
+ "column": "cr:column",
8
+ "conformsTo": "dct:conformsTo",
9
+ "cr": "http://mlcommons.org/croissant/",
10
+ "data": {
11
+ "@id": "cr:data",
12
+ "@type": "@json"
13
+ },
14
+ "dataBiases": "cr:dataBiases",
15
+ "dataCollection": "cr:dataCollection",
16
+ "dataType": {
17
+ "@id": "cr:dataType",
18
+ "@type": "@vocab"
19
+ },
20
+ "dct": "http://purl.org/dc/terms/",
21
+ "extract": "cr:extract",
22
+ "field": "cr:field",
23
+ "fileProperty": "cr:fileProperty",
24
+ "fileObject": "cr:fileObject",
25
+ "fileSet": "cr:fileSet",
26
+ "format": "cr:format",
27
+ "includes": "cr:includes",
28
+ "isArray": "cr:isArray",
29
+ "isLiveDataset": "cr:isLiveDataset",
30
+ "jsonPath": "cr:jsonPath",
31
+ "key": "cr:key",
32
+ "md5": "cr:md5",
33
+ "parentField": "cr:parentField",
34
+ "path": "cr:path",
35
+ "personalSensitiveInformation": "cr:personalSensitiveInformation",
36
+ "recordSet": "cr:recordSet",
37
+ "references": "cr:references",
38
+ "regex": "cr:regex",
39
+ "repeated": "cr:repeated",
40
+ "replace": "cr:replace",
41
+ "sc": "https://schema.org/",
42
+ "separator": "cr:separator",
43
+ "source": "cr:source",
44
+ "subField": "cr:subField",
45
+ "transform": "cr:transform"
46
+ },
47
+ "@type": "sc:Dataset",
48
+ "distribution": [
49
+ {
50
+ "@type": "cr:FileObject",
51
+ "@id": "repo",
52
+ "name": "repo",
53
+ "description": "The Hugging Face git repository.",
54
+ "contentUrl": "https://huggingface.co/datasets/AgentX-Benchmark/AgentX/tree/refs%2Fconvert%2Fparquet",
55
+ "encodingFormat": "git+https",
56
+ "sha256": "https://github.com/mlcommons/croissant/issues/80"
57
+ },
58
+ {
59
+ "@type": "cr:FileSet",
60
+ "@id": "parquet-files-for-config-default",
61
+ "containedIn": {
62
+ "@id": "repo"
63
+ },
64
+ "encodingFormat": "application/x-parquet",
65
+ "includes": "default/*/*.parquet"
66
+ }
67
+ ],
68
+ "recordSet": [
69
+ {
70
+ "@type": "cr:RecordSet",
71
+ "dataType": "cr:Split",
72
+ "key": {
73
+ "@id": "default_splits/split_name"
74
+ },
75
+ "@id": "default_splits",
76
+ "name": "default_splits",
77
+ "description": "Splits for the default config.",
78
+ "field": [
79
+ {
80
+ "@type": "cr:Field",
81
+ "@id": "default_splits/split_name",
82
+ "dataType": "sc:Text"
83
+ }
84
+ ],
85
+ "data": [
86
+ {
87
+ "default_splits/split_name": "train"
88
+ }
89
+ ]
90
+ },
91
+ {
92
+ "@type": "cr:RecordSet",
93
+ "@id": "default",
94
+ "description": "AgentX-Benchmark/AgentX - 'default' subset",
95
+ "field": [
96
+ {
97
+ "@type": "cr:Field",
98
+ "@id": "default/split",
99
+ "dataType": "sc:Text",
100
+ "source": {
101
+ "fileSet": {
102
+ "@id": "parquet-files-for-config-default"
103
+ },
104
+ "extract": {
105
+ "fileProperty": "fullpath"
106
+ },
107
+ "transform": {
108
+ "regex": "default/(?:partial-)?(train)/.+parquet$"
109
+ }
110
+ },
111
+ "references": {
112
+ "field": {
113
+ "@id": "default_splits/split_name"
114
+ }
115
+ }
116
+ },
117
+ {
118
+ "@type": "cr:Field",
119
+ "@id": "default/image",
120
+ "dataType": "sc:ImageObject",
121
+ "source": {
122
+ "fileSet": {
123
+ "@id": "parquet-files-for-config-default"
124
+ },
125
+ "extract": {
126
+ "column": "image"
127
+ },
128
+ "transform": {
129
+ "jsonPath": "bytes"
130
+ }
131
+ }
132
+ }
133
+ ]
134
+ }
135
+ ],
136
+ "conformsTo": "http://mlcommons.org/croissant/1.1",
137
+ "name": "AgentX",
138
+ "description": "AgentX-Benchmark/AgentX dataset hosted on Hugging Face and contributed by the HF Datasets community",
139
+ "alternateName": [
140
+ "AgentX-Benchmark/AgentX"
141
+ ],
142
+ "creator": {
143
+ "@type": "Person",
144
+ "name": "AgentX Benchmark",
145
+ "url": "https://huggingface.co/AgentX-Benchmark"
146
+ },
147
+ "keywords": [
148
+ "cc",
149
+ "< 1K",
150
+ "imagefolder",
151
+ "Image",
152
+ "Datasets",
153
+ "Croissant",
154
+ "🇺🇸 Region: US"
155
+ ],
156
+ "license": "https://choosealicense.com/licenses/cc/",
157
+ "url": "https://huggingface.co/datasets/AgentX-Benchmark/AgentX"
158
+ }