allenai/quoref
Updated • 988 • 10
How to use intanm/xlmr-quoref with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="intanm/xlmr-quoref") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("intanm/xlmr-quoref")
model = AutoModelForQuestionAnswering.from_pretrained("intanm/xlmr-quoref")This model is a fine-tuned version of xlm-roberta-base on the quoref 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 |
|---|---|---|---|
| 2.1965 | 1.0 | 1213 | 1.9230 |
| 1.5621 | 2.0 | 2426 | 1.6899 |
| 1.1679 | 3.0 | 3639 | 1.7055 |
| 0.8913 | 4.0 | 4852 | 1.7383 |
| 0.7196 | 5.0 | 6065 | 1.9683 |
| 0.5502 | 6.0 | 7278 | 2.0790 |
| 0.4331 | 7.0 | 8491 | 2.2852 |
| 0.3404 | 8.0 | 9704 | 2.4147 |
| 0.2903 | 9.0 | 10917 | 2.7734 |
| 0.2397 | 10.0 | 12130 | 2.7996 |