Nikita Pavlichenko
commited on
Commit
·
f1634de
1
Parent(s):
932d3ae
Small fix
Browse files- VoxDIY-RusNews.py +1 -1
VoxDIY-RusNews.py
CHANGED
@@ -31,7 +31,7 @@ VoxDIY: Benchmark Dataset for Russian Crowdsourced Audio Transcription.
|
|
31 |
|
32 |
_URL = "https://raw.githubusercontent.com/pilot7747/VoxDIY/main/data/huggingface/"
|
33 |
_URLS = {
|
34 |
-
"train": "vox-diy-rusnews.json"
|
35 |
}
|
36 |
|
37 |
|
|
|
31 |
|
32 |
_URL = "https://raw.githubusercontent.com/pilot7747/VoxDIY/main/data/huggingface/"
|
33 |
_URLS = {
|
34 |
+
"train": _URL + "vox-diy-rusnews.json"
|
35 |
}
|
36 |
|
37 |
|