hsseinmz/arcd
Viewer • Updated • 1.4k • 843 • 12
How to use Echiguerkh/rinna-arabert-qa-ar2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="Echiguerkh/rinna-arabert-qa-ar2") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("Echiguerkh/rinna-arabert-qa-ar2")
model = AutoModelForQuestionAnswering.from_pretrained("Echiguerkh/rinna-arabert-qa-ar2", device_map="auto")This model is a fine-tuned version of aubmindlab/bert-base-arabertv02 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 |
|---|---|---|---|
| 6.0221 | 6.92 | 150 | 5.9506 |
Base model
aubmindlab/bert-base-arabertv02