Datasets:
Upload dataset
Browse files- README.md +34 -4
- dataset_infos.json +85 -1
- idioms/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,20 +1,50 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- machine-generated
|
4 |
-
language:
|
5 |
-
- ko
|
6 |
language_creators:
|
7 |
- found
|
|
|
|
|
8 |
multilinguality:
|
9 |
- monolingual
|
10 |
-
pretty_name: psyche/korean_idioms
|
11 |
size_categories:
|
12 |
- 1K<n<10K
|
13 |
source_datasets:
|
14 |
- original
|
15 |
-
tags: []
|
16 |
task_categories:
|
17 |
- text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
---
|
19 |
|
20 |
NLI를 위한 한국어 속담 데이터셋입니다.
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- machine-generated
|
|
|
|
|
4 |
language_creators:
|
5 |
- found
|
6 |
+
language:
|
7 |
+
- ko
|
8 |
multilinguality:
|
9 |
- monolingual
|
|
|
10 |
size_categories:
|
11 |
- 1K<n<10K
|
12 |
source_datasets:
|
13 |
- original
|
|
|
14 |
task_categories:
|
15 |
- text-classification
|
16 |
+
pretty_name: psyche/korean_idioms
|
17 |
+
tags: []
|
18 |
+
configs:
|
19 |
+
- config_name: default
|
20 |
+
data_files:
|
21 |
+
- split: train
|
22 |
+
path: data/train-*
|
23 |
+
- split: validation
|
24 |
+
path: data/validation-*
|
25 |
+
- config_name: idioms
|
26 |
+
data_files:
|
27 |
+
- split: train
|
28 |
+
path: idioms/train-*
|
29 |
+
dataset_info:
|
30 |
+
config_name: idioms
|
31 |
+
features:
|
32 |
+
- name: question
|
33 |
+
dtype: string
|
34 |
+
- name: answer
|
35 |
+
dtype: string
|
36 |
+
- name: dialogue
|
37 |
+
list:
|
38 |
+
- name: content
|
39 |
+
dtype: string
|
40 |
+
- name: role
|
41 |
+
dtype: string
|
42 |
+
splits:
|
43 |
+
- name: train
|
44 |
+
num_bytes: 2528452
|
45 |
+
num_examples: 7984
|
46 |
+
download_size: 1311065
|
47 |
+
dataset_size: 2528452
|
48 |
---
|
49 |
|
50 |
NLI를 위한 한국어 속담 데이터셋입니다.
|
dataset_infos.json
CHANGED
@@ -1 +1,85 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"psyche--korean_idioms": {
|
3 |
+
"description": "",
|
4 |
+
"citation": "",
|
5 |
+
"homepage": "",
|
6 |
+
"license": "",
|
7 |
+
"features": {
|
8 |
+
"question": {
|
9 |
+
"dtype": "string",
|
10 |
+
"id": null,
|
11 |
+
"_type": "Value"
|
12 |
+
},
|
13 |
+
"label": {
|
14 |
+
"dtype": "int64",
|
15 |
+
"id": null,
|
16 |
+
"_type": "Value"
|
17 |
+
}
|
18 |
+
},
|
19 |
+
"post_processed": null,
|
20 |
+
"supervised_keys": null,
|
21 |
+
"task_templates": null,
|
22 |
+
"builder_name": null,
|
23 |
+
"config_name": null,
|
24 |
+
"version": null,
|
25 |
+
"splits": {
|
26 |
+
"train": {
|
27 |
+
"name": "train",
|
28 |
+
"num_bytes": 2586439.837691614,
|
29 |
+
"num_examples": 7984,
|
30 |
+
"dataset_name": "korean_idioms"
|
31 |
+
},
|
32 |
+
"validation": {
|
33 |
+
"name": "validation",
|
34 |
+
"num_bytes": 287670.16230838594,
|
35 |
+
"num_examples": 888,
|
36 |
+
"dataset_name": "korean_idioms"
|
37 |
+
}
|
38 |
+
},
|
39 |
+
"download_checksums": null,
|
40 |
+
"download_size": 1684888,
|
41 |
+
"post_processing_size": null,
|
42 |
+
"dataset_size": 2874110.0,
|
43 |
+
"size_in_bytes": 4558998.0
|
44 |
+
},
|
45 |
+
"idioms": {
|
46 |
+
"description": "",
|
47 |
+
"citation": "",
|
48 |
+
"homepage": "",
|
49 |
+
"license": "",
|
50 |
+
"features": {
|
51 |
+
"question": {
|
52 |
+
"dtype": "string",
|
53 |
+
"_type": "Value"
|
54 |
+
},
|
55 |
+
"answer": {
|
56 |
+
"dtype": "string",
|
57 |
+
"_type": "Value"
|
58 |
+
},
|
59 |
+
"dialogue": [
|
60 |
+
{
|
61 |
+
"content": {
|
62 |
+
"dtype": "string",
|
63 |
+
"_type": "Value"
|
64 |
+
},
|
65 |
+
"role": {
|
66 |
+
"dtype": "string",
|
67 |
+
"_type": "Value"
|
68 |
+
}
|
69 |
+
}
|
70 |
+
]
|
71 |
+
},
|
72 |
+
"config_name": "idioms",
|
73 |
+
"splits": {
|
74 |
+
"train": {
|
75 |
+
"name": "train",
|
76 |
+
"num_bytes": 2528452,
|
77 |
+
"num_examples": 7984,
|
78 |
+
"dataset_name": "korean_idioms"
|
79 |
+
}
|
80 |
+
},
|
81 |
+
"download_size": 1311065,
|
82 |
+
"dataset_size": 2528452,
|
83 |
+
"size_in_bytes": 3839517
|
84 |
+
}
|
85 |
+
}
|
idioms/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b865d9b0fcbea7af01e8daf66906ca14c110e0a704c97b2a662a8e2bf4e47de
|
3 |
+
size 1311065
|