Instructions to use openai/jukebox-5b-lyrics with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openai/jukebox-5b-lyrics with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="openai/jukebox-5b-lyrics")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("openai/jukebox-5b-lyrics", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
#5
by ArthurZ HF Staff - opened
No description provided.
ArthurZ changed pull request status to merged