Views
No views yet
0.8.0.dev01# 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/shisa-v2-best-of-n-athenev2-tulu70b-llama33-only
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-v2-roleplaying
28 type: chat_template
29 field_messages: conversations
30 message_property_mappings:
31 role: role
32 content: content
33 roles:
34 system:
35 - system
36 assistant:
37 - gpt
38 - model
39 - assistant
40 user:
41 - human
42 - user
43 roles_to_train: ["assistant"]
44 - path: shisa-ai/translation_expanded_master_set_filtered
45 split: train[:25%]
46 type: chat_template
47 field_messages: conversations
48 message_property_mappings:
49 role: role
50 content: content
51 roles:
52 system:
53 - system
54 assistant:
55 - gpt
56 - model
57 - assistant
58 user:
59 - human
60 - user
61 roles_to_train: ["assistant"]
62
63dataset_prepared_path: last_run_prepared
64val_set_size: 0.05
65output_dir: ./outputs/ablation-101-bestofn.atlo.rp.tlx25-shisa-v2-llama-3.1-8b
66
67sequence_len: 8192
68sample_packing: true
69pad_to_sequence_len: true
70
71# marginal difference
72neftune_noise_alpha: 5
73
74use_wandb: true
75wandb_project: shisa-v2
76wandb_entity: augmxnt
77wandb_name: ablation-101-bestofn.atlo.rp.tlx25-shisa-v2-llama-3.1-8b
78
79gradient_accumulation_steps: 2
80micro_batch_size: 4
81num_epochs: 3
82optimizer: paged_adamw_8bit
83lr_scheduler: linear
84learning_rate: 8e-6
85
86train_on_inputs: false
87group_by_length: false
88bf16: auto
89fp16:
90tf32: false
91
92gradient_checkpointing: true
93gradient_checkpointing_kwargs:
94 use_reentrant: false
95early_stopping_patience:
96resume_from_checkpoint:
97logging_steps: 1
98xformers_attention:
99flash_attention: true
100
101warmup_steps: 100
102evals_per_epoch: 2
103eval_table_size:
104saves_per_epoch: 0
105save_total_limit: 1 # Only store a single checkpoint
106debug:
107deepspeed: zero3_bf16.json
108weight_decay: 1e-4
109fsdp:
110fsdp_config:
111special_tokens:
112 pad_token: <|end_of_text|>
113| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.9975 | 0.0022 | 1 | 1.0114 |
| 0.7436 | 0.5005 | 229 | 0.7389 |
| 0.7255 | 1.0 | 458 | 0.6961 |
| 0.5719 | 1.5005 | 687 | 0.6864 |
| 0.6146 | 2.0 | 916 | 0.6734 |
| 0.4661 | 2.5005 | 1145 | 0.6906 |