generated_from_trainer

hateBERT-Hate_Offensive_or_Normal_Speech

This model is a fine-tuned version of GroNLP/hateBERT on the None dataset. 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/Multiclass%20Classification/Transformer%20Comparison/Hate%20%26%20Offensive%20Speech%20-%20hateBERT.ipynb

Associated Models

This project is part of a comparison that included the following models:

Intended uses & limitations

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

The main limitation is the quality of the data source.

Training and evaluation data

Dataset Source: https://www.kaggle.com/datasets/subhajournal/normal-hate-and-offensive-speeches

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

Training results

Training Loss Epoch Step Validation Loss Accuracy Weighted F1 Micro F1 Macro F1 Weighted Recall Micro Recall Macro Recall Weighted Precision Micro Precision Macro Precision
0.8958 1.0 39 0.6817 0.5508 0.4792 0.5508 0.4395 0.5508 0.5508 0.4853 0.7547 0.5508 0.7906
0.4625 2.0 78 0.2448 0.9246 0.9230 0.9246 0.9170 0.9246 0.9246 0.9103 0.9263 0.9246 0.9296
0.2071 3.0 117 0.1655 0.9410 0.9395 0.9410 0.9351 0.9410 0.9410 0.9273 0.9447 0.9410 0.9510

Framework versions