hsseinmz/arcd
Viewer • Updated • 1.4k • 1.3k • 12
How to use gp-tar4/QA_FineTuned_ArabianGpt-01B with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="gp-tar4/QA_FineTuned_ArabianGpt-01B") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("gp-tar4/QA_FineTuned_ArabianGpt-01B")
model = AutoModelForQuestionAnswering.from_pretrained("gp-tar4/QA_FineTuned_ArabianGpt-01B")This model is a fine-tuned version of riotu-lab/ArabianGPT-01B on an arcd dataset(Arabic 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 |
|---|---|---|---|
| 3.8475 | 0.25 | 10 | 3.8987 |
| 4.0025 | 0.49 | 20 | 3.6754 |
| 3.6385 | 0.74 | 30 | 3.2931 |
| 3.2785 | 0.99 | 40 | 2.9471 |
| 2.1751 | 1.23 | 50 | 3.0013 |
| 1.8868 | 1.48 | 60 | 3.0324 |
| 1.9831 | 1.73 | 70 | 2.8470 |
| 1.8749 | 1.98 | 80 | 2.8488 |
| 1.0702 | 2.22 | 90 | 2.9369 |
| 0.8701 | 2.47 | 100 | 3.0490 |
| 0.8731 | 2.72 | 110 | 3.0774 |
| 0.8309 | 2.96 | 120 | 3.0808 |
Base model
riotu-lab/ArabianGPT-01B