Image-Text-to-Text
Keras
PyTorch
JAX
TensorFlow
English
zeromodels
qwen3_vl
qwen3-vl
multimodal
vision
Instructions to use zeromodels/qwen3-vl-32b-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use zeromodels/qwen3-vl-32b-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/qwen3-vl-32b-instruct") - Notebooks
- Google Colab
- Kaggle
Fix Collection badge link to the current zeromodels collection slug
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ tags:
|
|
| 20 |
|
| 21 |
# Run Qwen3-VL with Keras 3: JAX, PyTorch, or TensorFlow
|
| 22 |
|
| 23 |
-
[](https://github.com/IMvision12/ZeroModels) [](https://imvision12.github.io/ZeroModels/qwen3_vl/) [](https://huggingface.co/collections/zeromodels/qwen3-vl-
|
| 24 |
|
| 25 |
# zeromodels/qwen3-vl-32b-instruct
|
| 26 |
|
|
|
|
| 20 |
|
| 21 |
# Run Qwen3-VL with Keras 3: JAX, PyTorch, or TensorFlow
|
| 22 |
|
| 23 |
+
[](https://github.com/IMvision12/ZeroModels) [](https://imvision12.github.io/ZeroModels/qwen3_vl/) [](https://huggingface.co/collections/zeromodels/qwen3-vl-6a8eae21fc80cae7d2f56fe0)
|
| 24 |
|
| 25 |
# zeromodels/qwen3-vl-32b-instruct
|
| 26 |
|