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
37wandb_entity:
38wandb_watch:
39wandb_name: llama-3.1-8b-squadv2-v0
40wandb_log_model:
41
42hub_model_id: ahmedelgebaly/llama-3.1-8b-squadv2
43
44gradient_accumulation_steps: 4
45micro_batch_size: 4
46num_epochs: 1
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.9076 | 0.2512 | 77 | 0.9311 |
| 0.9122 | 0.5024 | 154 | 0.9173 |
| 0.8535 | 0.7537 | 231 | 0.9113 |