Mikolaj Pudo
commited on
Commit
·
784e9d0
1
Parent(s):
ced600c
fix
Browse files
MOCKS.py
CHANGED
@@ -41,7 +41,7 @@ audio testset for evaluation and benchmarking Open-Vocabulary Keyword Spotting (
|
|
41 |
|
42 |
|
43 |
#_BASE_URL = "https://huggingface.co/datasets/voiceintelligenceresearch/MOCKS/tree/main"
|
44 |
-
_BASE_URL = "https://huggingface.co/datasets/mikolaj-p/MOCKS/tree/main"
|
45 |
_DL_URLS_TEMPLATE = {
|
46 |
"data": "%s/%s/test/%s/data.tar.gz",
|
47 |
"transcription" : "%s/%s/test/data_%s_transcription.tsv",
|
|
|
41 |
|
42 |
|
43 |
#_BASE_URL = "https://huggingface.co/datasets/voiceintelligenceresearch/MOCKS/tree/main"
|
44 |
+
_BASE_URL = "https://huggingface.co/datasets/mikolaj-p/MOCKS-test/tree/main"
|
45 |
_DL_URLS_TEMPLATE = {
|
46 |
"data": "%s/%s/test/%s/data.tar.gz",
|
47 |
"transcription" : "%s/%s/test/data_%s_transcription.tsv",
|