Instructions to use ekwek/Soprano-1.1-80M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ekwek/Soprano-1.1-80M with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="ekwek/Soprano-1.1-80M")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("ekwek/Soprano-1.1-80M") model = AutoModelForCausalLM.from_pretrained("ekwek/Soprano-1.1-80M", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Indonesian support
#6 opened about 2 months ago
by
Syams
Training for Turkish Support
3
#5 opened 6 months ago
by
tamerkanak
Replace the original model.safetensors with that model.safetensors file
#4 opened 6 months ago
by
Exorn
Some word like Mrs. Mr. and sentence breaks can be improved.
#3 opened 7 months ago
by
anujchopra
Appreciating
1
#2 opened 7 months ago
by
Navpy
Installation Video and Testing - Step by Step
#1 opened 7 months ago
by
fahdmirzac