Eladio/emrqa-msquad
Viewer • Updated • 164k • 363 • 9
How to use Eladio/tinyroberta-squad2-finetuned-emrqa-msquad with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="Eladio/tinyroberta-squad2-finetuned-emrqa-msquad") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("Eladio/tinyroberta-squad2-finetuned-emrqa-msquad")
model = AutoModelForQuestionAnswering.from_pretrained("Eladio/tinyroberta-squad2-finetuned-emrqa-msquad")This model is a fine-tuned version of deepset/tinyroberta-squad2 on medical dataset Eladio/emrqa-msquad. It achieves the following results on the evaluation set:
deepset/tinyroberta-squad2 on medical dataset Eladio/emrqa-msquad
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.2736 | 1.0 | 15878 | 0.1806 |
| 0.1034 | 2.0 | 31756 | 0.0803 |
| 0.0475 | 3.0 | 47634 | 0.0435 |
Base model
deepset/tinyroberta-squad2