This model is a fine-tuned version of
bert-base-uncased on the Natural-Language-Processing-with-Disaster-Tweets dataset.
It achieves the following results on the evaluation set:
Load BertForSequenceClassification, the pretrained BERT model with a single linear classification layer on top, using an optimizer : incorporates weight decay, which is a regularization technique that helps prevent overfitting during training.
Use to classify if a tweet represents a disaster or not.