CoolFace
Modelpublic

Messbah-A/PersianMind-v1.0-openvino

sourceHugging Facecc-by-nc-sa-4.0updated 5mo agoView on Hugging Face
0likes23downloads
Model Card

This model was converted to OpenVINO from `universitytehran/PersianMind-v1.0` using optimum-intel via the export space.

First make sure you have optimum-intel installed:

bash
pip install optimum[openvino]

To load your model you can do as follows:

python
from optimum.intel import OVModelForCausalLM

model_id = "Messbah-A/PersianMind-v1.0-openvino"
model = OVModelForCausalLM.from_pretrained(model_id)