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