Views
No views yet
0.6.01# 33 but w/ 5e-6 LR
2
3base_model: unsloth/phi-4
4model_type: AutoModelForCausalLM
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-35-rafathenev2.unphi42e6-shisa-v2-unphi-4-14b
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-35-rafathenev2.unphi42e6-shisa-v2-unphi-4-14b
42
43gradient_accumulation_steps: 2
44micro_batch_size: 4
45num_epochs: 3
46optimizer: paged_adamw_8bit
47lr_scheduler: linear
48learning_rate: 2e-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
69save_total_limit: 1 # Only store a single checkpoint
70debug:
71deepspeed: zero3_bf16.json
72weight_decay: 0.00
73fsdp:
74fsdp_config:
75special_tokens:
76 pad_token: <|end_of_text|>
77| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.4883 | 0.0043 | 1 | 0.3333 |
| 0.4151 | 0.5021 | 117 | 0.2938 |
| 0.4005 | 1.0043 | 234 | 0.2872 |
| 0.3406 | 1.5064 | 351 | 0.2842 |
| 0.3806 | 2.0086 | 468 | 0.2823 |
| 0.3842 | 2.5107 | 585 | 0.2820 |