Image-Text-to-Text
PEFT
Safetensors
English
llama-factory
lora
Generated from Trainer
Qwen
Vl-model
fine-tuning
vision-model
multi-modal
conversational
Instructions to use Alawy21/Invoice_Extraction_Qwen2_2B_Finetuning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Alawy21/Invoice_Extraction_Qwen2_2B_Finetuning with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-VL-2B-Instruct") model = PeftModel.from_pretrained(base_model, "Alawy21/Invoice_Extraction_Qwen2_2B_Finetuning") - Notebooks
- Google Colab
- Kaggle
Ctrl+K