hsseinmz/arcd
Viewer • Updated • 1.4k • 535 • 12
How to use Echiguerkh/rinna-roberta-qa-ar12 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="Echiguerkh/rinna-roberta-qa-ar12") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("Echiguerkh/rinna-roberta-qa-ar12")
model = AutoModelForQuestionAnswering.from_pretrained("Echiguerkh/rinna-roberta-qa-ar12")This model is a fine-tuned version of xlm-roberta-base on the arcd 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.9347 | 6.86 | 150 | 2.8056 |
Base model
FacebookAI/xlm-roberta-base