Commit ·
614d376
1
Parent(s): 9f28aa9
Update vivos.py
Browse files
vivos.py
CHANGED
|
@@ -38,15 +38,15 @@ The corpus was prepared by AILAB, a computer science lab of VNUHCM - University
|
|
| 38 |
We publish this corpus in hope to attract more scientists to solve Vietnamese speech recognition problems.
|
| 39 |
"""
|
| 40 |
|
| 41 |
-
_HOMEPAGE = "https://
|
| 42 |
|
| 43 |
_LICENSE = "CC BY-NC-SA 4.0"
|
| 44 |
|
| 45 |
-
_DATA_URL = "https://
|
| 46 |
|
| 47 |
_PROMPTS_URLS = {
|
| 48 |
-
"train": "https://
|
| 49 |
-
"test": "https://
|
| 50 |
}
|
| 51 |
|
| 52 |
|
|
|
|
| 38 |
We publish this corpus in hope to attract more scientists to solve Vietnamese speech recognition problems.
|
| 39 |
"""
|
| 40 |
|
| 41 |
+
_HOMEPAGE = "https://huggingface.co/datasets/Martha-987/vivos/tree/main"
|
| 42 |
|
| 43 |
_LICENSE = "CC BY-NC-SA 4.0"
|
| 44 |
|
| 45 |
+
_DATA_URL = "https://huggingface.co/datasets/Martha-987/vivos/tree/main/vivos.rar"
|
| 46 |
|
| 47 |
_PROMPTS_URLS = {
|
| 48 |
+
"train": "https://huggingface.co/datasets/Martha-987/vivos/tree/main/vivos/train/prompts.txt",
|
| 49 |
+
"test": "https://huggingface.co/datasets/Martha-987/vivos/tree/main/vivos/test/prompts.txt",
|
| 50 |
}
|
| 51 |
|
| 52 |
|