facebook/mlqa
Updated • 2.26k • 44
How to use radyad/valrad_qa_model with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="radyad/valrad_qa_model") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("radyad/valrad_qa_model")
model = AutoModelForQuestionAnswering.from_pretrained("radyad/valrad_qa_model")This model is a fine-tuned version of distilbert-base-uncased on the mlqa 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 | 355 | 2.3752 |
| 3.1802 | 2.0 | 710 | 1.8748 |
| 1.6816 | 3.0 | 1065 | 1.8117 |