Instructions to use Y-J-Ju/SaHa-Qwen2-VL-2B-Instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Y-J-Ju/SaHa-Qwen2-VL-2B-Instruct with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("Y-J-Ju/SaHa-Qwen2-VL-2B-Instruct") model = AutoModelForImageTextToText.from_pretrained("Y-J-Ju/SaHa-Qwen2-VL-2B-Instruct") - Notebooks
- Google Colab
- Kaggle
update readme
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ tags:
|
|
| 17 |
---
|
| 18 |
|
| 19 |
<p align="center">
|
| 20 |
-
<img src="images/SaHa_logo.png" alt="
|
| 21 |
</p>
|
| 22 |
|
| 23 |
# SaHa-Qwen2-VL-2B-Instruct
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
<p align="center">
|
| 20 |
+
<img src="images/SaHa_logo.png" alt="SaHa Logo" style="width: 100%; max-width: 450px;">
|
| 21 |
</p>
|
| 22 |
|
| 23 |
# SaHa-Qwen2-VL-2B-Instruct
|