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
me@hg.co commited on
Commit ·
b57b542
1
Parent(s): befc3d3
initial
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- ruslanmv/ai-medical-dataset
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
base_model:
|
| 8 |
+
- HuggingFaceM4/Idefics3-8B-Llama3
|
| 9 |
+
pipeline_tag: image-text-to-text
|
| 10 |
+
library_name: peft
|
| 11 |
---
|
| 12 |
+
# PLACEHOLDER FOR IDEFICS3_medical_instruct
|
| 13 |
+
|
| 14 |
+

|