hsseinmz/arcd
Viewer • Updated • 1.4k • 455 • 12
How to use gp-tar4/QA_FineTuned_ArabianGPT-03B with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="gp-tar4/QA_FineTuned_ArabianGPT-03B") # Load model directly
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("gp-tar4/QA_FineTuned_ArabianGPT-03B")
model = AutoModelForQuestionAnswering.from_pretrained("gp-tar4/QA_FineTuned_ArabianGPT-03B", device_map="auto")This model is a fine-tuned version of riotu-lab/ArabianGPT-03B on an unknown 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.4515 | 0.25 | 10 | 4.5855 |
| 4.8912 | 0.49 | 20 | 4.1608 |
| 4.3524 | 0.74 | 30 | 4.0509 |
| 4.1537 | 0.99 | 40 | 4.0484 |
| 3.6716 | 1.23 | 50 | 4.0211 |
| 3.4284 | 1.48 | 60 | 4.1357 |
| 3.5215 | 1.73 | 70 | 4.2520 |
| 3.4336 | 1.98 | 80 | 4.0270 |
| 2.8886 | 2.22 | 90 | 4.9232 |
| 2.6176 | 2.47 | 100 | 5.0723 |
| 2.5867 | 2.72 | 110 | 4.8623 |
| 2.6076 | 2.96 | 120 | 4.8610 |
Base model
riotu-lab/ArabianGPT-03B