Instructions to use thomasgauthier/csm-1b-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thomasgauthier/csm-1b-hf with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="thomasgauthier/csm-1b-hf")# Load model directly from transformers import AutoFeatureExtractor, AutoModel extractor = AutoFeatureExtractor.from_pretrained("thomasgauthier/csm-1b-hf") model = AutoModel.from_pretrained("thomasgauthier/csm-1b-hf") - Notebooks
- Google Colab
- Kaggle
Training Question
#1 opened about 1 year ago
by
electronicalias