Le Viet Hoang commited on
Commit ·
ecddd22
1
Parent(s): 62592a7
merge train
Browse files- VBVLSP.py +1 -1
- transcript/{train_split_2.tsv → train.tsv} +0 -0
- transcript/train_split_1.tsv +0 -0
VBVLSP.py
CHANGED
|
@@ -56,7 +56,7 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
|
|
| 56 |
)
|
| 57 |
|
| 58 |
def _split_generators(self, dl_manager):
|
| 59 |
-
splits = ("
|
| 60 |
audio_url = _AUDIO_URL
|
| 61 |
archive_path = dl_manager.download(audio_url)
|
| 62 |
local_extracted_archive_path = dl_manager.extract(archive_path)
|
|
|
|
| 56 |
)
|
| 57 |
|
| 58 |
def _split_generators(self, dl_manager):
|
| 59 |
+
splits = ("train", "test", "validation")
|
| 60 |
audio_url = _AUDIO_URL
|
| 61 |
archive_path = dl_manager.download(audio_url)
|
| 62 |
local_extracted_archive_path = dl_manager.extract(archive_path)
|
transcript/{train_split_2.tsv → train.tsv}
RENAMED
|
The diff for this file is too large to render.
See raw diff
|
|
|
transcript/train_split_1.tsv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|