lonestar108
commited on
Commit
•
e2f8ea3
1
Parent(s):
b48ab7a
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
- split: validate
|
10 |
+
path: data/validate-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: messages
|
14 |
+
list:
|
15 |
+
- name: content
|
16 |
+
dtype: string
|
17 |
+
- name: role
|
18 |
+
dtype: string
|
19 |
+
- name: response
|
20 |
+
dtype: string
|
21 |
+
splits:
|
22 |
+
- name: train
|
23 |
+
num_bytes: 13594
|
24 |
+
num_examples: 27
|
25 |
+
- name: test
|
26 |
+
num_bytes: 7433
|
27 |
+
num_examples: 8
|
28 |
+
- name: validate
|
29 |
+
num_bytes: 942
|
30 |
+
num_examples: 3
|
31 |
+
download_size: 29119
|
32 |
+
dataset_size: 21969
|
33 |
+
---
|
34 |
+
# Dataset Card for "new_chat"
|
35 |
+
|
36 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|