[email protected]
commited on
Commit
•
1277505
1
Parent(s):
3bc04d2
fix
Browse files- Cylonix_ASR_dataset.py +1 -1
Cylonix_ASR_dataset.py
CHANGED
@@ -131,7 +131,7 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
|
|
131 |
)
|
132 |
|
133 |
def _split_generators(self, dl_manager):
|
134 |
-
lang =
|
135 |
# n_shards_path = dl_manager.download_and_extract(_N_SHARDS_URL)
|
136 |
# with open(n_shards_path, encoding="utf-8") as f:
|
137 |
# n_shards = json.load(f)
|
|
|
131 |
)
|
132 |
|
133 |
def _split_generators(self, dl_manager):
|
134 |
+
lang = "zh-CN"
|
135 |
# n_shards_path = dl_manager.download_and_extract(_N_SHARDS_URL)
|
136 |
# with open(n_shards_path, encoding="utf-8") as f:
|
137 |
# n_shards = json.load(f)
|