Datasets:
less restrictive license
Browse files
README.md
CHANGED
|
@@ -1,9 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-
|
| 3 |
-
task_categories:
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
| 5 |
pretty_name: FPT Open Speech Dataset (FOSD)
|
| 6 |
-
size_categories:
|
|
|
|
| 7 |
dataset_info:
|
| 8 |
features:
|
| 9 |
- name: audio
|
|
@@ -27,7 +31,7 @@ configs:
|
|
| 27 |
|
| 28 |
released publicly in 2018 by FPT Corporation
|
| 29 |
|
| 30 |
-
100h,
|
| 31 |
|
| 32 |
official link (dead): https://fpt.ai/fpt-open-speech-data/
|
| 33 |
|
|
@@ -43,6 +47,8 @@ pre-process:
|
|
| 43 |
- `Set001_V0.1_011477.mp3`
|
| 44 |
- `Set001_V0.1_011841.mp3`
|
| 45 |
|
|
|
|
|
|
|
| 46 |
usage with HuggingFace:
|
| 47 |
```python
|
| 48 |
# pip install -q "datasets[audio]"
|
|
|
|
| 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: FPT Open Speech Dataset (FOSD)
|
| 9 |
+
size_categories:
|
| 10 |
+
- 10K<n<100K
|
| 11 |
dataset_info:
|
| 12 |
features:
|
| 13 |
- name: audio
|
|
|
|
| 31 |
|
| 32 |
released publicly in 2018 by FPT Corporation
|
| 33 |
|
| 34 |
+
100h, 25.9k samples
|
| 35 |
|
| 36 |
official link (dead): https://fpt.ai/fpt-open-speech-data/
|
| 37 |
|
|
|
|
| 47 |
- `Set001_V0.1_011477.mp3`
|
| 48 |
- `Set001_V0.1_011841.mp3`
|
| 49 |
|
| 50 |
+
need to do: check misspelling
|
| 51 |
+
|
| 52 |
usage with HuggingFace:
|
| 53 |
```python
|
| 54 |
# pip install -q "datasets[audio]"
|