Token Classification
Collection
12 items
•
Updated
This model is a fine-tuned version of bert-base-cased. It achieves the following results on the evaluation set:
For more information on how it was created, check out the following link: https://github.com/DunnBC22/NLP_Projects/blob/main/Token%20Classification/Monolingual/EMBO-BLURB/NER%20Project%20Using%20EMBO-BLURB%20Dataset.ipynb
This model is intended to demonstrate my ability to solve a complex problem using technology.
Dataset Source: https://huggingface.co/datasets/EMBO/BLURB
The following hyperparameters were used during training:
Training Loss | Epoch | Step | Validation Loss | Gene Precision | Gene Recall | Gene F1 | Gene Number | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
---|---|---|---|---|---|---|---|---|---|---|---|
0.0882 | 1.0 | 786 | 0.0771 | 0.7383 | 0.7538 | 0.7460 | 6325 | 0.7383 | 0.7538 | 0.7460 | 0.9697 |
0.0547 | 2.0 | 1572 | 0.0823 | 0.7617 | 0.7758 | 0.7687 | 6325 | 0.7617 | 0.7758 | 0.7687 | 0.9732 |
0.0356 | 3.0 | 2358 | 0.0813 | 0.7521 | 0.8025 | 0.7765 | 6325 | 0.7521 | 0.8025 | 0.7765 | 0.9736 |
*All values in the above chart are rounded to the nearest ten-thousandth.