Commit
•
418f6d9
1
Parent(s):
5329421
Fix path in download (#2)
Browse files- Fix path in download (c7daf8f1ea49ded1bf992273e19e1fb1141d61f8)
Co-authored-by: Marcin Wątroba <markowanga@users.noreply.huggingface.co>
- clarinpl_sejmsenat.py +1 -1
clarinpl_sejmsenat.py
CHANGED
@@ -54,7 +54,7 @@ dataset = dataset.map(map_to_array, remove_columns=["file"])
|
|
54 |
"""
|
55 |
|
56 |
_URL = "https://mowa.clarin-pl.eu/"
|
57 |
-
_DS_URL = "
|
58 |
|
59 |
class ClarinPLSejmSenatASRConfig(datasets.BuilderConfig):
|
60 |
"""BuilderConfig for ClarinPLSejmSenatASR."""
|
|
|
54 |
"""
|
55 |
|
56 |
_URL = "https://mowa.clarin-pl.eu/"
|
57 |
+
_DS_URL = "http://mowa.clarin-pl.eu/korpusy/parlament/parlament.tar.gz"
|
58 |
|
59 |
class ClarinPLSejmSenatASRConfig(datasets.BuilderConfig):
|
60 |
"""BuilderConfig for ClarinPLSejmSenatASR."""
|