first add readme.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,47 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
# Vietnamese Text-To-Speech dataset (VBSF001-v1.0)
|
| 5 |
+
The audio is crawled from audiobooks on YouTube.The audio is NOT for commercial use.
|
| 6 |
+
The text is labeled by VinBrain JSC. The text is in public domain.
|
| 7 |
+
The text is from a collection of novels and short stories from the author "Vu Trong Phung." The text is in the public domain.
|
| 8 |
+
|
| 9 |
+
Dataset size: `1.2G`.
|
| 10 |
+
Total audio duration: `9.5 hours`.
|
| 11 |
+
|
| 12 |
+
### Text-audio samples
|
| 13 |
+
|
| 14 |
+
- Sample 1:
|
| 15 |
+
+ Audio:
|
| 16 |
+
+ Text:
|
| 17 |
+
- Sample 2:
|
| 18 |
+
+ Audio:
|
| 19 |
+
+ Text:
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
### Download
|
| 23 |
+
Get the dataset from here:
|
| 24 |
+
|
| 25 |
+
`dataset` directory structure:
|
| 26 |
+
|
| 27 |
+
```
|
| 28 |
+
dataset
|
| 29 |
+
├── meta_data.csv
|
| 30 |
+
└── wavs
|
| 31 |
+
├── 1.wav
|
| 32 |
+
├── 2.wav
|
| 33 |
+
├── 3.wav
|
| 34 |
+
...
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
### Statistics
|
| 38 |
+
|
| 39 |
+
- Total Clips 6,835
|
| 40 |
+
- Total Words 121,423
|
| 41 |
+
- Total Characters 528,088
|
| 42 |
+
- Total Duration 9:32:29
|
| 43 |
+
- Mean Clip Duration 5.03 sec
|
| 44 |
+
- Min Clip Duration 0.58 sec
|
| 45 |
+
- Max Clip Duration 14.09 sec
|
| 46 |
+
- Mean Words per Clip 17.76
|
| 47 |
+
- Distinct Words 3,527
|