Views
No views yet
0.6.01base_model: meta-llama/Llama-3.2-1B
2# Automatically upload checkpoint and final model to HF
3hub_model_id: minpeter/LoRA-Llama-3.2-1B-Alpaca
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9chat_template: alpaca
10
11datasets:
12 - path: minpeter/stanford-alpaca-regen-llama-3.3
13 type: alpaca
14dataset_prepared_path: last_run_prepared
15val_set_size: 0.1
16output_dir: ./output
17
18adapter: lora
19lora_model_dir:
20
21sequence_len: 2048
22sample_packing: true
23eval_sample_packing: true
24pad_to_sequence_len: true
25
26lora_r: 16
27lora_alpha: 32
28lora_dropout: 0.05
29lora_fan_in_fan_out:
30lora_target_modules:
31 - gate_proj
32 - down_proj
33 - up_proj
34 - q_proj
35 - v_proj
36 - k_proj
37 - o_proj
38
39wandb_project: "axolotl"
40wandb_entity: "kasfiekfs-e"
41wandb_watch:
42wandb_name:
43wandb_log_model:
44
45gradient_accumulation_steps: 2
46micro_batch_size: 2
47num_epochs: 1
48optimizer: adamw_8bit
49lr_scheduler: cosine
50learning_rate: 0.0002
51
52train_on_inputs: false
53group_by_length: false
54bf16: auto
55fp16:
56tf32: false
57
58gradient_checkpointing: true
59early_stopping_patience:
60resume_from_checkpoint:
61local_rank:
62logging_steps: 1
63xformers_attention:
64flash_attention: true
65
66loss_watchdog_threshold: 5.0
67loss_watchdog_patience: 3
68
69warmup_steps: 10
70evals_per_epoch: 4
71saves_per_epoch: 1
72debug:
73deepspeed:
74weight_decay: 0.0
75fsdp:
76fsdp_config:
77special_tokens:
78 pad_token: "<|end_of_text|>"
79| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.711 | 0.0021 | 1 | 1.6925 |
| 1.353 | 0.2516 | 121 | 1.3002 |
| 1.145 | 0.5031 | 242 | 1.2688 |
| 1.3371 | 0.7547 | 363 | 1.2509 |