Instructions to use eltorio/IDEFICS3_ROCO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eltorio/IDEFICS3_ROCO with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceM4/Idefics3-8B-Llama3") model = PeftModel.from_pretrained(base_model, "eltorio/IDEFICS3_ROCO") - Notebooks
- Google Colab
- Kaggle
æLtorio commited on
code quality
Browse files
README.md
CHANGED
|
@@ -89,4 +89,4 @@ The Dockerfile is available in the [IDEFICS_ROCO repository](https://huggingface
|
|
| 89 |
|
| 90 |
### Acknowledgments
|
| 91 |
|
| 92 |
-
This work was made possible by the [Hugging Face Transformers](https://huggingface.co/) library and the [ROCO-radiology dataset](https://huggingface.co/datasets/eltorio/ROCO-radiology).
|
|
|
|
| 89 |
|
| 90 |
### Acknowledgments
|
| 91 |
|
| 92 |
+
This work was made possible by the [Hugging Face Transformers](https://huggingface.co/) library and the [ROCO-radiology dataset](https://huggingface.co/datasets/eltorio/ROCO-radiology).
|