Views
No views yet
0.4.11base_model: meta-llama/Llama-3.1-8B
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: ahmedelgebaly/SQuad_2_Alpaca
11 type: alpaca
12 split: train
13
14test_datasets:
15 - path: ahmedelgebaly/SQuad_2_Alpaca
16 type: alpaca
17 split: validation
18
19dataset_prepared_path:
20output_dir: ./outputs/qlora-out
21
22adapter: qlora
23lora_model_dir:
24
25sequence_len: 4096
26sample_packing: true
27pad_to_sequence_len: true
28
29lora_r: 32
30lora_alpha: 16
31lora_dropout: 0.05
32lora_target_modules:
33lora_target_linear: true
34lora_fan_in_fan_out:
35
36wandb_project: llama-3.1-8b-squadv2_e5
37wandb_entity:
38wandb_watch:
39wandb_name: llama-3.1-8b-squadv2-v0_e5
40wandb_log_model:
41
42hub_model_id: ahmedelgebaly/llama-3.1-8b-squadv2_e5
43
44gradient_accumulation_steps: 4
45micro_batch_size: 4
46num_epochs: 5
47optimizer: paged_adamw_32bit
48lr_scheduler: cosine
49learning_rate: 0.0002
50
51train_on_inputs: false
52group_by_length: false
53bf16: auto
54fp16:
55tf32: false
56
57gradient_checkpointing: true
58early_stopping_patience:
59resume_from_checkpoint:
60local_rank:
61logging_steps: 1
62xformers_attention:
63flash_attention: true
64
65warmup_steps: 10
66evals_per_epoch: 4
67eval_table_size:
68saves_per_epoch: 1
69debug:
70deepspeed:
71weight_decay: 0.0
72fsdp:
73fsdp_config:
74special_tokens:
75 pad_token: "<|end_of_text|>"
76| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.4871 | 0.0033 | 1 | 1.5437 |
| 0.9075 | 0.2512 | 77 | 0.9308 |
| 0.912 | 0.5024 | 154 | 0.9171 |
| 0.8501 | 0.7537 | 231 | 0.9136 |
| 0.8086 | 1.0024 | 308 | 0.9082 |
| 0.7844 | 1.2537 | 385 | 0.9233 |
| 0.8205 | 1.5049 | 462 | 0.9234 |
| 0.8148 | 1.7561 | 539 | 0.9225 |
| 0.6846 | 2.0041 | 616 | 0.9218 |
| 0.7063 | 2.2553 | 693 | 0.9710 |
| 0.7398 | 2.5065 | 770 | 0.9690 |
| 0.6949 | 2.7577 | 847 | 0.9767 |
| 0.5503 | 3.0057 | 924 | 0.9828 |
| 0.5657 | 3.2569 | 1001 | 1.0722 |
| 0.5365 | 3.5082 | 1078 | 1.0726 |
| 0.5546 | 3.7594 | 1155 | 1.0681 |
| 0.4664 | 4.0073 | 1232 | 1.0806 |
| 0.4576 | 4.2586 | 1309 | 1.1627 |
| 0.4718 | 4.5098 | 1386 | 1.1668 |
| 0.4546 | 4.7610 | 1463 | 1.1621 |