Instructions to use subbareddyiiit/music_cog with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use subbareddyiiit/music_cog with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("subbareddyiiit/music_cog", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update checkpoint
Browse files- checkpoint +6 -0
checkpoint
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model_checkpoint_path: "model.ckpt-10000"
|
| 2 |
+
all_model_checkpoint_paths: "model.ckpt-6000"
|
| 3 |
+
all_model_checkpoint_paths: "model.ckpt-7000"
|
| 4 |
+
all_model_checkpoint_paths: "model.ckpt-8000"
|
| 5 |
+
all_model_checkpoint_paths: "model.ckpt-9000"
|
| 6 |
+
all_model_checkpoint_paths: "model.ckpt-10000"
|