Token Classification
Collection
12 items
•
Updated
This model is a fine-tuned version of bert-base-cased on the ncbi_disease dataset.
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/NCBI_Disease/NER%20Project%20Using%20NCBI_Disease%20Dataset.ipynb
This model is intended to demonstrate my ability to solve a complex problem using technology.
Data Source: https://huggingface.co/datasets/ncbi_disease
The following hyperparameters were used during training:
Training Loss | Epoch | Step | Validation Loss | Disease Precision | Disease Recall | Disease F1 | Disease Number | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
---|---|---|---|---|---|---|---|---|---|---|---|
0.0525 | 1.0 | 340 | 0.0617 | 0.7813 | 0.7854 | 0.7834 | 960 | 0.7813 | 0.7854 | 0.7834 | 0.9796 |
0.022 | 2.0 | 680 | 0.0551 | 0.7897 | 0.8646 | 0.8255 | 960 | 0.7897 | 0.8646 | 0.8255 | 0.9819 |
0.0154 | 3.0 | 1020 | 0.0614 | 0.8064 | 0.8677 | 0.8359 | 960 | 0.8064 | 0.8677 | 0.8359 | 0.9825 |