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 sample_output.wav with huggingface_hub
Browse files- .gitattributes +1 -0
- sample_output.wav +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
sample_output.wav filter=lfs diff=lfs merge=lfs -text
|
sample_output.wav
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b57a1c9b5282aa65905914d35b8f0ac53ae909c2cd28fe730e178c86b31a85b0
|
| 3 |
+
size 636204
|