GBaker/MedQA-USMLE-4-options-hf
Viewer • Updated • 12.7k • 13.7k • 24
How to use GBaker/biolinkbert-base-medqa-usmle-nocontext with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("GBaker/biolinkbert-base-medqa-usmle-nocontext")
model = AutoModelForMultipleChoice.from_pretrained("GBaker/biolinkbert-base-medqa-usmle-nocontext", device_map="auto")This model is a fine-tuned version of michiyasunaga/BioLinkBERT-base on an unknown 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 |
|---|---|---|---|---|
| No log | 0.98 | 39 | 1.3339 | 0.3590 |
| No log | 1.98 | 78 | 1.3685 | 0.3794 |
| No log | 2.98 | 117 | 1.4162 | 0.3912 |
| No log | 3.98 | 156 | 1.4484 | 0.3888 |
| No log | 4.98 | 195 | 1.4869 | 0.3983 |
| No log | 5.98 | 234 | 1.5149 | 0.3943 |