generated_from_trainer

<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->

bert_seq_training_model_multiple

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

Model description

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.

Intended uses & limitations

More information needed

Training and evaluation data

More information needed

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

Training results

Training Loss Epoch Step Validation Loss Recall
No log 1.0 23 1.0486 0.4835
No log 2.0 46 1.0304 0.3846

Framework versions