ybisk/piqa
Updated • 59k • 104
How to use sledz08/finetuned-bert-piqa with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("sledz08/finetuned-bert-piqa")
model = AutoModelForMultipleChoice.from_pretrained("sledz08/finetuned-bert-piqa")This model is a fine-tuned version of bert-base-uncased on the piqa 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 | 251 | 0.6751 | 0.6115 |
| 0.6628 | 2.0 | 502 | 0.6556 | 0.6534 |
| 0.6628 | 3.0 | 753 | 0.6603 | 0.6518 |