File size: 748 Bytes
f080df9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
987f547
 
 
5f5fa54
 
 
 
 
f080df9
 
 
 
 
623c1dc
 
f080df9
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
---
dataset_info:
  features:
  - name: messages
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  - name: enable_thinking
    dtype: bool
  - name: id
    dtype: string
  - name: source
    dtype: string
  - name: sample_index
    dtype: int64
  - name: step_idx
    dtype: int64
  - name: num_steps
    dtype: int64
  - name: label
    dtype: string
  - name: correct
    dtype: bool
  splits:
  - name: test
    num_bytes: 57021122
    num_examples: 10082
  - name: train
    num_bytes: 4542454816
    num_examples: 761189
  download_size: 4548948794
  dataset_size: 4599475938
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
  - split: train
    path: data/train-*
---