All-Biomed-TAPT-Models
Collection
22 items • Updated
How to use Mardiyyah/CeLLaTe-tapt-pubmedbert-tokenizer-original-baseline with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="Mardiyyah/CeLLaTe-tapt-pubmedbert-tokenizer-original-baseline") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("Mardiyyah/CeLLaTe-tapt-pubmedbert-tokenizer-original-baseline")
model = AutoModelForMaskedLM.from_pretrained("Mardiyyah/CeLLaTe-tapt-pubmedbert-tokenizer-original-baseline", device_map="auto")This model is a fine-tuned version of microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext on the Mardiyyah/TAPT_CeLLaTe2.0 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 | Accuracy | Perplexity |
|---|---|---|---|---|---|
| 1.1444 | 1.0 | 14 | 1.0112 | 0.7749 | 2.7489 |
| 1.1264 | 2.0 | 28 | 0.9842 | 0.7806 | 2.6757 |
| 1.118 | 3.0 | 42 | 0.9774 | 0.7810 | 2.6574 |
| 1.0848 | 4.0 | 56 | 0.9892 | 0.7781 | 2.6891 |
| 1.0813 | 5.0 | 70 | 0.9697 | 0.7861 | 2.6372 |
| 1.0682 | 6.0 | 84 | 0.9910 | 0.7782 | 2.6938 |
| 1.0576 | 7.0 | 98 | 0.9641 | 0.7807 | 2.6225 |
| 1.0377 | 8.0 | 112 | 0.9392 | 0.7880 | 2.5580 |
| 1.0206 | 9.0 | 126 | 0.9936 | 0.7765 | 2.7009 |
| 1.0254 | 10.0 | 140 | 0.9782 | 0.7797 | 2.6595 |
| 0.9976 | 11.0 | 154 | 0.9627 | 0.7833 | 2.6188 |
| 0.9818 | 12.0 | 168 | 0.9549 | 0.7833 | 2.5985 |
| 0.9706 | 13.0 | 182 | 0.9498 | 0.7855 | 2.5851 |