Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
---
|
2 |
license: mpl-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mpl-2.0
|
3 |
---
|
4 |
+
|
5 |
+
This repository containes rereleased Mozilla SpeakerEncoder models.
|
6 |
+
|
7 |
+
Due to original codebase migration and SpeakerEncoder depracation I decided to extract inference code into my own repository. For ease of integration I rerelease relevant models:
|
8 |
+
- `model_mozilla_128.pth.tar` which is [Speaker-Encoder-iter25k](https://drive.google.com/open?id=1CwXxwm0qKk2lcPL_4EQDirD8XMyvHIqR) that was trained on LibriSpeech,
|
9 |
+
- `model_mozilla_256.pth.tag` which is [Speaker-Encoder](https://drive.google.com/drive/folders/15oeBYf6Qn1edONkVLXe82MzdIi3O_9m3?usp=sharing) by [@mueller91](https://github.com/mueller91) that was trained on LibriTTS, VCTK, VoxCeleb and CommonVoice.
|