NLP
Collection
NLP models, datasets, etc.
•
23 items
•
Updated
•
3
A BERT model for mask filling. The base BERT model is initialized from https://huggingface.co/HooshvareLab/bert-fa-zwnj-base.
pip install hezar
from hezar.models import Model
model = Model.load("hezarai/bert-fa-mask-filling")
inputs = ["ایشالا از [MASK] شروع میکنم"]
outputs = model.predict(inputs)
print(outputs)
Base model
hezarai/bert-base-fa