CeLLaTe 2-Class NER Models
Collection
This collection consolidates NER models trained using a 2-class label schema, predicting CellLine and Cell_Tissue (combined CellType and Tissue) • 9 items • Updated
How to use OTAR3088/CeLLaTe-ner-2class-pubmedbert-baseline with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="OTAR3088/CeLLaTe-ner-2class-pubmedbert-baseline") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("OTAR3088/CeLLaTe-ner-2class-pubmedbert-baseline")
model = AutoModelForTokenClassification.from_pretrained("OTAR3088/CeLLaTe-ner-2class-pubmedbert-baseline", device_map="auto")This model is a fine-tuned version of microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext on the OTAR3088/CeLLaTe_V3.2_contracted_ent_IOB 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 | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| 0.2418 | 1.0 | 263 | 0.0612 | 0.6099 | 0.7212 | 0.6609 | 0.9794 |
| 0.0403 | 2.0 | 526 | 0.0520 | 0.7575 | 0.7224 | 0.7395 | 0.9834 |
| 0.0258 | 3.0 | 789 | 0.0613 | 0.7419 | 0.7401 | 0.7410 | 0.9829 |
| 0.0196 | 4.0 | 1052 | 0.0644 | 0.7746 | 0.7254 | 0.7492 | 0.9839 |
| 0.0145 | 5.0 | 1315 | 0.0683 | 0.7746 | 0.7047 | 0.7380 | 0.9831 |
| 0.011 | 6.0 | 1578 | 0.0768 | 0.7628 | 0.7084 | 0.7346 | 0.9831 |
| 0.0086 | 7.0 | 1841 | 0.0732 | 0.7468 | 0.7450 | 0.7459 | 0.9838 |