Image-Text-to-Text
PEFT
Safetensors
English
llm
music
multimodal
midi
phi-3
question-answering
optical-music-recognition
custom_code
Instructions to use puar-playground/Phi-3-MusiX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use puar-playground/Phi-3-MusiX with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-vision-128k-instruct") model = PeftModel.from_pretrained(base_model, "puar-playground/Phi-3-MusiX") - Notebooks
- Google Colab
- Kaggle
Ctrl+K