arxyzan's picture
Create README.md
df2d295
|
raw
history blame
468 Bytes
metadata
language:
  - fa
library_name: hezar
tags:
  - fill-mask
  - hezar
pipeline_tag: fill-mask

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)