hsseinmz/arcd
Viewer • Updated • 1.4k • 1.3k • 12
How to use Echiguerkh/rinna-AraBert-qa-ar4 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="Echiguerkh/rinna-AraBert-qa-ar4") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("Echiguerkh/rinna-AraBert-qa-ar4")
model = AutoModelForQuestionAnswering.from_pretrained("Echiguerkh/rinna-AraBert-qa-ar4")This model is a fine-tuned version of aubmindlab/bert-base-arabertv2 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.3751 | 6.88 | 150 | 3.4763 |
| 0.2526 | 13.75 | 300 | 4.7270 |
| 0.1059 | 20.63 | 450 | 5.7927 |
| 0.0604 | 27.51 | 600 | 5.6757 |
| 0.0347 | 34.38 | 750 | 6.0637 |
| 0.0163 | 41.26 | 900 | 6.3835 |
| 0.0116 | 48.14 | 1050 | 6.7934 |
| 0.0024 | 55.01 | 1200 | 6.8119 |
| 0.0021 | 61.89 | 1350 | 6.9426 |
| 0.0042 | 68.77 | 1500 | 6.8997 |
| 0.0033 | 75.64 | 1650 | 6.8969 |
| 0.0055 | 82.52 | 1800 | 7.0831 |
| 0.0012 | 89.4 | 1950 | 7.0766 |
| 0.0014 | 96.28 | 2100 | 7.1639 |
Base model
aubmindlab/bert-base-arabertv2