File size: 1,527 Bytes
afc3a38
 
 
 
 
e4a3aff
 
afc3a38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e4a3aff
 
afc3a38
e4a3aff
 
afc3a38
e4a3aff
 
4d70ac7
e4a3aff
afc3a38
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
dataset_info:
  features:
  - name: idx
    dtype: int64
  - name: template
    dtype: string
  - name: prompt
    dtype: string
  - name: label
    dtype: string
  - name: operator
    dtype: string
  - name: num_digit
    dtype: int64
  - name: random_counterfactual
    struct:
    - name: label
      dtype: int64
    - name: prompt
      dtype: string
  - name: ones_op1_counterfactual
    struct:
    - name: label
      dtype: int64
    - name: prompt
      dtype: string
  - name: ones_op2_counterfactual
    struct:
    - name: label
      dtype: int64
    - name: prompt
      dtype: string
  - name: tens_op1_counterfactual
    struct:
    - name: label
      dtype: int64
    - name: prompt
      dtype: string
  - name: tens_op2_counterfactual
    struct:
    - name: label
      dtype: int64
    - name: prompt
      dtype: string
  - name: ones_carry_counterfactual
    struct:
    - name: label
      dtype: int64
    - name: prompt
      dtype: string
  - name: tens_carry_counterfactual
    struct:
    - name: label
      dtype: int64
    - name: prompt
      dtype: string
  splits:
  - name: train
    num_bytes: 11193906
    num_examples: 34440
  - name: validation
    num_bytes: 1599082
    num_examples: 4920
  - name: test
    num_bytes: 1599277
    num_examples: 4920
  download_size: 3455941
  dataset_size: 14392265
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---