facebook/mlqa
Updated • 2.21k • 44
How to use FredDYyy/Roberta_vi_MLQA with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="FredDYyy/Roberta_vi_MLQA") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("FredDYyy/Roberta_vi_MLQA")
model = AutoModelForQuestionAnswering.from_pretrained("FredDYyy/Roberta_vi_MLQA")This model is a fine-tuned version of roberta-base 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 |
|---|---|---|---|
| 2.5026 | 1.0 | 1928 | 2.5248 |
| 2.1866 | 2.0 | 3856 | 2.3501 |
| 1.9707 | 3.0 | 5784 | 2.3695 |