Instructions to use KerasFormers/qwen2.5-vl-3b-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use KerasFormers/qwen2.5-vl-3b-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://KerasFormers/qwen2.5-vl-3b-instruct") - Notebooks
- Google Colab
- Kaggle
qwen2.5-vl-3b-instruct (Keras 3, bf16)
Pure-Keras 3 conversion of Qwen/Qwen2.5-VL-3B-Instruct for kerasformers. Apache 2.0.
This repo holds the converted model weights and tokenizer.json.
from kerasformers.models.qwen2_5_vl import Qwen2_5VLGenerate, Qwen2_5VLProcessor
model = Qwen2_5VLGenerate.from_weights("qwen2.5-vl-3b-instruct")
processor = Qwen2_5VLProcessor.from_weights("qwen2.5-vl-3b-instruct")
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for KerasFormers/qwen2.5-vl-3b-instruct
Base model
Qwen/Qwen2.5-VL-3B-Instruct