rajpurkar/squad
Viewer • Updated • 98.2k • 142k • 367
How to use mcurmei/single_label_N_max with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="mcurmei/single_label_N_max") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("mcurmei/single_label_N_max")
model = AutoModelForQuestionAnswering.from_pretrained("mcurmei/single_label_N_max")This model is a fine-tuned version of distilbert-base-uncased on the squad 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 |
|---|---|---|---|
| 2.9746 | 1.0 | 674 | 2.0265 |
| 1.6756 | 2.0 | 1348 | 1.9134 |
| 1.1333 | 3.0 | 2022 | 1.9326 |