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