File size: 507 Bytes
158c177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
484c4d4
158c177
 
 
484c4d4
158c177
484c4d4
 
158c177
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: question
    dtype: string
  - name: answer
    dtype: string
  - name: metadata
    struct:
    - name: dataset
      dtype: string
    - name: difficulty
      dtype: string
    - name: original_solution
      dtype: string
    - name: type
      dtype: string
  splits:
  - name: test
    num_bytes: 237042
    num_examples: 272
  download_size: 104409
  dataset_size: 237042
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---