Upload tokenizer_config.json with huggingface_hub b0fe008 verified
Jefferson de Azevedo commited on
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")How to use BinaryLight1011/Musicbeat with PEFT:
Task type is invalid.