Instructions to use habibi26/docvqa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use habibi26/docvqa with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/paligemma-3b-ft-ocrvqa-224") model = PeftModel.from_pretrained(base_model, "habibi26/docvqa") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Jul27_16-26-35_8253f41ceeb1
- Jul27_16-28-12_8253f41ceeb1
- Jul27_16-29-02_8253f41ceeb1
- Jul27_16-37-07_8253f41ceeb1
- Jul27_16-38-39_8253f41ceeb1
- Jul27_16-39-54_8253f41ceeb1
- Jul27_16-48-44_8253f41ceeb1
- Jul27_16-49-08_8253f41ceeb1
- Jul27_16-50-13_8253f41ceeb1
- Jul27_16-53-50_8253f41ceeb1
- Jul28_00-39-21_66352b463b33
- Jul28_00-43-36_66352b463b33
- Jul28_00-55-07_66352b463b33
- Jul28_00-59-40_66352b463b33
- Jul28_01-00-38_66352b463b33
- Jul28_01-01-21_66352b463b33