Views
No views yet
0.8.0.dev01# 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: tokenizer_default
20datasets:
21 - path: shisa-ai/shisa-v1-athenev2-reannotated-filtered
22 type: chat_template
23 field_messages: conversations
24 message_field_role: from
25 message_field_content: value
26 - path: shisa-ai/shisa-v2-roleplaying
27 type: chat_template
28 field_messages: conversations
29 message_property_mappings:
30 role: role
31 content: content
32 roles:
33 system:
34 - system
35 assistant:
36 - gpt
37 - model
38 - assistant
39 user:
40 - human
41 - user
42 roles_to_train: ["assistant"]
43 - path: shisa-ai/translation-master-set
44 type: chat_template
45 field_messages: conversations
46 message_property_mappings:
47 role: role
48 content: content
49 roles:
50 system:
51 - system
52 assistant:
53 - gpt
54 - model
55 - assistant
56 user:
57 - human
58 - user
59 roles_to_train: ["assistant"]
60dataset_prepared_path: last_run_prepared
61val_set_size: 0.05
62output_dir: ./outputs/ablation-73-rafathenev2.rp.tl.unphi42e6-shisa-v2-unphi-4-14b
63
64sequence_len: 8192
65sample_packing: true
66pad_to_sequence_len: true
67
68# marginal difference
69neftune_noise_alpha: 5
70
71use_wandb: true
72wandb_project: shisa-v2
73wandb_entity: augmxnt
74wandb_name: ablation-73-rafathenev2.rp.tl.unphi42e6-shisa-v2-unphi-4-14b
75
76gradient_accumulation_steps: 2
77micro_batch_size: 4
78num_epochs: 3
79optimizer: paged_adamw_8bit
80lr_scheduler: linear
81learning_rate: 2e-6
82
83train_on_inputs: false
84group_by_length: false
85bf16: auto
86fp16:
87tf32: false
88
89gradient_checkpointing: true
90gradient_checkpointing_kwargs:
91 use_reentrant: false
92early_stopping_patience:
93resume_from_checkpoint:
94logging_steps: 1
95xformers_attention:
96flash_attention: true
97
98warmup_ratio: 0.1
99evals_per_epoch: 4
100eval_table_size:
101saves_per_epoch: 0
102save_total_limit: 1 # Only store a single checkpoint
103debug:
104deepspeed: zero3_bf16.json
105weight_decay: 0.0001
106fsdp:
107fsdp_config:
108special_tokens:
109 pad_token: <|end_of_text|>
110| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.6323 | 0.0017 | 1 | 0.6161 |
| 0.524 | 0.2506 | 147 | 0.5063 |
| 0.4596 | 0.5013 | 294 | 0.4791 |
| 0.4552 | 0.7519 | 441 | 0.4675 |
| 0.4389 | 1.0017 | 588 | 0.4603 |
| 0.4312 | 1.2523 | 735 | 0.4562 |
| 0.4404 | 1.5030 | 882 | 0.4527 |
| 0.4712 | 1.7536 | 1029 | 0.4498 |
| 0.4035 | 2.0034 | 1176 | 0.4477 |
| 0.4018 | 2.2540 | 1323 | 0.4480 |
| 0.3889 | 2.5047 | 1470 | 0.4469 |
| 0.4117 | 2.7553 | 1617 | 0.4463 |