Update URL
Browse files- clarinpl_studio.py +1 -1
clarinpl_studio.py
CHANGED
|
@@ -55,7 +55,7 @@ dataset = dataset.map(map_to_array, remove_columns=["file"])
|
|
| 55 |
"""
|
| 56 |
|
| 57 |
_URL = "https://mowa.clarin-pl.eu/"
|
| 58 |
-
_DS_URL = "
|
| 59 |
_TRAIN_URL = "https://raw.githubusercontent.com/danijel3/ClarinStudioKaldi/master/local_clarin/train.sessions"
|
| 60 |
_TEST_URL = "https://raw.githubusercontent.com/danijel3/ClarinStudioKaldi/master/local_clarin/test.sessions"
|
| 61 |
_VALID_URL = "https://raw.githubusercontent.com/danijel3/ClarinStudioKaldi/master/local_clarin/dev.sessions"
|
|
|
|
| 55 |
"""
|
| 56 |
|
| 57 |
_URL = "https://mowa.clarin-pl.eu/"
|
| 58 |
+
_DS_URL = "https://mowa.clarin-pl.eu/korpusy/audio.tar.gz"
|
| 59 |
_TRAIN_URL = "https://raw.githubusercontent.com/danijel3/ClarinStudioKaldi/master/local_clarin/train.sessions"
|
| 60 |
_TEST_URL = "https://raw.githubusercontent.com/danijel3/ClarinStudioKaldi/master/local_clarin/test.sessions"
|
| 61 |
_VALID_URL = "https://raw.githubusercontent.com/danijel3/ClarinStudioKaldi/master/local_clarin/dev.sessions"
|