Use the code below to get started with the model.
from transformers import pipeline
unmasker = pipeline('fill-mask', model='GianTan/CBERTo')
unmasker("mura kag [MASK].")
Files info