Upload dataset
Browse files- README.md +31 -0
- data/test-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -2,6 +2,37 @@
|
|
| 2 |
language:
|
| 3 |
- ko
|
| 4 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
# K-DTCBench
|
| 7 |
|
|
|
|
| 2 |
language:
|
| 3 |
- ko
|
| 4 |
license: cc-by-nc-4.0
|
| 5 |
+
dataset_info:
|
| 6 |
+
features:
|
| 7 |
+
- name: index
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: question
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: choice_a
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: choice_b
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: choice_c
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: choice_d
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: answer
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: category
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: image
|
| 24 |
+
dtype: image
|
| 25 |
+
splits:
|
| 26 |
+
- name: test
|
| 27 |
+
num_bytes: 9681522.0
|
| 28 |
+
num_examples: 240
|
| 29 |
+
download_size: 3340794
|
| 30 |
+
dataset_size: 9681522.0
|
| 31 |
+
configs:
|
| 32 |
+
- config_name: default
|
| 33 |
+
data_files:
|
| 34 |
+
- split: test
|
| 35 |
+
path: data/test-*
|
| 36 |
---
|
| 37 |
# K-DTCBench
|
| 38 |
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f86ed010cd8005a5e1b95582d40be778745f14858676ae1ff17f9d5b2683320
|
| 3 |
+
size 3340794
|