Audio Classification
PEFT
TensorBoard
Safetensors
English
MIDI
Mistral
Pixtral
MIDIstral
music
MIDI-to-text
MIDI-classification
MIDI-description
Instructions to use asigalov61/MIDIstral_pixtral with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use asigalov61/MIDIstral_pixtral with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistral-community/pixtral-12b") model = PeftModel.from_pretrained(base_model, "asigalov61/MIDIstral_pixtral") - Notebooks
- Google Colab
- Kaggle
Ctrl+K