Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
챗봇 학습용 문답 페어 11,876개로 구성되었습니다.
|
2 |
|
3 |
https://github.com/songys/Chatbot_data
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: index
|
5 |
+
dtype: int64
|
6 |
+
- name: Q
|
7 |
+
dtype: string
|
8 |
+
- name: A
|
9 |
+
dtype: string
|
10 |
+
splits:
|
11 |
+
- name: train
|
12 |
+
num_bytes: 773618
|
13 |
+
num_examples: 9465
|
14 |
+
- name: test
|
15 |
+
num_bytes: 10333387
|
16 |
+
num_examples: 91592
|
17 |
+
download_size: 7231699
|
18 |
+
dataset_size: 11107005
|
19 |
+
---
|
20 |
챗봇 학습용 문답 페어 11,876개로 구성되었습니다.
|
21 |
|
22 |
https://github.com/songys/Chatbot_data
|