Tugay/clickbait-spoiling
Viewer • Updated • 4k • 42
How to use intanm/xlmrlarge-squad2-webis with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="intanm/xlmrlarge-squad2-webis") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("intanm/xlmrlarge-squad2-webis")
model = AutoModelForQuestionAnswering.from_pretrained("intanm/xlmrlarge-squad2-webis")This model is a fine-tuned version of deepset/xlm-roberta-large-squad2 on the None 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 | 200 | 2.2379 |
| No log | 2.0 | 400 | 2.3140 |
| 1.8489 | 3.0 | 600 | 3.0345 |
| 1.8489 | 4.0 | 800 | 3.5503 |
| 0.5002 | 5.0 | 1000 | 3.9071 |
| 0.5002 | 6.0 | 1200 | 4.4492 |
| 0.5002 | 7.0 | 1400 | 5.3196 |
| 0.158 | 8.0 | 1600 | 5.7806 |
| 0.158 | 9.0 | 1800 | 6.0289 |
| 0.0542 | 10.0 | 2000 | 6.2849 |