openlifescienceai/medmcqa
Viewer • Updated • 193k • 31.1k • 222
How to use sahillihas/OntoMedQA with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("sahillihas/OntoMedQA")
model = AutoModelForMultipleChoice.from_pretrained("sahillihas/OntoMedQA")This model is a fine-tuned version of bert-base-uncased on the medmcqa 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 | 1.0 | 187 | 1.2418 | 0.2941 |
| No log | 2.0 | 374 | 1.1449 | 0.4706 |
| 0.8219 | 3.0 | 561 | 1.2874 | 0.4118 |