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-tapt-tokenizer-adapted-v1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="OTAR3088/CeLLaTe-ner-2class-pubmedbert-tapt-tokenizer-adapted-v1") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("OTAR3088/CeLLaTe-ner-2class-pubmedbert-tapt-tokenizer-adapted-v1")
model = AutoModelForTokenClassification.from_pretrained("OTAR3088/CeLLaTe-ner-2class-pubmedbert-tapt-tokenizer-adapted-v1", device_map="auto")This model is a fine-tuned version of Mardiyyah/CeLLaTe-tapt-pubmedbert-tokenizer-adapted_v1 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.2074 | 1.0 | 263 | 0.0588 | 0.6478 | 0.7310 | 0.6869 | 0.9803 |
| 0.0367 | 2.0 | 526 | 0.0565 | 0.7551 | 0.7023 | 0.7278 | 0.9832 |
| 0.024 | 3.0 | 789 | 0.0621 | 0.6653 | 0.7567 | 0.7081 | 0.9801 |
| 0.0175 | 4.0 | 1052 | 0.0671 | 0.6734 | 0.7579 | 0.7132 | 0.9812 |
| 0.0134 | 5.0 | 1315 | 0.0716 | 0.7472 | 0.7119 | 0.7291 | 0.9828 |
| 0.0099 | 6.0 | 1578 | 0.0795 | 0.7686 | 0.7346 | 0.7512 | 0.9834 |
| 0.0074 | 7.0 | 1841 | 0.0830 | 0.7469 | 0.7513 | 0.7491 | 0.9831 |
| 0.0061 | 8.0 | 2104 | 0.0830 | 0.7576 | 0.7549 | 0.7563 | 0.9839 |
| 0.005 | 9.0 | 2367 | 0.0922 | 0.7511 | 0.7412 | 0.7461 | 0.9833 |
| 0.0046 | 10.0 | 2630 | 0.0887 | 0.7351 | 0.7579 | 0.7463 | 0.9834 |
| 0.0037 | 11.0 | 2893 | 0.0892 | 0.7469 | 0.7460 | 0.7464 | 0.9835 |
| 0.0031 | 12.0 | 3156 | 0.0978 | 0.7612 | 0.7430 | 0.7520 | 0.9835 |
| 0.0026 | 13.0 | 3419 | 0.0970 | 0.7609 | 0.7496 | 0.7552 | 0.9837 |