realtreetune commited on
Commit
ba3660e
·
verified ·
1 Parent(s): d6c4a3f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +42 -0
README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ dataset_info:
8
+ features:
9
+ - name: id
10
+ dtype: int64
11
+ - name: subfield
12
+ dtype: string
13
+ - name: context
14
+ dtype: 'null'
15
+ - name: solution
16
+ dtype: string
17
+ - name: final_answer
18
+ sequence: string
19
+ - name: is_multiple_answer
20
+ dtype: bool
21
+ - name: unit
22
+ dtype: string
23
+ - name: answer_type
24
+ dtype: string
25
+ - name: error
26
+ dtype: string
27
+ - name: problem
28
+ dtype: string
29
+ - name: _provided_sol
30
+ sequence: string
31
+ - name: answer
32
+ dtype: string
33
+ splits:
34
+ - name: test
35
+ num_bytes: 1376306
36
+ num_examples: 675
37
+ download_size: 644430
38
+ dataset_size: 1376306
39
+ ---
40
+ # Dataset Card for "olympiadbench"
41
+
42
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)