ParsBERT 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/bert-fa-pos-lscp-500k")
inputs = ["کتابخانه هوش مصنوعی هزار"]
pos_outputs = pos_model.predict(inputs)
print(pos_outputs)
Downloads last month
37
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The HF Inference API does not support token-classification models for hezar library.

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

Finetuned
(4)
this model

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