Views
No views yet
0.6.01# train w/ shisa-ai/shisa-v1-athenev2-reannotated-filtered
2
3base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
4model_type: LlamaForCausalLM
5tokenizer_type: AutoTokenizer
6
7load_in_8bit: false
8load_in_4bit: false
9strict: false
10
11# User Liger
12plugins:
13 - axolotl.integrations.liger.LigerPlugin
14liger_rope: true
15liger_rms_norm: true
16liger_glu_activation: true
17liger_fused_linear_cross_entropy: true
18
19chat_template: llama3
20datasets:
21 - path: shisa-ai/shisa-v1-athenev2-reannotated-filtered
22 # type: sharegpt deprecated
23 type: chat_template
24 field_messages: conversations
25 message_field_role: from
26 message_field_content: value
27dataset_prepared_path: last_run_prepared
28val_set_size: 0.05
29output_dir: ./outputs/ablation-27-rafathenev2.9epochs-shisa-v2-llama-3.1-8b-lr8e6
30
31sequence_len: 8192
32sample_packing: true
33pad_to_sequence_len: true
34
35# marginal difference
36neftune_noise_alpha: 5
37
38use_wandb: true
39wandb_project: shisa-v2
40wandb_entity: augmxnt
41wandb_name: ablation-27-rafathenev2.9epochs-shisa-v2-llama-3.1-8b-lr8e6
42
43gradient_accumulation_steps: 2
44micro_batch_size: 4
45num_epochs: 9
46optimizer: paged_adamw_8bit
47lr_scheduler: linear
48learning_rate: 8e-6
49
50train_on_inputs: false
51group_by_length: false
52bf16: auto
53fp16:
54tf32: false
55
56gradient_checkpointing: true
57gradient_checkpointing_kwargs:
58 use_reentrant: false
59early_stopping_patience:
60resume_from_checkpoint:
61logging_steps: 1
62xformers_attention:
63flash_attention: true
64
65warmup_ratio: 0.05
66evals_per_epoch: 2
67eval_table_size:
68saves_per_epoch: 0
69# save_total_limit: 1 # Only store a single checkpoint
70debug:
71deepspeed: zero3_bf16.json
72weight_decay: 1e-4
73fsdp:
74fsdp_config:
75special_tokens:
76 pad_token: <|end_of_text|>
77| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.8213 | 0.0058 | 1 | 0.5773 |
| 0.6142 | 0.5029 | 87 | 0.4698 |
| 0.5227 | 1.0058 | 174 | 0.4466 |
| 0.5139 | 1.5087 | 261 | 0.4429 |
| 0.4186 | 2.0116 | 348 | 0.4493 |
| 0.3932 | 2.5145 | 435 | 0.4562 |
| 0.3489 | 3.0173 | 522 | 0.5003 |
| 0.3096 | 3.5202 | 609 | 0.4974 |
| 0.213 | 4.0231 | 696 | 0.5810 |
| 0.2192 | 4.5260 | 783 | 0.5577 |
| 0.1408 | 5.0289 | 870 | 0.6616 |
| 0.1438 | 5.5318 | 957 | 0.6315 |
| 0.0956 | 6.0347 | 1044 | 0.7405 |
| 0.1174 | 6.5376 | 1131 | 0.7074 |
| 0.0563 | 7.0405 | 1218 | 0.8059 |
| 0.0642 | 7.5434 | 1305 | 0.7843 |
| 0.0456 | 8.0462 | 1392 | 0.8510 |
| 0.0464 | 8.5491 | 1479 | 0.8370 |