generated_from_trainer

bert-base-uncased-Abusive_Or_Threatening_Speech

This model is a fine-tuned version of bert-base-uncased. It achieves the following results on the evaluation set:

Model description

For more information on how it was created, check out the following link: https://github.com/DunnBC22/NLP_Projects/blob/main/Binary%20Classification/Malignant%20Comments/Malignant%20Comments%20-%20BERT-Base.ipynb

Intended uses & limitations

This model is intended to demonstrate my ability to solve a complex problem using technology.

Training and evaluation data

Dataset Source: https://www.kaggle.com/datasets/surekharamireddy/malignant-comment-classification

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

Training results

Training Loss Epoch Step Validation Loss Accuracy F1 Recall Precision
0.1008 1.0 1531 0.0874 0.9720 0.7590 0.8406 0.6918
0.0673 2.0 3062 0.0981 0.9719 0.7591 0.8450 0.6891

Framework versions