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
Training in progress, step 40
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 118097288
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c445b69825c6ead717eb92713c298381ef8d8b202367fb7f41d846527866562
|
| 3 |
size 118097288
|