Datasets:
Tasks:
Automatic Speech Recognition
Formats:
parquet
Languages:
Persian
Size:
10K - 100K
Tags:
hezar
Update common-voice-13-fa.py
Browse files- common-voice-13-fa.py +2 -2
common-voice-13-fa.py
CHANGED
@@ -77,7 +77,7 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
|
|
77 |
)
|
78 |
|
79 |
def _split_generators(self, dl_manager):
|
80 |
-
splits = ("train", "
|
81 |
audio_urls = {split: _AUDIO_URL.format(split=split) for split in splits}
|
82 |
|
83 |
archive_paths = dl_manager.download(audio_urls)
|
@@ -89,7 +89,7 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
|
|
89 |
split_generators = []
|
90 |
split_names = {
|
91 |
"train": datasets.Split.TRAIN,
|
92 |
-
"
|
93 |
"test": datasets.Split.TEST,
|
94 |
}
|
95 |
for split in splits:
|
|
|
77 |
)
|
78 |
|
79 |
def _split_generators(self, dl_manager):
|
80 |
+
splits = ("train", "validation", "test")
|
81 |
audio_urls = {split: _AUDIO_URL.format(split=split) for split in splits}
|
82 |
|
83 |
archive_paths = dl_manager.download(audio_urls)
|
|
|
89 |
split_generators = []
|
90 |
split_names = {
|
91 |
"train": datasets.Split.TRAIN,
|
92 |
+
"validation": datasets.Split.VALIDATION,
|
93 |
"test": datasets.Split.TEST,
|
94 |
}
|
95 |
for split in splits:
|