ProgramComputer
commited on
Commit
•
aed85e8
1
Parent(s):
846a4ab
Update test.py
Browse files
test.py
CHANGED
@@ -80,7 +80,7 @@ _URLS = {
|
|
80 |
"hf://datasets/ProgramComputer/voxceleb/vox2/vox2_dev_mp4_partah",
|
81 |
"hf://datasets/ProgramComputer/voxceleb/vox2/vox2_dev_mp4_partai",
|
82 |
),
|
83 |
-
"test": "
|
84 |
},
|
85 |
"audio1": {
|
86 |
"placeholder": "hf://datasets/ProgramComputer/voxceleb/vox1/vox1_dev_wav_partaa",
|
@@ -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": "
|
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": "
|
108 |
},
|
109 |
}
|
110 |
|
|
|
80 |
"hf://datasets/ProgramComputer/voxceleb/vox2/vox2_dev_mp4_partah",
|
81 |
"hf://datasets/ProgramComputer/voxceleb/vox2/vox2_dev_mp4_partai",
|
82 |
),
|
83 |
+
"test": "https://huggingface.co/datasets/ProgramComputer/voxceleb/tree/main/vox2/vox2_test_mp4.zip",
|
84 |
},
|
85 |
"audio1": {
|
86 |
"placeholder": "hf://datasets/ProgramComputer/voxceleb/vox1/vox1_dev_wav_partaa",
|
|
|
90 |
"hf://datasets/ProgramComputer/voxceleb/vox1/vox1_dev_wav_partac",
|
91 |
"hf://datasets/ProgramComputer/voxceleb/vox1/vox1_dev_wav_partad",
|
92 |
),
|
93 |
+
"test": "https://huggingface.co/datasets/ProgramComputer/voxceleb/tree/main/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": "https://huggingface.co/datasets/ProgramComputer/voxceleb/tree/main/vox2/vox2_test_aac.zip",
|
108 |
},
|
109 |
}
|
110 |
|