Edit model card

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

Usage

pip install hezar
from hezar.models import Model

model = Model.load("hezarai/roberta-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/roberta-fa-mask-filling