This model is a DistilBERT encoder that has been further pretrained using Domain-Adaptive Pretraining (DAPT) on 50k IMDb movie reviews in the unsupervised split of the IMDb movie reviews dataset. The goal of this additional pretraining is to adapt the language representations of DistilBERT to the movie review domain, improving performance on downstream sentiment-related tasks.
A classifier based on this model for movie review sentiment analysis is
here
This model follows the license of the base DistilBERT model. Please refer to the Hugging Face repository for license details.