Image-Text-to-Text
PEFT
Safetensors
English
lora
document-intelligence
structured-extraction
vision-language
ocr
rag
Instructions to use btbtyler09/shrew-ocr-preview-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use btbtyler09/shrew-ocr-preview-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("ibm-granite/granite-vision-4.1-4b") model = PeftModel.from_pretrained(base_model, "btbtyler09/shrew-ocr-preview-lora") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!