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
Delete Invoice_Info_Eextraction2_F.ipynb
Browse files
Invoice_Info_Eextraction2_F.ipynb
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|