Text-to-Speech
Transformers
Safetensors
English
Hindi
llama
text-generation
tts
hindi
english
audio
speech
india
text-generation-inference
Instructions to use maya-research/Veena with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maya-research/Veena with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="maya-research/Veena")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("maya-research/Veena") model = AutoModelForCausalLM.from_pretrained("maya-research/Veena") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md dc45b1c verified
Update README.md 1ae1f0f verified
Bharath Kumar Kakumani commited on
Update README.md 10d2312 verified
Bharath Kumar Kakumani commited on
Update README.md 24628a7 verified
Bharath Kumar Kakumani commited on
Update README.md f743be8 verified
Bharath Kumar Kakumani commited on
Update README.md efef788 verified
Bharath Kumar Kakumani commited on
Update README.md a4a2603 verified
Bharath Kumar Kakumani commited on
Update README.md fb60574 verified
Upload tokenizer 555cd86 verified
Bharath Kumar Kakumani commited on
Upload merged model ca45298 verified
Bharath Kumar Kakumani commited on
initial commit 120e172 verified
Bharath Kumar Kakumani commited on