Instructions to use imperialwool/silero-model-v3-ru with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use imperialwool/silero-model-v3-ru with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="imperialwool/silero-model-v3-ru")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("imperialwool/silero-model-v3-ru", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Took from https://github.com/snakers4/silero-models
AUTHOR: https://github.com/snakers4
- Downloads last month
- 23