File size: 903 Bytes
c3126d9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: problem_id
    dtype: int64
  - name: problem
    dtype: string
  - name: label
    dtype: string
  - name: level
    dtype: string
  - name: type
    dtype: string
  - name: prompt
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  - name: completion
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  splits:
  - name: full
    num_bytes: 12568563
    num_examples: 1303
  - name: 1a
    num_bytes: 2759696
    num_examples: 361
  - name: 2a
    num_bytes: 5838697
    num_examples: 685
  - name: 3a
    num_bytes: 9121311
    num_examples: 998
  download_size: 7440707
  dataset_size: 30288267
configs:
- config_name: default
  data_files:
  - split: full
    path: data/full-*
  - split: 1a
    path: data/1a-*
  - split: 2a
    path: data/2a-*
  - split: 3a
    path: data/3a-*
---