ProgramComputer
commited on
Commit
•
846a4ab
1
Parent(s):
e25ecff
Update test.py
Browse files
test.py
CHANGED
@@ -90,7 +90,7 @@ _URLS = {
|
|
90 |
"hf://datasets/ProgramComputer/voxceleb/vox1/vox1_dev_wav_partac",
|
91 |
"hf://datasets/ProgramComputer/voxceleb/vox1/vox1_dev_wav_partad",
|
92 |
),
|
93 |
-
"test": "datasets/ProgramComputer/voxceleb/vox1/vox1_test_wav.zip",
|
94 |
},
|
95 |
"audio2": {
|
96 |
"placeholder": "hf://datasets/ProgramComputer/voxceleb/vox2/vox2_dev_aac_partaa",
|
@@ -104,7 +104,7 @@ _URLS = {
|
|
104 |
"hf://datasets/ProgramComputer/voxceleb/vox2/vox2_dev_aac_partag",
|
105 |
"hf://datasets/ProgramComputer/voxceleb/vox2/vox2_dev_aac_partah",
|
106 |
),
|
107 |
-
"test": "datasets/ProgramComputer/voxceleb/vox2/vox2_test_aac.zip",
|
108 |
},
|
109 |
}
|
110 |
|
|
|
90 |
"hf://datasets/ProgramComputer/voxceleb/vox1/vox1_dev_wav_partac",
|
91 |
"hf://datasets/ProgramComputer/voxceleb/vox1/vox1_dev_wav_partad",
|
92 |
),
|
93 |
+
"test": "hf://datasets/ProgramComputer/voxceleb/vox1/vox1_test_wav.zip",
|
94 |
},
|
95 |
"audio2": {
|
96 |
"placeholder": "hf://datasets/ProgramComputer/voxceleb/vox2/vox2_dev_aac_partaa",
|
|
|
104 |
"hf://datasets/ProgramComputer/voxceleb/vox2/vox2_dev_aac_partag",
|
105 |
"hf://datasets/ProgramComputer/voxceleb/vox2/vox2_dev_aac_partah",
|
106 |
),
|
107 |
+
"test": "hf://datasets/ProgramComputer/voxceleb/vox2/vox2_test_aac.zip",
|
108 |
},
|
109 |
}
|
110 |
|