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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#11
by SFconvertbot - opened
.gitattributes
CHANGED
|
@@ -29,3 +29,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 29 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 30 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 31 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 30 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 31 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
model-00003-of-00004.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
model-00001-of-00004.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
model-00004-of-00004.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
model-00002-of-00004.safetensors filter=lfs diff=lfs merge=lfs -text
|
model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9383ace38dda4f1847e8386538bcdf02c1899b8574a327fcf716f2f2f47dbced
|
| 3 |
+
size 9989891140
|
model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcaf2cdd73166ec4715dc050f40d947e2c606dcfed4a9c95117d6cc739ff83b1
|
| 3 |
+
size 9958694976
|
model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6843339bd420c1e4094f92851bd301cf6c9b84baf6ff9907d0aac6cc2394c744
|
| 3 |
+
size 9969825608
|
model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1232fca1d0a7259fc64dedb0f72758b0a60a2e28bccc340137cfef1585e2a4b
|
| 3 |
+
size 517774608
|
model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|