Text-to-Speech
Transformers
Safetensors
Vietnamese
qwen2
text-generation
tts
vietnamese
audio
speech-synthesis
neutts-air
qwen2.5
text-generation-inference
Instructions to use dinhthuan/neutts-air-vi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dinhthuan/neutts-air-vi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="dinhthuan/neutts-air-vi")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("dinhthuan/neutts-air-vi") model = AutoModelForCausalLM.from_pretrained("dinhthuan/neutts-air-vi") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!