Text-to-Speech
Transformers
Safetensors
English
Chinese
Japanese
t5gemma_voice
text2text-generation
speech
tts
custom_code
Instructions to use Aratako/T5Gemma-TTS-2b-2b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Aratako/T5Gemma-TTS-2b-2b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="Aratako/T5Gemma-TTS-2b-2b", trust_remote_code=True)# Load model directly from transformers import AutoModelForSeq2SeqLM model = AutoModelForSeq2SeqLM.from_pretrained("Aratako/T5Gemma-TTS-2b-2b", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Gated model You can list files but not access them
Preview of files found in this repository