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