File size: 1,353 Bytes
75d6407
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: target
    dtype: int64
  - name: nums
    list: int64
  - name: prompt
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: messages
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: response
    dtype: string
  - name: gt_answer
    dtype: string
  splits:
  - name: all_data
    num_bytes: 45374734
    num_examples: 80000
  - name: test
    num_bytes: 5672272
    num_examples: 10000
  - name: test_small
    num_bytes: 453806
    num_examples: 800
  - name: verified_Qwen2.5_0.5B_Instruct
    num_bytes: 1298535
    num_examples: 822
  - name: verified_Qwen2.5_7B_Instruct
    num_bytes: 81507647
    num_examples: 30441
  - name: verified_Qwen3_4B_Instruct_2507
    num_bytes: 100181803
    num_examples: 27667
  download_size: 190730090
  dataset_size: 234488797
configs:
- config_name: default
  data_files:
  - split: all_data
    path: data/all_data-*
  - split: test
    path: data/test-*
  - split: test_small
    path: data/test_small-*
  - split: verified_Qwen2.5_0.5B_Instruct
    path: data/verified_Qwen2.5_0.5B_Instruct-*
  - split: verified_Qwen2.5_7B_Instruct
    path: data/verified_Qwen2.5_7B_Instruct-*
  - split: verified_Qwen3_4B_Instruct_2507
    path: data/verified_Qwen3_4B_Instruct_2507-*
---