butlerj commited on
Commit
b079631
·
verified ·
1 Parent(s): 2224d64

Upload croissant_toy_data.json

Browse files
Files changed (1) hide show
  1. croissant_toy_data.json +194 -0
croissant_toy_data.json ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/butlerj/toy_data/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": "butlerj/toy_data - '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/Unnamed__0",
120
+ "dataType": "cr:Int64",
121
+ "source": {
122
+ "fileSet": {
123
+ "@id": "parquet-files-for-config-default"
124
+ },
125
+ "extract": {
126
+ "column": "Unnamed: 0"
127
+ }
128
+ }
129
+ },
130
+ {
131
+ "@type": "cr:Field",
132
+ "@id": "default/col1",
133
+ "dataType": "cr:Float64",
134
+ "source": {
135
+ "fileSet": {
136
+ "@id": "parquet-files-for-config-default"
137
+ },
138
+ "extract": {
139
+ "column": "col1"
140
+ }
141
+ }
142
+ },
143
+ {
144
+ "@type": "cr:Field",
145
+ "@id": "default/col2",
146
+ "dataType": "cr:Float64",
147
+ "source": {
148
+ "fileSet": {
149
+ "@id": "parquet-files-for-config-default"
150
+ },
151
+ "extract": {
152
+ "column": "col2"
153
+ }
154
+ }
155
+ },
156
+ {
157
+ "@type": "cr:Field",
158
+ "@id": "default/col3",
159
+ "dataType": "cr:Float64",
160
+ "source": {
161
+ "fileSet": {
162
+ "@id": "parquet-files-for-config-default"
163
+ },
164
+ "extract": {
165
+ "column": "col3"
166
+ }
167
+ }
168
+ }
169
+ ]
170
+ }
171
+ ],
172
+ "conformsTo": "http://mlcommons.org/croissant/1.1",
173
+ "name": "toy_data",
174
+ "description": "butlerj/toy_data dataset hosted on Hugging Face and contributed by the HF Datasets community",
175
+ "alternateName": [
176
+ "butlerj/toy_data"
177
+ ],
178
+ "creator": {
179
+ "@type": "Person",
180
+ "name": "James",
181
+ "url": "https://huggingface.co/butlerj"
182
+ },
183
+ "keywords": [
184
+ "1K - 10K",
185
+ "csv",
186
+ "Tabular",
187
+ "Datasets",
188
+ "pandas",
189
+ "Croissant",
190
+ "Polars",
191
+ "🇺🇸 Region: US"
192
+ ],
193
+ "url": "https://huggingface.co/datasets/butlerj/toy_data"
194
+ }