Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -9,6 +9,14 @@ configs:
|
|
9 |
path: ARC-Challenge/validation-*
|
10 |
- split: test
|
11 |
path: ARC-Challenge/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
- config_name: default
|
13 |
data_files:
|
14 |
- split: train
|
@@ -46,6 +54,34 @@ dataset_info:
|
|
46 |
num_examples: 1172
|
47 |
download_size: 516331
|
48 |
dataset_size: 929730
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
- config_name: default
|
50 |
features:
|
51 |
- name: data_index_by_user
|
|
|
9 |
path: ARC-Challenge/validation-*
|
10 |
- split: test
|
11 |
path: ARC-Challenge/test-*
|
12 |
+
- config_name: ARC-Easy
|
13 |
+
data_files:
|
14 |
+
- split: train
|
15 |
+
path: ARC-Easy/train-*
|
16 |
+
- split: validation
|
17 |
+
path: ARC-Easy/validation-*
|
18 |
+
- split: test
|
19 |
+
path: ARC-Easy/test-*
|
20 |
- config_name: default
|
21 |
data_files:
|
22 |
- split: train
|
|
|
54 |
num_examples: 1172
|
55 |
download_size: 516331
|
56 |
dataset_size: 929730
|
57 |
+
- config_name: ARC-Easy
|
58 |
+
features:
|
59 |
+
- name: data_index_by_user
|
60 |
+
dtype: int32
|
61 |
+
- name: id
|
62 |
+
dtype: string
|
63 |
+
- name: question
|
64 |
+
dtype: string
|
65 |
+
- name: choices
|
66 |
+
struct:
|
67 |
+
- name: text
|
68 |
+
sequence: string
|
69 |
+
- name: label
|
70 |
+
sequence: string
|
71 |
+
- name: answerKey
|
72 |
+
dtype: string
|
73 |
+
splits:
|
74 |
+
- name: train
|
75 |
+
num_bytes: 694289
|
76 |
+
num_examples: 2251
|
77 |
+
- name: validation
|
78 |
+
num_bytes: 175983
|
79 |
+
num_examples: 570
|
80 |
+
- name: test
|
81 |
+
num_bytes: 735067
|
82 |
+
num_examples: 2376
|
83 |
+
download_size: 861121
|
84 |
+
dataset_size: 1605339
|
85 |
- config_name: default
|
86 |
features:
|
87 |
- name: data_index_by_user
|