Update README.md
Browse files
README.md
CHANGED
@@ -88,7 +88,7 @@ from qwen_vl_utils import process_vision_info
|
|
88 |
|
89 |
|
90 |
|
91 |
-
model_name = "oddadmix/Qaari-0.1-Urdu-OCR-2B"
|
92 |
model = Qwen2VLForConditionalGeneration.from_pretrained(
|
93 |
model_name,
|
94 |
torch_dtype="auto",
|
@@ -169,7 +169,7 @@ If you use this model in your research, please cite:
|
|
169 |
title = {Qaari 0.1 Urdu: OCR Model for Urdu Language},
|
170 |
year = {2025},
|
171 |
publisher = {HuggingFace},
|
172 |
-
howpublished = {\url{https://huggingface.co/oddadmix/Qaari-0.1-Urdu-OCR-2B}}
|
173 |
}
|
174 |
```
|
175 |
|
|
|
88 |
|
89 |
|
90 |
|
91 |
+
model_name = "oddadmix/Qaari-0.1-Urdu-OCR-VL-2B-Instruct"
|
92 |
model = Qwen2VLForConditionalGeneration.from_pretrained(
|
93 |
model_name,
|
94 |
torch_dtype="auto",
|
|
|
169 |
title = {Qaari 0.1 Urdu: OCR Model for Urdu Language},
|
170 |
year = {2025},
|
171 |
publisher = {HuggingFace},
|
172 |
+
howpublished = {\url{https://huggingface.co/oddadmix/Qaari-0.1-Urdu-OCR-VL-2B-Instruct}}
|
173 |
}
|
174 |
```
|
175 |
|