Datasets:
Tasks:
Multiple Choice
Modalities:
Text
Formats:
parquet
Sub-tasks:
multiple-choice-qa
Languages:
Korean
Size:
10K - 100K
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -2,4 +2,28 @@
|
|
2 |
license: other
|
3 |
license_name: race
|
4 |
license_link: https://www.cs.cmu.edu/~glai1/data/race/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
|
|
2 |
license: other
|
3 |
license_name: race
|
4 |
license_link: https://www.cs.cmu.edu/~glai1/data/race/
|
5 |
+
dataset_info:
|
6 |
+
features:
|
7 |
+
- name: data_index_by_user
|
8 |
+
dtype: int32
|
9 |
+
- name: article
|
10 |
+
dtype: string
|
11 |
+
- name: answer
|
12 |
+
dtype: string
|
13 |
+
- name: question
|
14 |
+
dtype: string
|
15 |
+
- name: options
|
16 |
+
sequence: string
|
17 |
+
splits:
|
18 |
+
- name: train
|
19 |
+
num_bytes: 191129599
|
20 |
+
num_examples: 87866
|
21 |
+
- name: validation
|
22 |
+
num_bytes: 10507580
|
23 |
+
num_examples: 4887
|
24 |
+
- name: test
|
25 |
+
num_bytes: 10668488
|
26 |
+
num_examples: 4934
|
27 |
+
download_size: 46954865
|
28 |
+
dataset_size: 212305667
|
29 |
---
|