Instructions to use KerasFormers/qwen3.5-0.8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- KerasFormers
How to use KerasFormers/qwen3.5-0.8b with KerasFormers:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Keras
How to use KerasFormers/qwen3.5-0.8b 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/qwen3.5-0.8b") - Notebooks
- Google Colab
- Kaggle
qwen3.5-0.8b (Keras 3, bf16)
Pure-Keras 3 conversion of Qwen/Qwen3.5-0.8B for kerasformers. Apache 2.0.
This repo holds the converted model weights and tokenizer.json.
from kerasformers.models.qwen3_5 import Qwen3_5Generate, Qwen3_5Tokenizer
model = Qwen3_5Generate.from_weights("qwen3.5-0.8b")
tokenizer = Qwen3_5Tokenizer.from_weights("qwen3.5-0.8b")
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support