CeLLaTe 3-class NER Models
Collection
This collection consolidates NER models trained using a 3-class label schema, predicting CellLine , CellType and Tissue entities • 3 items • Updated
How to use OTAR3088/CeLLaTe-ner-3class-bioformer16l-baseline with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="OTAR3088/CeLLaTe-ner-3class-bioformer16l-baseline") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("OTAR3088/CeLLaTe-ner-3class-bioformer16l-baseline")
model = AutoModelForTokenClassification.from_pretrained("OTAR3088/CeLLaTe-ner-3class-bioformer16l-baseline", device_map="auto")This model is a fine-tuned version of bioformers/bioformer-16l on the OTAR3088/CeLLaTe-ner-3class-iob_final dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | Micro F1 | Weighted F1 | Macro F1 | Accuracy |
|---|---|---|---|---|---|---|---|---|---|
| 0.4148 | 1.0 | 263 | 0.1086 | 0.4006 | 0.4699 | 0.4325 | 0.4288 | 0.4021 | 0.9631 |
| 0.0794 | 2.0 | 526 | 0.0738 | 0.7622 | 0.6829 | 0.7204 | 0.7192 | 0.7079 | 0.9788 |
| 0.0481 | 3.0 | 789 | 0.0723 | 0.7360 | 0.6873 | 0.7108 | 0.7104 | 0.7037 | 0.9784 |
| 0.0348 | 4.0 | 1052 | 0.0764 | 0.7983 | 0.7141 | 0.7538 | 0.7506 | 0.7385 | 0.9805 |
| 0.0269 | 5.0 | 1315 | 0.0799 | 0.7725 | 0.7263 | 0.7487 | 0.7482 | 0.7396 | 0.9799 |
| 0.0213 | 6.0 | 1578 | 0.0853 | 0.7296 | 0.7152 | 0.7224 | 0.7226 | 0.7146 | 0.9783 |
| 0.0183 | 7.0 | 1841 | 0.0843 | 0.7398 | 0.7302 | 0.7350 | 0.7353 | 0.7272 | 0.9790 |
| 0.0147 | 8.0 | 2104 | 0.0964 | 0.7388 | 0.7062 | 0.7221 | 0.7229 | 0.7154 | 0.9784 |
| 0.0123 | 9.0 | 2367 | 0.0919 | 0.7593 | 0.7491 | 0.7542 | 0.7544 | 0.7464 | 0.9797 |
| 0.0109 | 10.0 | 2630 | 0.0952 | 0.7609 | 0.7456 | 0.7531 | 0.7525 | 0.7415 | 0.9796 |
| 0.0095 | 11.0 | 2893 | 0.0980 | 0.7647 | 0.7361 | 0.7502 | 0.7498 | 0.7403 | 0.9799 |
| 0.0084 | 12.0 | 3156 | 0.1000 | 0.7884 | 0.7468 | 0.7670 | 0.7663 | 0.7548 | 0.9806 |
| 0.0076 | 13.0 | 3419 | 0.1073 | 0.7278 | 0.7204 | 0.7241 | 0.7253 | 0.7196 | 0.9782 |
| 0.0069 | 14.0 | 3682 | 0.1086 | 0.7613 | 0.7200 | 0.7401 | 0.7401 | 0.7306 | 0.9795 |
| 0.006 | 15.0 | 3945 | 0.1041 | 0.7754 | 0.7519 | 0.7634 | 0.7636 | 0.7538 | 0.9803 |
| 0.0056 | 16.0 | 4208 | 0.1085 | 0.7744 | 0.7369 | 0.7552 | 0.7550 | 0.7452 | 0.9803 |
| 0.0051 | 17.0 | 4471 | 0.1081 | 0.7635 | 0.7401 | 0.7516 | 0.7525 | 0.7440 | 0.9800 |