Xulianghuang commited on
Commit
ff93401
·
verified ·
1 Parent(s): 5a8ed21

Upload dataset

Browse files
README.md CHANGED
@@ -5,21 +5,25 @@ dataset_info:
5
  dtype: string
6
  - name: solution
7
  dtype: string
8
- - name: ' Given a list of numbers separated by spaces, find a subset in the list
9
- that adds up to be a multiple of 10. The input is [1898, 8164, 1898, 5922, 1898,
10
- 3097]'
11
- dtype: string
12
- - name: \boxed{[1898, 5922]}\
13
- dtype: string
14
  splits:
15
- - name: train
16
- num_bytes: 28074575
17
- num_examples: 125381
18
- download_size: 7220914
19
- dataset_size: 28074575
 
 
 
 
 
 
20
  configs:
21
  - config_name: default
22
  data_files:
23
- - split: train
24
- path: data/train-*
 
 
 
 
25
  ---
 
5
  dtype: string
6
  - name: solution
7
  dtype: string
 
 
 
 
 
 
8
  splits:
9
+ - name: id_data
10
+ num_bytes: 6661196
11
+ num_examples: 31441
12
+ - name: id_ood_data
13
+ num_bytes: 13504511
14
+ num_examples: 62691
15
+ - name: ood_data
16
+ num_bytes: 6843292
17
+ num_examples: 31249
18
+ download_size: 7173686
19
+ dataset_size: 27008999
20
  configs:
21
  - config_name: default
22
  data_files:
23
+ - split: id_data
24
+ path: data/id_data-*
25
+ - split: id_ood_data
26
+ path: data/id_ood_data-*
27
+ - split: ood_data
28
+ path: data/ood_data-*
29
  ---
data/id_data-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47de5b137dde196eb38c30ff67a260f7bfb7d29bd46404da4a0bd7ab25056804
3
+ size 1505368
data/id_ood_data-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fdd51371df12f41730b4e2d9277be08692de6e825531c6382481d37ba0c7afa
3
+ size 3657121
data/ood_data-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:246be893c15cdd87fc99e0cc6b0d1a2ee9a52b4e20a30c7f57fce6002eab4771
3
+ size 2011197