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
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
license: apache-2.0
|
| 4 |
-
base_model:
|
|
|
|
| 5 |
tags:
|
| 6 |
- llama-factory
|
| 7 |
- lora
|
|
@@ -23,7 +24,7 @@ metrics:
|
|
| 23 |
- precision
|
| 24 |
- recall
|
| 25 |
- f1
|
| 26 |
-
pipeline_tag:
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
license: apache-2.0
|
| 4 |
+
base_model:
|
| 5 |
+
- Qwen/Qwen2-VL-2B-Instruct
|
| 6 |
tags:
|
| 7 |
- llama-factory
|
| 8 |
- lora
|
|
|
|
| 24 |
- precision
|
| 25 |
- recall
|
| 26 |
- f1
|
| 27 |
+
pipeline_tag: image-text-to-text
|
| 28 |
---
|
| 29 |
|
| 30 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|