Instructions to use derrickdso/samplegen-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use derrickdso/samplegen-small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="derrickdso/samplegen-small")# Load model directly from transformers import AutoProcessor, AutoModelForTextToWaveform processor = AutoProcessor.from_pretrained("derrickdso/samplegen-small") model = AutoModelForTextToWaveform.from_pretrained("derrickdso/samplegen-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
aafaee9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ab9fcfa2ec342adbf3e4e893c70eadcafe83301b61da023b4493e6bdc43690d3
size 2364555677
|