File size: 510 Bytes
5ef2c96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: instruction
    dtype: string
  - name: response
    dtype: string
  - name: original_instruction
    dtype: string
  - name: reasoning_response
    dtype: string
  splits:
  - name: easy
    num_bytes: 1718776
    num_examples: 2044
  - name: hard
    num_bytes: 1724226
    num_examples: 2044
  download_size: 1004082
  dataset_size: 3443002
configs:
- config_name: default
  data_files:
  - split: easy
    path: data/easy-*
  - split: hard
    path: data/hard-*
---