rajpurkar/squad
Viewer • Updated • 98.2k • 202k • 463
How to use Ermira/al-xml-r-l with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="Ermira/al-xml-r-l") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("Ermira/al-xml-r-l")
model = AutoModelForQuestionAnswering.from_pretrained("Ermira/al-xml-r-l", device_map="auto")This model is a fine-tuned version of xlm-roberta-large on the squad 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 |
|---|---|---|---|
| 1.1398 | 1.0 | 1000 | 0.9690 |
Base model
FacebookAI/xlm-roberta-large