Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -2520,7 +2520,7 @@ tags:
|
|
| 2520 |
- speech
|
| 2521 |
---
|
| 2522 |
|
| 2523 |
-
# LibriSpeech
|
| 2524 |
|
| 2525 |
LibriSpeech is a corpus of approximately 1000 hours of 16kHz read English speech, prepared by Vassil Panayotov with the assistance of Daniel Povey.
|
| 2526 |
The data is derived from read audiobooks from the LibriVox project, and has been carefully segmented and aligned.
|
|
@@ -2533,11 +2533,20 @@ It has 2484 number of classes (unique speakers) with a total of 21933 (14481 / 7
|
|
| 2533 |
|
| 2534 |
```bibtex
|
| 2535 |
@misc{ravanelli2019speaker,
|
| 2536 |
-
|
| 2537 |
-
|
| 2538 |
-
|
| 2539 |
-
|
| 2540 |
-
|
| 2541 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2542 |
}
|
| 2543 |
```
|
|
|
|
| 2520 |
- speech
|
| 2521 |
---
|
| 2522 |
|
| 2523 |
+
# LibriSpeech Speaker Identification
|
| 2524 |
|
| 2525 |
LibriSpeech is a corpus of approximately 1000 hours of 16kHz read English speech, prepared by Vassil Panayotov with the assistance of Daniel Povey.
|
| 2526 |
The data is derived from read audiobooks from the LibriVox project, and has been carefully segmented and aligned.
|
|
|
|
| 2533 |
|
| 2534 |
```bibtex
|
| 2535 |
@misc{ravanelli2019speaker,
|
| 2536 |
+
title={Speaker Recognition from Raw Waveform with SincNet},
|
| 2537 |
+
author={Mirco Ravanelli and Yoshua Bengio},
|
| 2538 |
+
year={2019},
|
| 2539 |
+
eprint={1808.00158},
|
| 2540 |
+
archivePrefix={arXiv},
|
| 2541 |
+
primaryClass={eess.AS}
|
| 2542 |
+
}
|
| 2543 |
+
|
| 2544 |
+
@misc{ravanelli2019speaker,
|
| 2545 |
+
title={Speaker Recognition from Raw Waveform with SincNet},
|
| 2546 |
+
author={Mirco Ravanelli and Yoshua Bengio},
|
| 2547 |
+
year={2019},
|
| 2548 |
+
eprint={1808.00158},
|
| 2549 |
+
archivePrefix={arXiv},
|
| 2550 |
+
primaryClass={eess.AS}
|
| 2551 |
}
|
| 2552 |
```
|