deepset/covid_qa_deepset
Viewer • Updated • 2.02k • 741 • 9
How to use shainahub/covid_qa_distillbert with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="shainahub/covid_qa_distillbert") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("shainahub/covid_qa_distillbert")
model = AutoModelForQuestionAnswering.from_pretrained("shainahub/covid_qa_distillbert")This model is a fine-tuned version of distilbert-base-uncased on the covid_qa_deepset 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 |
|---|---|---|---|
| 0.2502 | 1.0 | 3880 | 0.1824 |
| 0.2007 | 2.0 | 7760 | 0.1250 |
| 0.1338 | 3.0 | 11640 | 0.0976 |