Le Viet Hoang commited on
Commit
296c5a5
·
1 Parent(s): 05a39e1
VBVLSP.py CHANGED
@@ -27,7 +27,7 @@ from tqdm import tqdm
27
  # TODO: change "streaming" to "main" after merge!
28
  _BASE_URL = "https://huggingface.co/datasets/leviethoang/VBVLSP/resolve/main"
29
 
30
- _AUDIO_URL = _BASE_URL + "audio/vlsp2020_train_set_02.tar.gz"
31
 
32
  _TRANSCRIPT_URL = _BASE_URL + "transcript/{split}.tsv"
33
 
@@ -87,4 +87,4 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
87
  # set path to None if the audio file doesn't exist locally (i.e. in streaming mode)
88
  result["file_path"] = path if local_extracted_archive_paths else filename
89
 
90
- yield path, result
 
27
  # TODO: change "streaming" to "main" after merge!
28
  _BASE_URL = "https://huggingface.co/datasets/leviethoang/VBVLSP/resolve/main"
29
 
30
+ _AUDIO_URL = "https://husteduvn-my.sharepoint.com/:u:/g/personal/hoang_lv194767_sis_hust_edu_vn/EYhNns0j8GJEgZvb-G2aRS4Bt7AEdQMrGxYtyO2xjc6Img?e=Srz382&download=1"
31
 
32
  _TRANSCRIPT_URL = _BASE_URL + "transcript/{split}.tsv"
33
 
 
87
  # set path to None if the audio file doesn't exist locally (i.e. in streaming mode)
88
  result["file_path"] = path if local_extracted_archive_paths else filename
89
 
90
+ yield path, result
transcript/test.tsv ADDED
The diff for this file is too large to render. See raw diff
 
transcript/train.tsv ADDED
The diff for this file is too large to render. See raw diff
 
transcript/validation.tsv ADDED
The diff for this file is too large to render. See raw diff