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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Regarding the files
#2
by navinaananthan - opened
There is a config.json file but there is nothing in it which raises an error while converting russian text to speech
navinaananthan changed discussion title from Regarding the files to Regarding the files
navinaananthan changed discussion status to closed
navinaananthan changed discussion status to open
I haven't figured out how to organize config.json yet, and I have enough other things to do.
If anyone has any ideas, feel free to suggest them, I'll leave the pull request open.