Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,10 @@
|
|
2 |
license: mpl-2.0
|
3 |
---
|
4 |
|
5 |
-
This repository
|
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
|
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.
|
|
|
|
|
|
2 |
license: mpl-2.0
|
3 |
---
|
4 |
|
5 |
+
This repository contains released 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 also release 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.tar` - 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.
|
10 |
+
|
11 |
+
Original SpeakerEncoder implementation is available [here](https://github.com/coqui-ai/TTS/tree/f9001a4bdd8a169da8b4eefd481461f370def8f9/TTS/speaker_encoder) and originally released models are available [here](https://github.com/mozilla/TTS/wiki/Released-Models). If you are interested in the current version of Coqui.ai TTS go [here](https://github.com/coqui-ai/TTS).
|