yiksiu commited on
Commit
4520d84
·
verified ·
1 Parent(s): 02f6d12

Upload dataset

Browse files
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: template
5
+ dtype: string
6
+ - name: idx
7
+ dtype: int64
8
+ - name: prompt
9
+ dtype: string
10
+ - name: label
11
+ dtype: string
12
+ - name: operator
13
+ dtype: string
14
+ - name: num_digit
15
+ dtype: int64
16
+ - name: random_counterfactual
17
+ struct:
18
+ - name: label
19
+ dtype: int64
20
+ - name: prompt
21
+ dtype: string
22
+ - name: ones_op1_counterfactual
23
+ struct:
24
+ - name: label
25
+ dtype: int64
26
+ - name: prompt
27
+ dtype: string
28
+ - name: ones_op2_counterfactual
29
+ struct:
30
+ - name: label
31
+ dtype: int64
32
+ - name: prompt
33
+ dtype: string
34
+ - name: tens_op1_counterfactual
35
+ struct:
36
+ - name: label
37
+ dtype: int64
38
+ - name: prompt
39
+ dtype: string
40
+ - name: tens_op2_counterfactual
41
+ struct:
42
+ - name: label
43
+ dtype: int64
44
+ - name: prompt
45
+ dtype: string
46
+ splits:
47
+ - name: train
48
+ num_bytes: 12610509
49
+ num_examples: 45920
50
+ - name: validation
51
+ num_bytes: 1801555
52
+ num_examples: 6560
53
+ - name: test
54
+ num_bytes: 1801399
55
+ num_examples: 6560
56
+ download_size: 4527321
57
+ dataset_size: 16213463
58
+ configs:
59
+ - config_name: default
60
+ data_files:
61
+ - split: train
62
+ path: data/train-*
63
+ - split: validation
64
+ path: data/validation-*
65
+ - split: test
66
+ path: data/test-*
67
+ ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8822809ba9e39079e288aa53b277493fffc0130d53b284020f93266453a5c29
3
+ size 510256
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45132c666bef7f0aca24d865845247c88f6501eec27120029753caf8bfbd8ce6
3
+ size 3507213
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:148a1ab6707f6781bc23555b85fb98c367dbb2d4469760e880d8a861db887ee7
3
+ size 509852