allenai/sciq
Viewer • Updated • 13.7k • 85.4k • 139
How to use Shaier/longformer_sciq with Transformers:
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultipleChoice
tokenizer = AutoTokenizer.from_pretrained("Shaier/longformer_sciq")
model = AutoModelForMultipleChoice.from_pretrained("Shaier/longformer_sciq")This model is a fine-tuned version of allenai/longformer-base-4096 on the sciq 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 | 233 | 0.1650 | 0.934 |
| No log | 2.0 | 466 | 0.1479 | 0.932 |