kuznetsoffandrey/sberquad
Viewer • Updated • 74.3k • 524 • 33
How to use konstaya/qa_model_study_1 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="konstaya/qa_model_study_1") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("konstaya/qa_model_study_1")
model = AutoModelForQuestionAnswering.from_pretrained("konstaya/qa_model_study_1", device_map="auto")This model is a fine-tuned version of distilbert-base-uncased on the sberquad 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 |
|---|---|---|---|
| 3.1351 | 1.0 | 750 | 2.6338 |
| 2.5385 | 2.0 | 1500 | 2.4813 |
| 2.3433 | 3.0 | 2250 | 2.4337 |
Base model
distilbert/distilbert-base-uncased