Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: id
|
6 |
+
dtype: int64
|
7 |
+
- name: question1
|
8 |
+
dtype: string
|
9 |
+
- name: question2
|
10 |
+
dtype: string
|
11 |
+
- name: label
|
12 |
+
dtype:
|
13 |
+
class_label:
|
14 |
+
names:
|
15 |
+
'0': 다른 질문
|
16 |
+
'1': 같은 질문
|
17 |
+
splits:
|
18 |
+
- name: train
|
19 |
+
num_bytes: 634021
|
20 |
+
num_examples: 6888
|
21 |
+
- name: test
|
22 |
+
num_bytes: 62628
|
23 |
+
num_examples: 688
|
24 |
+
download_size: 403049
|
25 |
+
dataset_size: 696649
|
26 |
---
|