Update README.md
Browse files
README.md
CHANGED
@@ -1,34 +1,37 @@
|
|
1 |
-
---
|
2 |
-
library_name: peft
|
3 |
-
license: apache-2.0
|
4 |
-
base_model: Qwen/Qwen2-VL-2B-Instruct
|
5 |
-
tags:
|
6 |
-
- llama-factory
|
7 |
-
- lora
|
8 |
-
- generated_from_trainer
|
9 |
-
- Qwen
|
10 |
-
- Vl-model
|
11 |
-
- fine-tuning
|
12 |
-
- vision-model
|
13 |
-
- multi-modal
|
14 |
-
model-index:
|
15 |
-
- name: models
|
16 |
-
results: []
|
17 |
-
datasets:
|
18 |
-
- naver-clova-ix/cord-v2
|
19 |
-
language:
|
20 |
-
- en
|
21 |
-
metrics:
|
22 |
-
- accuracy
|
23 |
-
- precision
|
24 |
-
- recall
|
25 |
-
- f1
|
26 |
-
pipeline_tag: visual-question-answering
|
27 |
-
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
should probably proofread and complete it, then remove this comment. -->
|
31 |
|
|
|
|
|
|
|
32 |
# models
|
33 |
|
34 |
This model is a fine-tuned version of [Qwen/Qwen2-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct) on the invoice_train dataset.
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: Qwen/Qwen2-VL-2B-Instruct
|
5 |
+
tags:
|
6 |
+
- llama-factory
|
7 |
+
- lora
|
8 |
+
- generated_from_trainer
|
9 |
+
- Qwen
|
10 |
+
- Vl-model
|
11 |
+
- fine-tuning
|
12 |
+
- vision-model
|
13 |
+
- multi-modal
|
14 |
+
model-index:
|
15 |
+
- name: models
|
16 |
+
results: []
|
17 |
+
datasets:
|
18 |
+
- naver-clova-ix/cord-v2
|
19 |
+
language:
|
20 |
+
- en
|
21 |
+
metrics:
|
22 |
+
- accuracy
|
23 |
+
- precision
|
24 |
+
- recall
|
25 |
+
- f1
|
26 |
+
pipeline_tag: visual-question-answering
|
27 |
+
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
30 |
should probably proofread and complete it, then remove this comment. -->
|
31 |
|
32 |
+
# Qwen Fine Tuning Results
|
33 |
+
<img src="./results.png" alt="Sample Invoice" width="auto"/>
|
34 |
+
|
35 |
# models
|
36 |
|
37 |
This model is a fine-tuned version of [Qwen/Qwen2-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen2-VL-2B-Instruct) on the invoice_train dataset.
|