# Load model directly
from transformers import AutoFeatureExtractor, AutoModelForTextToWaveform
extractor = AutoFeatureExtractor.from_pretrained("av120/model")
model = AutoModelForTextToWaveform.from_pretrained("av120/model")Quick Links
Uploaded finetuned model
- Developed by: av120
- License: apache-2.0
- Finetuned from model : unsloth/csm-1b
This csm model was trained 2x faster with Unsloth and Huggingface's TRL library.
- Downloads last month
- 1

# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="av120/model")