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-pubmedbert-baseline with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="OTAR3088/CeLLaTe-ner-3class-pubmedbert-baseline") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("OTAR3088/CeLLaTe-ner-3class-pubmedbert-baseline")
model = AutoModelForTokenClassification.from_pretrained("OTAR3088/CeLLaTe-ner-3class-pubmedbert-baseline", device_map="auto")This model is a fine-tuned version of microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext 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.3707 | 1.0 | 263 | 0.0799 | 0.6219 | 0.5815 | 0.6010 | 0.5923 | 0.5770 | 0.9770 |
| 0.0585 | 2.0 | 526 | 0.0618 | 0.7373 | 0.7246 | 0.7309 | 0.7313 | 0.7277 | 0.9815 |
| 0.0354 | 3.0 | 789 | 0.0642 | 0.7269 | 0.7647 | 0.7453 | 0.7451 | 0.7433 | 0.9818 |
| 0.0257 | 4.0 | 1052 | 0.0811 | 0.7938 | 0.7054 | 0.7470 | 0.7457 | 0.7406 | 0.9823 |
| 0.0192 | 5.0 | 1315 | 0.0726 | 0.7556 | 0.7324 | 0.7439 | 0.7433 | 0.7413 | 0.9821 |
| 0.0145 | 6.0 | 1578 | 0.0841 | 0.7036 | 0.7574 | 0.7295 | 0.7315 | 0.7282 | 0.9808 |
| 0.0108 | 7.0 | 1841 | 0.0896 | 0.7809 | 0.7330 | 0.7562 | 0.7536 | 0.7491 | 0.9824 |
| 0.0086 | 8.0 | 2104 | 0.0914 | 0.7442 | 0.7574 | 0.7508 | 0.7510 | 0.7500 | 0.9823 |
| 0.0071 | 9.0 | 2367 | 0.0928 | 0.7695 | 0.7647 | 0.7671 | 0.7667 | 0.7626 | 0.9829 |
| 0.0061 | 10.0 | 2630 | 0.1001 | 0.7536 | 0.7402 | 0.7468 | 0.7469 | 0.7463 | 0.9822 |
| 0.0053 | 11.0 | 2893 | 0.0949 | 0.7722 | 0.7517 | 0.7618 | 0.7611 | 0.7580 | 0.9828 |
| 0.0042 | 12.0 | 3156 | 0.1045 | 0.7545 | 0.7423 | 0.7484 | 0.7490 | 0.7484 | 0.9823 |
| 0.0034 | 13.0 | 3419 | 0.1130 | 0.7660 | 0.7548 | 0.7604 | 0.7597 | 0.7571 | 0.9827 |
| 0.0032 | 14.0 | 3682 | 0.1128 | 0.7572 | 0.7371 | 0.7470 | 0.7472 | 0.7465 | 0.9819 |