Le Viet Hoang commited on
Commit ·
11fd7fe
1
Parent(s): 3653c5c
split train data
Browse files- VBVLSP.py +1 -1
- transcript/train_split_1.tsv +0 -0
- transcript/{train.tsv → train_split_2.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_split_1", "train_split_2", "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_1.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
transcript/{train.tsv → train_split_2.tsv}
RENAMED
|
The diff for this file is too large to render.
See raw diff
|
|
|