File size: 971 Bytes
a45261c
 
11a7a1a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4f5c296
11a7a1a
 
4f5c296
36aa15c
11a7a1a
 
 
4f5c296
 
11a7a1a
 
 
 
 
 
 
 
 
a45261c
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
---

license: apache-2.0
dataset_info:
  features:
  - name: target
    dtype: int64
  - name: nums
    sequence: int64
  - name: answers
    sequence: string
  - name: prompt
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: difficulty
    dtype: float64
  - name: depth
    dtype: int64
  - name: weighted_ops
    dtype: int64
  - name: non_commutative_ops
    dtype: int64
  - name: bracket_count
    dtype: int64
  - name: difficulty_level
    dtype: string
  splits:
  - name: train
    num_bytes: 44434929
    num_examples: 49900
  - name: valid
    num_bytes: 281153
    num_examples: 300
  - name: test
    num_bytes: 1686969
    num_examples: 2000
  download_size: 8391828
  dataset_size: 46403051
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
---