Configuration Parsing Warning: In adapter_config.json: "peft.task_type" must be a string

Base model :

  • xtuner/llava-phi-3-mini-hf

Dataset :

  • ayoubkirouane/llava-instruct-small

Get started :


from transformers import AutoModelForCausalLM
from peft import PeftModel

base_model = AutoModelForCausalLM.from_pretrained("xtuner/llava-phi-3-mini-hf")
peft_model_id = "ayoubkirouane/llava-phi3-instruct-Lora"
model = PeftModel.from_pretrained(base_model, peft_model_id)
Downloads last month
8
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The HF Inference API does not support image-text-to-text models for peft library.

Dataset used to train ayoubkirouane/llava-phi3-instruct-Lora