Views
No views yet
0.6.01# train on filtered shuffled llama33 + tulu405b + athenev2
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-llama33-reannotated-filtered
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/shisa-v1-tulu405b-reannotated-filtered
28 # type: sharegpt deprecated
29 type: chat_template
30 field_messages: conversations
31 message_field_role: from
32 message_field_content: value
33 - path: shisa-ai/shisa-v1-athenev2-reannotated-filtered
34 # type: sharegpt deprecated
35 type: chat_template
36 field_messages: conversations
37 message_field_role: from
38 message_field_content: value
39dataset_prepared_path: last_run_prepared
40val_set_size: 0.05
41output_dir: ./outputs/ablation-16-rafbestmix-shisa-v2-llama-3.1-8b-lr8e6
42
43sequence_len: 8192
44sample_packing: true
45pad_to_sequence_len: true
46
47# marginal difference
48neftune_noise_alpha: 5
49
50use_wandb: true
51wandb_project: shisa-v2
52wandb_entity: augmxnt
53wandb_name: ablation-16-rafbestmix-shisa-v2-llama-3.1-8b-lr8e6
54
55gradient_accumulation_steps: 2
56micro_batch_size: 4
57num_epochs: 1
58optimizer: paged_adamw_8bit
59lr_scheduler: linear
60learning_rate: 8e-6
61
62train_on_inputs: false
63group_by_length: false
64bf16: auto
65fp16:
66tf32: false
67
68gradient_checkpointing: true
69gradient_checkpointing_kwargs:
70 use_reentrant: false
71early_stopping_patience:
72resume_from_checkpoint:
73logging_steps: 1
74xformers_attention:
75flash_attention: true
76
77warmup_steps: 100
78evals_per_epoch: 2
79eval_table_size:
80saves_per_epoch: 0
81save_total_limit: 1 # Only store a single checkpoint
82debug:
83deepspeed: zero3_bf16.json
84weight_decay: 0.00
85fsdp:
86fsdp_config:
87special_tokens:
88 pad_token: <|end_of_text|>
89| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.7754 | 0.0019 | 1 | 0.7935 |
| 0.6483 | 0.5 | 268 | 0.6531 |
| 0.6457 | 1.0 | 536 | 0.6317 |