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
Some word like Mrs. Mr. and sentence breaks can be improved.
#3
by anujchopra - opened
Model has very little hallucinations. But there is scope of improvement in terms of expressiveness and correctness.
I tried this text
Max and Emma went to their favorite teacher, Mrs. Science. Today, we are going through a fascinating journey through the five senses, exclaimed Mrs. Science with a big smile on her face. Mrs. Science gave Emma a magnifying glass. Emma peered closely at the object and shouted; Wow! I see tiny details.