rahaaskari commited on
Commit
8275b34
·
verified ·
1 Parent(s): 99b6110

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -27
README.md CHANGED
@@ -1,27 +1,11 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: text
5
- dtype: string
6
- splits:
7
- - name: train
8
- num_bytes: 59421343
9
- num_examples: 24292
10
- - name: validation
11
- num_bytes: 7426444
12
- num_examples: 3036
13
- - name: test
14
- num_bytes: 7428890
15
- num_examples: 3037
16
- download_size: 40875674
17
- dataset_size: 74276677
18
- configs:
19
- - config_name: default
20
- data_files:
21
- - split: train
22
- path: data/train-*
23
- - split: validation
24
- path: data/validation-*
25
- - split: test
26
- path: data/test-*
27
- ---
 
1
+ ## Dataset
2
+ Text-only English dataset of mixed dialog and non-dialog datasets, consisting of the following portions from the following works:
3
+
4
+ [Spontaneous speech](https://huggingface.co/datasets/rahaaskari/dialogs_type2) (4.2M tokens)
5
+
6
+ [Staged dialogs](https://huggingface.co/datasets/rahaaskari/dialogs_type1) (4.2M tokens)
7
+
8
+ [Non-dialog](https://huggingface.co/datasets/rahaaskari/no_dialog) (4.2M tokens)
9
+
10
+ Total 12.6M tokens (approximately 10M words)
11
+