Edit model card

A DistilBERT model for mask filling. The base DistilBERT model is initialized from https://huggingface.co/HooshvareLab/distilbert-fa-zwnj-base.

Usage

pip install hezar
from hezar.models import Model

model = Model.load("hezarai/distilbert-fa-mask-filling")
inputs = ["ایشالا از [MASK] شروع میکنم"]
outputs = model.predict(inputs)
print(outputs)
Downloads last month
0
Inference Examples
Mask token: undefined
Inference API (serverless) does not yet support hezar models for this pipeline type.

Collection including hezarai/distilbert-fa-mask-filling