Instructions to use openai/jukebox-1b-lyrics with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openai/jukebox-1b-lyrics with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="openai/jukebox-1b-lyrics")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("openai/jukebox-1b-lyrics", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update tokenizer_config.json
Browse files- tokenizer_config.json +2 -2
tokenizer_config.json
CHANGED
|
@@ -13,8 +13,8 @@
|
|
| 13 |
"single_word": false
|
| 14 |
},
|
| 15 |
"version": [
|
|
|
|
| 16 |
"v2",
|
| 17 |
-
"v2"
|
| 18 |
-
"v3"
|
| 19 |
]
|
| 20 |
}
|
|
|
|
| 13 |
"single_word": false
|
| 14 |
},
|
| 15 |
"version": [
|
| 16 |
+
"v3",
|
| 17 |
"v2",
|
| 18 |
+
"v2"
|
|
|
|
| 19 |
]
|
| 20 |
}
|