liyucheng commited on
Commit
34a6530
1 Parent(s): a45004f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: question
7
+ dtype: string
8
+ - name: choices
9
+ sequence:
10
+ - name: text
11
+ dtype: string
12
+ - name: label
13
+ dtype: string
14
+ - name: answerKey
15
+ dtype: string
16
+ splits:
17
+ - name: test
18
+ num_bytes: 375511
19
+ num_examples: 1172
20
+ download_size: 203808
21
+ dataset_size: 375511
22
+ ---
23
+ # Dataset Card for "arc_test"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)