All-Biomed-TAPT-Models
Collection
22 items • Updated
How to use Mardiyyah/CeLLaTe-tapt-bioformer16l-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-bioformer16l-tokenizer-original-baseline") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("Mardiyyah/CeLLaTe-tapt-bioformer16l-tokenizer-original-baseline")
model = AutoModelForMaskedLM.from_pretrained("Mardiyyah/CeLLaTe-tapt-bioformer16l-tokenizer-original-baseline", device_map="auto")This model is a fine-tuned version of bioformers/bioformer-16l 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.47 | 1.0 | 15 | 1.2742 | 0.7351 | 3.5759 |
| 1.4645 | 2.0 | 30 | 1.2752 | 0.7331 | 3.5796 |
| 1.444 | 3.0 | 45 | 1.2506 | 0.7410 | 3.4925 |
| 1.4036 | 4.0 | 60 | 1.2267 | 0.7429 | 3.4099 |
| 1.3737 | 5.0 | 75 | 1.2051 | 0.7453 | 3.3370 |
| 1.3584 | 6.0 | 90 | 1.2133 | 0.7444 | 3.3645 |
| 1.3457 | 7.0 | 105 | 1.1860 | 0.7500 | 3.2738 |
| 1.3146 | 8.0 | 120 | 1.2254 | 0.7464 | 3.4055 |
| 1.3081 | 9.0 | 135 | 1.2281 | 0.7422 | 3.4146 |
| 1.2906 | 10.0 | 150 | 1.1861 | 0.7476 | 3.2744 |
| 1.2644 | 11.0 | 165 | 1.2125 | 0.7460 | 3.3618 |
| 1.2665 | 12.0 | 180 | 1.2033 | 0.7491 | 3.3310 |