mattymchen
commited on
Commit
·
e8a2916
1
Parent(s):
de92baf
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: int32
|
6 |
+
- name: dialogue_id
|
7 |
+
dtype: string
|
8 |
+
- name: dialogue
|
9 |
+
sequence: string
|
10 |
+
splits:
|
11 |
+
- name: train
|
12 |
+
num_bytes: 2368643.9493132764
|
13 |
+
num_examples: 3769
|
14 |
+
- name: validation
|
15 |
+
num_bytes: 761636.6338235295
|
16 |
+
num_examples: 1257
|
17 |
+
- name: test
|
18 |
+
num_bytes: 766834.158255757
|
19 |
+
num_examples: 1253
|
20 |
+
download_size: 1344796
|
21 |
+
dataset_size: 3897114.7413925626
|
22 |
+
---
|
23 |
+
# Dataset Card for "dream-safe"
|
24 |
+
|
25 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|