This model is a fine-tuned version of
distilbert-base-uncased on an unknown dataset.
It achieves the following results on the evaluation set:
This model is used for Masked Language Modeling (MLM) and has been trained on the IMDB dataset.
In training this model, we did not use whole word masking
In our preprocessing on the dataset, we tokenized all the texts and then placed them into a single dictionary. We also used chunking.
This model is used for the masked word prediction task.
An improved version of the model will be added in the coming days