EmirhanP commited on
Commit
abf6e62
·
verified ·
1 Parent(s): 46ff83a

Upload 2 files

Browse files
Files changed (2) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +50 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acfd0a464d87c52ffaf64ce2c732388bcf6077d273d30abc3ff51338b7a6f170
3
+ size 80344
dataset_info.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "csv",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "arcchallenge_eng",
6
+ "dataset_size": 79399,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/berkay-demirhan/arcchallenge_eng@68aeb934c9a345f422838abe835d386e75583677/arc_challenge_eng.csv": {
10
+ "num_bytes": 77081,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 77081,
15
+ "features": {
16
+ "id": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "question": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "choices": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "answerKey": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ }
32
+ },
33
+ "homepage": "",
34
+ "license": "",
35
+ "size_in_bytes": 156480,
36
+ "splits": {
37
+ "train": {
38
+ "name": "train",
39
+ "num_bytes": 79399,
40
+ "num_examples": 250,
41
+ "dataset_name": "arcchallenge_eng"
42
+ }
43
+ },
44
+ "version": {
45
+ "version_str": "0.0.0",
46
+ "major": 0,
47
+ "minor": 0,
48
+ "patch": 0
49
+ }
50
+ }