Instructions to use BinaryLight1011/Musicbeat with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BinaryLight1011/Musicbeat with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="BinaryLight1011/Musicbeat")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("BinaryLight1011/Musicbeat", device_map="auto") - PEFT
How to use BinaryLight1011/Musicbeat with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Jefferson de Azevedo commited on
Upload adapter_model.safetensors with huggingface_hub
Browse files
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e5764b61a1a1af814e66459fda694eaf097b4c5ffe07a3ea1bdce1431bd9092
|
| 3 |
+
size 12637408
|