Biomed-PubmedBert-TAPT-models-adapted-tokenizer
Collection
6 items • Updated
How to use Mardiyyah/CeLLaTe-tapt-pubmedbert-tokenizer-adapted-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-adapted-spanmask") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("Mardiyyah/CeLLaTe-tapt-pubmedbert-tokenizer-adapted-spanmask")
model = AutoModelForMaskedLM.from_pretrained("Mardiyyah/CeLLaTe-tapt-pubmedbert-tokenizer-adapted-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 |
|---|---|---|---|---|---|
| 3.0089 | 1.0 | 14 | 2.6409 | 0.5507 | 14.0253 |
| 2.7347 | 2.0 | 28 | 2.4055 | 0.5698 | 11.0835 |
| 2.6256 | 3.0 | 42 | 2.4142 | 0.5723 | 11.1810 |
| 2.5855 | 4.0 | 56 | 2.3657 | 0.5720 | 10.6515 |
| 2.5716 | 5.0 | 70 | 2.3596 | 0.5713 | 10.5871 |
| 2.5212 | 6.0 | 84 | 2.3339 | 0.5698 | 10.3177 |
| 2.4673 | 7.0 | 98 | 2.3420 | 0.5751 | 10.4017 |
| 2.4827 | 8.0 | 112 | 2.2801 | 0.5824 | 9.7779 |
| 2.4762 | 9.0 | 126 | 2.2619 | 0.5839 | 9.6009 |
| 2.457 | 10.0 | 140 | 2.2566 | 0.5845 | 9.5509 |
| 2.4403 | 11.0 | 154 | 2.3328 | 0.5761 | 10.3072 |
| 2.3889 | 12.0 | 168 | 2.2309 | 0.5902 | 9.3085 |
| 2.3968 | 13.0 | 182 | 2.2488 | 0.5802 | 9.4764 |
| 2.3618 | 14.0 | 196 | 2.2365 | 0.5814 | 9.3607 |
| 2.3805 | 15.0 | 210 | 2.2719 | 0.5776 | 9.6975 |
| 2.348 | 16.0 | 224 | 2.3000 | 0.5791 | 9.9740 |
| 2.3436 | 17.0 | 238 | 2.2701 | 0.5824 | 9.6807 |