lucweber commited on
Commit
47cb4ff
·
verified ·
1 Parent(s): efc1c13

Upload dataset

Browse files
JsonSchemaStore/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:270f6131581ffca0fce061e1cfefc3805fc7b439eb09304085967a8c92ceb038
3
+ size 1756921
JsonSchemaStore/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:256f8b54c8f05ba051bfd237b2af71543d1009e2dcce710ad81850664752fde4
3
+ size 1345621
JsonSchemaStore/val-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:affe3fdf4248b8352124a80d5660d32a77c76662903ada553280ce433429596a
3
+ size 243913
README.md CHANGED
@@ -108,6 +108,24 @@ dataset_info:
108
  num_examples: 513
109
  download_size: 152481
110
  dataset_size: 743948.984924623
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  configs:
112
  - config_name: Github_easy
113
  data_files:
@@ -157,4 +175,12 @@ configs:
157
  path: Glaiveai2K/val-*
158
  - split: test
159
  path: Glaiveai2K/test-*
 
 
 
 
 
 
 
 
160
  ---
 
108
  num_examples: 513
109
  download_size: 152481
110
  dataset_size: 743948.984924623
111
+ - config_name: JsonSchemaStore
112
+ features:
113
+ - name: json_schema
114
+ dtype: string
115
+ - name: unique_id
116
+ dtype: string
117
+ splits:
118
+ - name: train
119
+ num_bytes: 6443020.348837209
120
+ num_examples: 200
121
+ - name: val
122
+ num_bytes: 956294
123
+ num_examples: 49
124
+ - name: test
125
+ num_bytes: 11113656
126
+ num_examples: 148
127
+ download_size: 3346455
128
+ dataset_size: 18512970.348837208
129
  configs:
130
  - config_name: Github_easy
131
  data_files:
 
175
  path: Glaiveai2K/val-*
176
  - split: test
177
  path: Glaiveai2K/test-*
178
+ - config_name: JsonSchemaStore
179
+ data_files:
180
+ - split: train
181
+ path: JsonSchemaStore/train-*
182
+ - split: val
183
+ path: JsonSchemaStore/val-*
184
+ - split: test
185
+ path: JsonSchemaStore/test-*
186
  ---