Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1 |
---
|
|
|
2 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- config_name: default
|
4 |
data_files:
|
5 |
- split: train
|
@@ -9,6 +18,35 @@ configs:
|
|
9 |
- split: test
|
10 |
path: data/test-*
|
11 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
features:
|
13 |
- name: data_index_by_user
|
14 |
dtype: int32
|
@@ -36,7 +74,6 @@ dataset_info:
|
|
36 |
num_examples: 2376
|
37 |
download_size: 861121
|
38 |
dataset_size: 1605339
|
39 |
-
license: cc-by-sa-4.0
|
40 |
---
|
41 |
# Dataset Card for "kor_ai2_arc"
|
42 |
|
|
|
1 |
---
|
2 |
+
license: cc-by-sa-4.0
|
3 |
configs:
|
4 |
+
- config_name: ARC-Challenge
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: ARC-Challenge/train-*
|
8 |
+
- split: validation
|
9 |
+
path: ARC-Challenge/validation-*
|
10 |
+
- split: test
|
11 |
+
path: ARC-Challenge/test-*
|
12 |
- config_name: default
|
13 |
data_files:
|
14 |
- split: train
|
|
|
18 |
- split: test
|
19 |
path: data/test-*
|
20 |
dataset_info:
|
21 |
+
- config_name: ARC-Challenge
|
22 |
+
features:
|
23 |
+
- name: data_index_by_user
|
24 |
+
dtype: int32
|
25 |
+
- name: id
|
26 |
+
dtype: string
|
27 |
+
- name: question
|
28 |
+
dtype: string
|
29 |
+
- name: choices
|
30 |
+
struct:
|
31 |
+
- name: text
|
32 |
+
sequence: string
|
33 |
+
- name: label
|
34 |
+
sequence: string
|
35 |
+
- name: answerKey
|
36 |
+
dtype: string
|
37 |
+
splits:
|
38 |
+
- name: train
|
39 |
+
num_bytes: 396164
|
40 |
+
num_examples: 1119
|
41 |
+
- name: validation
|
42 |
+
num_bytes: 108314
|
43 |
+
num_examples: 299
|
44 |
+
- name: test
|
45 |
+
num_bytes: 425252
|
46 |
+
num_examples: 1172
|
47 |
+
download_size: 516331
|
48 |
+
dataset_size: 929730
|
49 |
+
- config_name: default
|
50 |
features:
|
51 |
- name: data_index_by_user
|
52 |
dtype: int32
|
|
|
74 |
num_examples: 2376
|
75 |
download_size: 861121
|
76 |
dataset_size: 1605339
|
|
|
77 |
---
|
78 |
# Dataset Card for "kor_ai2_arc"
|
79 |
|