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
Provide description on how to use the model.
#1
by Adithyan02 - opened
Please provide an description of how to use the model.
You will find the notebook in the "Files and Versions" tab, and the model inference is under the "App for Inference" section.