File size: 743 Bytes
f44080e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5ff8b4d
 
 
 
f44080e
 
ca5e125
f44080e
 
ca5e125
 
 
 
f44080e
 
 
 
 
 
 
 
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: instruction
    dtype: string
  - name: inputs
    struct:
    - name: question
      dtype: string
  - name: outputs
    dtype: string
  - name: meta
    struct:
    - name: id
      dtype: int32
    - name: grade
      dtype: string
    - name: task_complexity
      dtype: string
    - name: olympiad
      dtype: string
    - name: solutions
      dtype: string
    - name: year
      dtype: string
  splits:
  - name: shots
    num_bytes: 6169
    num_examples: 3
  - name: test
    num_bytes: 484132
    num_examples: 307
  download_size: 428779
  dataset_size: 490301
configs:
- config_name: default
  data_files:
  - split: shots
    path: data/shots-*
  - split: test
    path: data/test-*
---