Instructions to use Vokturz/Loyca-Qwen3-VL-2B-Instruct-OCR with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vokturz/Loyca-Qwen3-VL-2B-Instruct-OCR with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Vokturz/Loyca-Qwen3-VL-2B-Instruct-OCR", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ It enhances the base model’s ability to read and interpret text embedded in im
|
|
| 26 |
|
| 27 |
- **Repository:** [https://huggingface.co/Vokturz/Loyca-Qwen3-VL-2B-Instruct-OCR](https://huggingface.co/Vokturz/Loyca-Qwen3-VL-2B-Instruct-OCR)
|
| 28 |
- **Base model:** [https://huggingface.co/Qwen/Qwen3-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen3-VL-2B-Instruct)
|
| 29 |
-
- **Fine-tuning run:** [W&B Experiment](https://wandb.ai/vokturz/Loyca-Qwen3-VL-2B-
|
| 30 |
|
| 31 |
---
|
| 32 |
|
|
|
|
| 26 |
|
| 27 |
- **Repository:** [https://huggingface.co/Vokturz/Loyca-Qwen3-VL-2B-Instruct-OCR](https://huggingface.co/Vokturz/Loyca-Qwen3-VL-2B-Instruct-OCR)
|
| 28 |
- **Base model:** [https://huggingface.co/Qwen/Qwen3-VL-2B-Instruct](https://huggingface.co/Qwen/Qwen3-VL-2B-Instruct)
|
| 29 |
+
- **Fine-tuning run:** [W&B Experiment](https://wandb.ai/vokturz/Loyca-Qwen3-VL-2B-OCR)
|
| 30 |
|
| 31 |
---
|
| 32 |
|