Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,13 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: id
|
|
@@ -37,7 +46,7 @@ dataset_info:
|
|
| 37 |
dtype: string
|
| 38 |
splits:
|
| 39 |
- name: train
|
| 40 |
-
num_bytes: 13151855
|
| 41 |
num_examples: 115
|
| 42 |
- name: validation
|
| 43 |
num_bytes: 242121459.875
|
|
@@ -57,3 +66,11 @@ configs:
|
|
| 57 |
- split: test
|
| 58 |
path: data/test-*
|
| 59 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- automatic-speech-recognition
|
| 5 |
+
- text-to-speech
|
| 6 |
+
language:
|
| 7 |
+
- vi
|
| 8 |
+
pretty_name: Vietnamse subset of the Speech-MASSIVE dataset
|
| 9 |
+
size_categories:
|
| 10 |
+
- 1K<n<10K
|
| 11 |
dataset_info:
|
| 12 |
features:
|
| 13 |
- name: id
|
|
|
|
| 46 |
dtype: string
|
| 47 |
splits:
|
| 48 |
- name: train
|
| 49 |
+
num_bytes: 13151855
|
| 50 |
num_examples: 115
|
| 51 |
- name: validation
|
| 52 |
num_bytes: 242121459.875
|
|
|
|
| 66 |
- split: test
|
| 67 |
path: data/test-*
|
| 68 |
---
|
| 69 |
+
|
| 70 |
+
# Vietnamse subset of the Speech-MASSIVE dataset
|
| 71 |
+
|
| 72 |
+
extracted from:
|
| 73 |
+
- https://huggingface.co/datasets/FBK-MT/Speech-MASSIVE
|
| 74 |
+
- https://huggingface.co/datasets/FBK-MT/Speech-MASSIVE-test
|
| 75 |
+
|
| 76 |
+
my extraction code: https://github.com/phineas-pta/fine-tune-whisper-vi/blob/main/misc/load-speechmassive.py
|