deepset/covid_qa_deepset
Viewer • Updated • 2.02k • 845 • 9
How to use shaina/covid_qa_distillBert with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="shaina/covid_qa_distillBert") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("shaina/covid_qa_distillBert")
model = AutoModelForQuestionAnswering.from_pretrained("shaina/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.2537 | 1.0 | 3880 | 0.1871 |
| 0.2005 | 2.0 | 7760 | 0.1257 |
| 0.1395 | 3.0 | 11640 | 0.0971 |