Instructions to use czyzi0/MozillaSpeakerEncoderModels with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use czyzi0/MozillaSpeakerEncoderModels with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("czyzi0/MozillaSpeakerEncoderModels", dtype="auto", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,6 @@ tags:
|
|
| 12 |
- speaker-verification
|
| 13 |
- speaker
|
| 14 |
- speech
|
| 15 |
-
library_name: PyTorch
|
| 16 |
---
|
| 17 |
|
| 18 |
This repository contains released Mozilla SpeakerEncoder models.
|
|
|
|
| 12 |
- speaker-verification
|
| 13 |
- speaker
|
| 14 |
- speech
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
This repository contains released Mozilla SpeakerEncoder models.
|