This model was converted to OpenVINO from DavidAU/Qwen3-Zero-Coder-Reasoning-V2-0.8B using optimum-intel
via the export space.
First make sure you have optimum-intel installed:
pip install optimum[openvino]
To load your model you can do as follows:
from optimum.intel import OVModelForCausalLM
model_id = "BeboBob/Qwen3-Zero-Coder-Reasoning-V2-0.8B-openvino"
model = OVModelForCausalLM.from_pretrained(model_id)
- Downloads last month
- 14
Model tree for BeboBob/Qwen3-Zero-Coder-Reasoning-V2-0.8B-openvino
Base model
DavidAU/Qwen3-Zero-Coder-Reasoning-V2-0.8B