CoolFace
Modelpublic

JT-org/MiniCPM5-2B-openvino

sourceHugging Faceapache-2.0updated 14d agoView on Hugging Face
0likes435downloads
Model Card

This model was converted to OpenVINO from `openbmb/MiniCPM5-2B` 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 = "JT-org/MiniCPM5-2B-openvino"
model = OVModelForCausalLM.from_pretrained(model_id)