Visual Question Answering
PEFT
Safetensors
PyTorch
English
lora
vision-language-model
document-understanding
ocr
tinyml
fine-tuning
huggingface
low-resource
edge-deployment
cpu-inference
small-language-model
document-ai
structured-extraction
Instructions to use eulogik/TinyDoc-VLM-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use eulogik/TinyDoc-VLM-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("eulogik/TinyDoc-VLM-256M") model = PeftModel.from_pretrained(base_model, "eulogik/TinyDoc-VLM-LoRA") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!