Datasets:
Tasks:
Text Classification
Sub-tasks:
semantic-similarity-classification
Languages:
Korean
Size:
1K<n<10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,30 @@ task_ids:
|
|
19 |
- semantic-similarity-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: KorQpair
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for [Dataset Name]
|
@@ -145,4 +169,4 @@ Each row in the dataset contains two questions and a `is_duplicate` label.
|
|
145 |
|
146 |
### Contributions
|
147 |
|
148 |
-
Thanks to [@jaketae](https://github.com/jaketae) for adding this dataset.
|
|
|
19 |
- semantic-similarity-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: KorQpair
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: question1
|
25 |
+
dtype: string
|
26 |
+
- name: question2
|
27 |
+
dtype: string
|
28 |
+
- name: is_duplicate
|
29 |
+
dtype:
|
30 |
+
class_label:
|
31 |
+
names:
|
32 |
+
0: '0'
|
33 |
+
1: '1'
|
34 |
+
splits:
|
35 |
+
- name: test
|
36 |
+
num_bytes: 63466
|
37 |
+
num_examples: 758
|
38 |
+
- name: train
|
39 |
+
num_bytes: 515365
|
40 |
+
num_examples: 6136
|
41 |
+
- name: validation
|
42 |
+
num_bytes: 57242
|
43 |
+
num_examples: 682
|
44 |
+
download_size: 545236
|
45 |
+
dataset_size: 636073
|
46 |
---
|
47 |
|
48 |
# Dataset Card for [Dataset Name]
|
|
|
169 |
|
170 |
### Contributions
|
171 |
|
172 |
+
Thanks to [@jaketae](https://github.com/jaketae) for adding this dataset.
|