Datasets:
yangwang825
commited on
Commit
•
012ce10
1
Parent(s):
83a9d6a
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- audio-classification
|
4 |
+
tags:
|
5 |
+
- audio
|
6 |
+
- VoxCeleb
|
7 |
+
---
|
8 |
+
|
9 |
+
# VoxCeleb 1
|
10 |
+
|
11 |
+
VoxCeleb1 contains over 100,000 utterances for 1,251 celebrities, extracted from videos uploaded to YouTube.
|
12 |
+
|
13 |
+
## Identification Split
|
14 |
+
|
15 |
+
| | train | validation | test |
|
16 |
+
| :---: | :---: | :---: | :---: |
|
17 |
+
| # of speakers | 1251 | 1251 | 1251 |
|
18 |
+
| # of utterances | 138361 | 6904 | 8251 |
|
19 |
+
|
20 |
+
## References
|
21 |
+
|
22 |
+
- https://www.robots.ox.ac.uk/~vgg/data/voxceleb/vox1.html
|