Instructions to use MLap/paligemma_intersections with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MLap/paligemma_intersections with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/paligemma-3b-pt-224") model = PeftModel.from_pretrained(base_model, "MLap/paligemma_intersections") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ff8046d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2bd876e7508d99b1c8e6f64cc2a4e131184cc44af3eefc19ec81023d6c473ed5
size 5368
|