CoolFace
Modelpublic

pvelab/Qwen3Guard-Gen-0.6B-openvino

sourceHugging Faceapache-2.0updated 9d agoView on Hugging Face
0likes444downloads
Model Card

This model was converted to OpenVINO from `Qwen/Qwen3Guard-Gen-0.6B` using optimum-intel via the export space.

First make sure you have optimum-intel installed:

bash
pip install optimum-intel

To load your model you can do as follows:

python
from optimum.intel import OVModelForCausalLM

model_id = "pvelab/Qwen3Guard-Gen-0.6B-openvino"
model = OVModelForCausalLM.from_pretrained(model_id)