Instructions to use LuciexJune/Paligemma2_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use LuciexJune/Paligemma2_lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/paligemma-3b-pt-448") model = PeftModel.from_pretrained(base_model, "LuciexJune/Paligemma2_lora") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
---
|
| 2 |
base_model: google/paligemma-3b-pt-448
|
| 3 |
library_name: peft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Model Card for Model ID
|
|
|
|
| 1 |
---
|
| 2 |
base_model: google/paligemma-3b-pt-448
|
| 3 |
library_name: peft
|
| 4 |
+
license: mit
|
| 5 |
+
datasets:
|
| 6 |
+
- ariG23498/intersection-dataset
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
---
|
| 10 |
|
| 11 |
# Model Card for Model ID
|