hsseinmz/arcd
Viewer • Updated • 1.4k • 503 • 12
How to use Echiguerkh/rinna-roberta-qa-ar with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="Echiguerkh/rinna-roberta-qa-ar") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("Echiguerkh/rinna-roberta-qa-ar")
model = AutoModelForQuestionAnswering.from_pretrained("Echiguerkh/rinna-roberta-qa-ar")This model is a fine-tuned version of xlm-roberta-base on the arcd dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: