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/s1K-1.1-translated-sharegpt
22 # type: sharegpt deprecated
23 type: chat_template
24 field_messages: conversations
25 message_field_role: from
26 message_field_content: value
27 - path: shisa-ai/gair_limo-translated-sharegpt
28 # type: sharegpt deprecated
29 type: chat_template
30 field_messages: conversations
31 message_field_role: from
32 message_field_content: value
33shuffle_merged_datasets: false
34dataset_prepared_path: last_run_prepared
35val_set_size: 0.05
36output_dir: ./outputs/ablation-25-reasoning-shisa-v2-llama-3.1-8b-lr8e6
37
38sequence_len: 8192
39sample_packing: true
40pad_to_sequence_len: true
41
42# marginal difference
43neftune_noise_alpha: 5
44
45use_wandb: true
46wandb_project: shisa-v2
47wandb_entity: augmxnt
48wandb_name: ablation-25-reasoning-shisa-v2-llama-3.1-8b-lr8e6
49
50gradient_accumulation_steps: 2
51micro_batch_size: 4
52num_epochs: 5
53optimizer: paged_adamw_8bit
54lr_scheduler: linear
55learning_rate: 1e-5
56
57train_on_inputs: false
58group_by_length: false
59bf16: auto
60fp16:
61tf32: false
62
63gradient_checkpointing: true
64gradient_checkpointing_kwargs:
65 use_reentrant: false
66early_stopping_patience:
67resume_from_checkpoint:
68logging_steps: 1
69xformers_attention:
70flash_attention: true
71
72warmup_ratio: 0.05
73evals_per_epoch: 2
74eval_table_size:
75saves_per_epoch: 0
76save_total_limit: 1 # Only store a single checkpoint
77debug:
78deepspeed: zero3_bf16.json
79weight_decay: 1e-4
80fsdp:
81fsdp_config:
82special_tokens:
83 pad_token: <|end_of_text|>
84| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.0922 | 0.0244 | 1 | 0.8761 |
| 0.9325 | 0.5122 | 21 | 0.7089 |
| 0.7914 | 1.0244 | 42 | 0.6543 |
| 0.7889 | 1.5366 | 63 | 0.6405 |
| 0.731 | 2.0488 | 84 | 0.6421 |
| 0.7322 | 2.5610 | 105 | 0.6433 |
| 0.6002 | 3.0732 | 126 | 0.6641 |
| 0.5797 | 3.5854 | 147 | 0.6603 |
| 0.5329 | 4.0976 | 168 | 0.6848 |
| 0.4481 | 4.6098 | 189 | 0.6817 |