Le Viet Hoang commited on
Commit ·
3e68a35
1
Parent(s): ecddd22
split train
Browse files- VBVLSP.py +1 -1
- transcript/train.tsv +0 -0
- transcript/train_1.tsv +0 -0
- transcript/train_10.tsv +0 -0
- transcript/train_2.tsv +0 -0
- transcript/train_3.tsv +0 -0
- transcript/train_4.tsv +0 -0
- transcript/train_5.tsv +0 -0
- transcript/train_6.tsv +0 -0
- transcript/train_7.tsv +0 -0
- transcript/train_8.tsv +0 -0
- transcript/train_9.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_1", "train_2", "train_3", "train_4", "train_5", "train_6", "train_7", "train_8", "train_9", "train_10", "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.tsv
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
transcript/train_1.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
transcript/train_10.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
transcript/train_2.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
transcript/train_3.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
transcript/train_4.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
transcript/train_5.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
transcript/train_6.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
transcript/train_7.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
transcript/train_8.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
transcript/train_9.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|