Image-Text-to-Text
Keras
PyTorch
JAX
TensorFlow
English
zeromodels
qwen2_5_vl
qwen2.5-vl
multimodal
vision
Instructions to use zeromodels/qwen2.5-vl-7b-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use zeromodels/qwen2.5-vl-7b-instruct with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://zeromodels/qwen2.5-vl-7b-instruct") - Notebooks
- Google Colab
- Kaggle
Fix Collection badge link to the current zeromodels collection slug
Browse files
README.md
CHANGED
|
@@ -18,11 +18,11 @@ tags:
|
|
| 18 |
- tf
|
| 19 |
---
|
| 20 |
|
| 21 |
-
*See [our collection](https://huggingface.co/collections/zeromodels/qwen25-vl-
|
| 22 |
|
| 23 |
# Run Qwen2.5-VL with Keras 3: JAX, PyTorch, or TensorFlow
|
| 24 |
|
| 25 |
-
[](https://github.com/IMvision12/ZeroModels) [](https://imvision12.github.io/ZeroModels/qwen2_5_vl/) [](https://huggingface.co/collections/zeromodels/qwen25-vl-
|
| 26 |
|
| 27 |
# zeromodels/qwen2.5-vl-7b-instruct
|
| 28 |
|
|
|
|
| 18 |
- tf
|
| 19 |
---
|
| 20 |
|
| 21 |
+
*See [our collection](https://huggingface.co/collections/zeromodels/qwen25-vl-6a8eae30c89eafe78d5dd8fa) for all Qwen2.5-VL sizes.*
|
| 22 |
|
| 23 |
# Run Qwen2.5-VL with Keras 3: JAX, PyTorch, or TensorFlow
|
| 24 |
|
| 25 |
+
[](https://github.com/IMvision12/ZeroModels) [](https://imvision12.github.io/ZeroModels/qwen2_5_vl/) [](https://huggingface.co/collections/zeromodels/qwen25-vl-6a8eae30c89eafe78d5dd8fa)
|
| 26 |
|
| 27 |
# zeromodels/qwen2.5-vl-7b-instruct
|
| 28 |
|