CoolFace
Modelpublic

hezarai/roberta-fa-mask-filling

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes2.8kdownloads
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
python
from hezar.models import Model

model = Model.load("hezarai/roberta-fa-mask-filling")
inputs = ["ایشالا از <mask> شروع میکنم"]
outputs = model.predict(inputs)
print(outputs)