This model was converted to OpenVINO from phammminhhieu/qwen3_claude_distill_student_support 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 = "israellaguan/qwen3_claude_distill_student_support-openvino"
model = OVModelForCausalLM.from_pretrained(model_id)
- Downloads last month
- 9
Model tree for israellaguan/qwen3_claude_distill_student_support-openvino
Base model
phammminhhieu/qwen3_claude_distill_16bit