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-bioformer16l-baseline with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="OTAR3088/CeLLaTe-ner-2class-bioformer16l-baseline") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("OTAR3088/CeLLaTe-ner-2class-bioformer16l-baseline")
model = AutoModelForTokenClassification.from_pretrained("OTAR3088/CeLLaTe-ner-2class-bioformer16l-baseline", device_map="auto")This model is a fine-tuned version of bioformers/bioformer-16l 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.2578 | 1.0 | 263 | 0.0759 | 0.5637 | 0.6534 | 0.6052 | 0.9716 |
| 0.0494 | 2.0 | 526 | 0.0644 | 0.7969 | 0.7142 | 0.7533 | 0.9817 |
| 0.0331 | 3.0 | 789 | 0.0635 | 0.8151 | 0.7415 | 0.7766 | 0.9825 |
| 0.0249 | 4.0 | 1052 | 0.0687 | 0.8192 | 0.7317 | 0.7730 | 0.9823 |
| 0.02 | 5.0 | 1315 | 0.0696 | 0.8031 | 0.7460 | 0.7735 | 0.9824 |
| 0.0157 | 6.0 | 1578 | 0.0744 | 0.8005 | 0.7321 | 0.7648 | 0.9820 |