Martha-987 commited on
Commit
614d376
·
1 Parent(s): 9f28aa9

Update vivos.py

Browse files
Files changed (1) hide show
  1. vivos.py +4 -4
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://doi.org/10.5281/zenodo.7068130"
42
 
43
  _LICENSE = "CC BY-NC-SA 4.0"
44
 
45
- _DATA_URL = "https://zenodo.org/record/7068130/files/vivos.tar.gz"
46
 
47
  _PROMPTS_URLS = {
48
- "train": "https://s3.amazonaws.com/datasets.huggingface.co/vivos/train/prompts.txt",
49
- "test": "https://s3.amazonaws.com/datasets.huggingface.co/vivos/test/prompts.txt",
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