ParsDistilBERT model trained on the LSCP-500k dataset for part of speech tagging.

Usage

pip install hezar
from hezar.models import Model

pos_model = Model.load("hezarai/distilbert-fa-pos-lscp-500k")
inputs = ["کتابخانه هوش مصنوعی هزار"]
pos_outputs = pos_model.predict(inputs)
print(pos_outputs)
Downloads last month
3
Inference Examples
Inference API (serverless) does not yet support hezar models for this pipeline type.

Model tree for hezarai/distilbert-fa-pos-lscp-500k

Finetuned
(3)
this model

Collection including hezarai/distilbert-fa-pos-lscp-500k