Views
No views yet
pip install hezar
1from hezar.models import Model 2 3model = Model.load("hezarai/bert-fa-mask-filling") 4inputs = ["ایشالا از [MASK] شروع میکنم"] 5outputs = model.predict(inputs) 6print(outputs)