Views
No views yet
meta-llama/Llama-3.1-8B| Stage | Dataset | Samples |
|---|---|---|
| Stage 1 | AraMed (open-ended Arabic medical QA) | ~110K |
| Stage 2 | MedAraBench (Arabic MCQ) | ~17.6K (cleaned) |
1{
2 "model_name": "meta-llama/Llama-3.1-8B",
3 "stage1_method": "full",
4 "stage2_method": "lora",
5 "stage": "task_specific",
6 "num_epochs": 3,
7 "config_path": "/home/oelgendy/arabic-medical-llm/script/configs/lora.yaml",
8 "stage1_checkpoint": "outputs/exp04_llama_full_lora/stage1",
9 "train_samples": 16756,
10 "val_samples": 882
11}