sarahwie commited on
Commit
9eeb7f0
·
verified ·
1 Parent(s): 6b39e17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -79
README.md CHANGED
@@ -1,79 +0,0 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: idx
5
- dtype: int64
6
- - name: template
7
- dtype: string
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
- - name: ones_carry_counterfactual
47
- struct:
48
- - name: label
49
- dtype: int64
50
- - name: prompt
51
- dtype: string
52
- - name: tens_carry_counterfactual
53
- struct:
54
- - name: label
55
- dtype: int64
56
- - name: prompt
57
- dtype: string
58
- splits:
59
- - name: train
60
- num_bytes: 6043254
61
- num_examples: 17424
62
- - name: validation
63
- num_bytes: 861900
64
- num_examples: 2484
65
- - name: test
66
- num_bytes: 861918
67
- num_examples: 2484
68
- download_size: 1613207
69
- dataset_size: 7767072
70
- configs:
71
- - config_name: default
72
- data_files:
73
- - split: train
74
- path: data/train-*
75
- - split: validation
76
- path: data/validation-*
77
- - split: test
78
- path: data/test-*
79
- ---