File size: 855 Bytes
ba3660e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: subfield
    dtype: string
  - name: context
    dtype: 'null'
  - name: solution
    dtype: string
  - name: final_answer
    sequence: string
  - name: is_multiple_answer
    dtype: bool
  - name: unit
    dtype: string
  - name: answer_type
    dtype: string
  - name: error
    dtype: string
  - name: problem
    dtype: string
  - name: _provided_sol
    sequence: string
  - name: answer
    dtype: string
  splits:
  - name: test
    num_bytes: 1376306
    num_examples: 675
  download_size: 644430
  dataset_size: 1376306
---
# Dataset Card for "olympiadbench"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)