deepset/covid_qa_deepset
Viewer • Updated • 2.02k • 845 • 9
How to use Sarmila/pubmed-bert-mlm-squad-covidqa with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="Sarmila/pubmed-bert-mlm-squad-covidqa") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("Sarmila/pubmed-bert-mlm-squad-covidqa")
model = AutoModelForQuestionAnswering.from_pretrained("Sarmila/pubmed-bert-mlm-squad-covidqa")This model is a fine-tuned version of Sarmila/pubmed-bert-mlm 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 |
|---|---|---|---|
| No log | 1.0 | 51 | 0.5056 |
| No log | 2.0 | 102 | 0.5423 |
| No log | 3.0 | 153 | 0.5812 |