All-Biomed-TAPT-Models
Collection
22 items • Updated
How to use Mardiyyah/CeLLaTe-tapt-pubmedbert-tokenizer-original-spanmask 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-spanmask") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("Mardiyyah/CeLLaTe-tapt-pubmedbert-tokenizer-original-spanmask")
model = AutoModelForMaskedLM.from_pretrained("Mardiyyah/CeLLaTe-tapt-pubmedbert-tokenizer-original-spanmask", 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 |
|---|---|---|---|---|---|
| 2.7396 | 1.0 | 14 | 2.3642 | 0.5703 | 10.6359 |
| 2.5077 | 2.0 | 28 | 2.2759 | 0.5742 | 9.7369 |
| 2.4329 | 3.0 | 42 | 2.1662 | 0.5936 | 8.7251 |
| 2.3886 | 4.0 | 56 | 2.1748 | 0.5859 | 8.8000 |
| 2.378 | 5.0 | 70 | 2.1150 | 0.5914 | 8.2897 |
| 2.3618 | 6.0 | 84 | 2.1638 | 0.5821 | 8.7040 |
| 2.322 | 7.0 | 98 | 2.1467 | 0.5910 | 8.5563 |
| 2.299 | 8.0 | 112 | 2.1630 | 0.5827 | 8.6973 |
| 2.3081 | 9.0 | 126 | 2.0821 | 0.5989 | 8.0216 |
| 2.2939 | 10.0 | 140 | 2.1986 | 0.5835 | 9.0125 |
| 2.2826 | 11.0 | 154 | 2.1773 | 0.5870 | 8.8226 |
| 2.2581 | 12.0 | 168 | 2.1368 | 0.5880 | 8.4727 |
| 2.2392 | 13.0 | 182 | 2.1805 | 0.5857 | 8.8505 |
| 2.2305 | 14.0 | 196 | 2.1175 | 0.5906 | 8.3106 |