typeof commited on
Commit
0dc8478
1 Parent(s): 3bbf8bf

Upload dataset

Browse files
Files changed (2) hide show
  1. ARC-Easy/train-00000-of-00001.parquet +3 -0
  2. README.md +30 -0
ARC-Easy/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5269ce93a82e4c641f56d15a774078c955d188a8671536663ee6cf313115f837
3
+ size 655830
README.md ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: ARC-Easy
4
+ features:
5
+ - name: id
6
+ dtype: string
7
+ - name: question
8
+ dtype: string
9
+ - name: choices
10
+ sequence:
11
+ - name: text
12
+ dtype: string
13
+ - name: label
14
+ dtype: string
15
+ - name: answerKey
16
+ dtype: string
17
+ - name: text
18
+ dtype: string
19
+ splits:
20
+ - name: train
21
+ num_bytes: 1220672
22
+ num_examples: 2821
23
+ download_size: 655830
24
+ dataset_size: 1220672
25
+ configs:
26
+ - config_name: ARC-Easy
27
+ data_files:
28
+ - split: train
29
+ path: ARC-Easy/train-*
30
+ ---