Views
No views yet
0.6.01# We train the exact same as 02-llama31 but we swap gradient accum and micro bs (should be same but faster?)
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: /fsx/ubuntu/meti/data/shisa-v1-bestseq-reannoatated-filtered
22 # type: sharegpt deprecated
23 type: chat_template
24 field_messages: conversations
25 message_field_role: from
26 message_field_content: value
27shuffle_merged_datasets: false
28dataset_prepared_path: last_run_prepared
29val_set_size: 0.05
30output_dir: ./outputs/ablation-20-rafbestseq.1epoch-shisa-v2-llama-3.1-8b-lr8e6
31
32sequence_len: 8192
33sample_packing: true
34pad_to_sequence_len: true
35
36# marginal difference
37neftune_noise_alpha: 5
38
39use_wandb: true
40wandb_project: shisa-v2
41wandb_entity: augmxnt
42wandb_name: ablation-20-rafbestseq.1epoch-shisa-v2-llama-3.1-8b-lr8e6
43
44gradient_accumulation_steps: 2
45micro_batch_size: 4
46num_epochs: 1
47optimizer: paged_adamw_8bit
48lr_scheduler: linear
49learning_rate: 8e-6
50
51train_on_inputs: false
52group_by_length: false
53bf16: auto
54fp16:
55tf32: false
56
57gradient_checkpointing: true
58gradient_checkpointing_kwargs:
59 use_reentrant: false
60early_stopping_patience:
61resume_from_checkpoint:
62logging_steps: 1
63xformers_attention:
64flash_attention: true
65
66warmup_steps: 100
67evals_per_epoch: 2
68eval_table_size:
69saves_per_epoch: 0
70save_total_limit: 1 # Only store a single checkpoint
71debug:
72deepspeed: zero3_bf16.json
73weight_decay: 0.00
74fsdp:
75fsdp_config:
76special_tokens:
77 pad_token: <|end_of_text|>
78| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.7727 | 0.0019 | 1 | 0.5912 |
| 0.6626 | 0.5005 | 257 | 0.4640 |