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
Appreciating
#2
by Navpy - opened
thank you so much for updating the model. before it was hallucinating a lot but now with Soprano-1.1 it really is better now. hallucinations are a lot less now .
Also wanting to send my appreciation. Love the simplicity of the model, love the size and latency. Honestly the hallucinations were very interesting, sometimes produced some oddly human sounds!
Thanks again!