Instructions to use eltorio/IDEFICS3_medical_instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eltorio/IDEFICS3_medical_instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.2-11B-Vision-Instruct") model = PeftModel.from_pretrained(base_model, "eltorio/IDEFICS3_medical_instruct") - Notebooks
- Google Colab
- Kaggle
metadata
license: apache-2.0
datasets:
- ruslanmv/ai-medical-dataset
language:
- en
base_model:
- HuggingFaceM4/Idefics3-8B-Llama3
pipeline_tag: image-text-to-text
library_name: peft