This model is a fine-tuned version of
bert-base-uncased on
Brecon/Train_Test.
It achieves the following results on the evaluation set:
This model was created as part of a university project with the goal of developing a transformer model for multi-sentence claim validation.
The model was devloped on bert-base-uncased transform because of it's ability to capture sequences in a bidirectional manner. The model
was first fine tuned on
Brecon/Train_Test using f1 score as it's evaluation metric.
Afterwards it was fine tuned on
Brecon/Master_Train_Test using recall as an
evaluation metric due to the imbalanced nature of the dataset.