Views
No views yet
0.4.01base_model: meta-llama/Meta-Llama-3-8B
2model_type: LlamaForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: true
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: mhenrichsen/alpaca_2k_test
11 type: alpaca
12dataset_prepared_path:
13val_set_size: 0.05
14output_dir: ./outputs/lora-out
15
16sequence_len: 4096
17sample_packing: true
18pad_to_sequence_len: true
19
20adapter: lora
21lora_model_dir:
22lora_r: 32
23lora_alpha: 16
24lora_dropout: 0.05
25lora_target_linear: true
26lora_fan_in_fan_out:
27
28wandb_project:
29wandb_entity:
30wandb_watch:
31wandb_name:
32wandb_log_model:
33
34gradient_accumulation_steps: 4
35micro_batch_size: 2
36num_epochs: 4
37optimizer: adamw_bnb_8bit
38lr_scheduler: cosine
39learning_rate: 0.0002
40
41train_on_inputs: false
42group_by_length: false
43bf16: auto
44fp16:
45tf32: false
46
47gradient_checkpointing: true
48early_stopping_patience:
49resume_from_checkpoint:
50local_rank:
51logging_steps: 1
52xformers_attention:
53flash_attention: true
54s2_attention:
55
56warmup_steps: 10
57evals_per_epoch: 4
58eval_table_size:
59eval_max_new_tokens: 128
60saves_per_epoch: 1
61debug:
62deepspeed:
63weight_decay: 0.0
64fsdp:
65fsdp_config:
66special_tokens:
67 pad_token: <|end_of_text|>
68
69eval_sample_packing: false
70| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.1198 | 0.0976 | 1 | 1.0946 |
| 1.0338 | 0.2927 | 3 | 1.0900 |
| 1.0658 | 0.5854 | 6 | 1.0339 |
| 1.0521 | 0.8780 | 9 | 0.9954 |
| 1.0211 | 1.1220 | 12 | 0.9805 |
| 0.9945 | 1.4146 | 15 | 0.9691 |
| 0.967 | 1.7073 | 18 | 0.9577 |
| 0.9694 | 2.0 | 21 | 0.9524 |
| 0.9627 | 2.2439 | 24 | 0.9468 |
| 0.9598 | 2.5366 | 27 | 0.9445 |
| 0.9156 | 2.8293 | 30 | 0.9444 |
| 0.8781 | 3.0732 | 33 | 0.9459 |
| 0.8903 | 3.3659 | 36 | 0.9448 |
| 0.8687 | 3.6585 | 39 | 0.9451 |