nielsr HF Staff commited on
Commit
79f2d40
·
verified ·
1 Parent(s): 49d876c

Add link to paper and Github repository, update library_name

Browse files

This PR adds a link to the paper [QARI-OCR: High-Fidelity Arabic Text Recognition through Multimodal Large Language Model Adaptation](https://huggingface.co/papers/2506.02295) and a link to the Github repository. The `library_name` is also updated from `peft` to `transformers`.

Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -1,21 +1,21 @@
1
  ---
2
  base_model:
3
  - unsloth/Qwen2-VL-2B-Instruct-unsloth-bnb-4bit
4
- tags:
5
- - transformers
6
- - unsloth
7
- - qwen2_vl
8
- - trl
9
- - ocr
10
- license: apache-2.0
11
  language:
12
  - ar
 
 
13
  metrics:
14
  - bleu
15
  - wer
16
  - cer
17
  pipeline_tag: image-text-to-text
18
- library_name: peft
 
 
 
 
 
19
  ---
20
 
21
  # Qari-OCR-0.1-VL-2B-Instruct Model
@@ -24,6 +24,7 @@ library_name: peft
24
 
25
  This model is a fine-tuned version of [unsloth/Qwen2-VL-2B-Instruct](https://huggingface.co/unsloth/Qwen2-VL-2B-Instruct-unsloth-bnb-4bit) on an Arabic OCR dataset. It is optimized to perform Arabic Optical Character Recognition (OCR) for full-page text.
26
 
 
27
 
28
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/628f7a71dd993507cfcbe587/HuUcfziXcDT_2kwDoz5qH.png)
29
 
@@ -92,7 +93,9 @@ While the Arabic OCR model demonstrates strong performance under specific condit
92
 
93
  These limitations should be considered when deploying the model in real-world applications to ensure optimal performance.
94
 
 
95
 
 
96
 
97
  ## How to Use
98
 
 
1
  ---
2
  base_model:
3
  - unsloth/Qwen2-VL-2B-Instruct-unsloth-bnb-4bit
 
 
 
 
 
 
 
4
  language:
5
  - ar
6
+ library_name: transformers
7
+ license: apache-2.0
8
  metrics:
9
  - bleu
10
  - wer
11
  - cer
12
  pipeline_tag: image-text-to-text
13
+ tags:
14
+ - transformers
15
+ - unsloth
16
+ - qwen2_vl
17
+ - trl
18
+ - ocr
19
  ---
20
 
21
  # Qari-OCR-0.1-VL-2B-Instruct Model
 
24
 
25
  This model is a fine-tuned version of [unsloth/Qwen2-VL-2B-Instruct](https://huggingface.co/unsloth/Qwen2-VL-2B-Instruct-unsloth-bnb-4bit) on an Arabic OCR dataset. It is optimized to perform Arabic Optical Character Recognition (OCR) for full-page text.
26
 
27
+ The model is described in the paper [QARI-OCR: High-Fidelity Arabic Text Recognition through Multimodal Large Language Model Adaptation](https://huggingface.co/papers/2506.02295).
28
 
29
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/628f7a71dd993507cfcbe587/HuUcfziXcDT_2kwDoz5qH.png)
30
 
 
93
 
94
  These limitations should be considered when deploying the model in real-world applications to ensure optimal performance.
95
 
96
+ ## Code
97
 
98
+ https://github.com/NAMAA-ORG/QARI
99
 
100
  ## How to Use
101