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-v1-athenev2-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-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-master-set
45 type: chat_template
46 field_messages: conversations
47 message_property_mappings:
48 role: role
49 content: content
50 roles:
51 system:
52 - system
53 assistant:
54 - gpt
55 - model
56 - assistant
57 user:
58 - human
59 - user
60 roles_to_train: ["assistant"]
61 - path: shisa-ai/yahoo-q-and-a-filtered
62 type: chat_template
63 field_messages: conversations
64 message_property_mappings:
65 role: role
66 content: content
67 roles:
68 system:
69 - system
70 assistant:
71 - gpt
72 - model
73 - assistant
74 user:
75 - human
76 - user
77 roles_to_train: ["assistant"]
78
79dataset_prepared_path: last_run_prepared
80val_set_size: 0.05
81output_dir: ./outputs/ablation-63-rafathenev2.rp.tl.yahoo-shisa-v2-llama-3.1-8b
82
83sequence_len: 8192
84sample_packing: true
85pad_to_sequence_len: true
86
87# marginal difference
88neftune_noise_alpha: 5
89
90use_wandb: true
91wandb_project: shisa-v2
92wandb_entity: augmxnt
93wandb_name: ablation-63-rafathenev2.rp.tl.yahoo-shisa-v2-llama-3.1-8b
94
95gradient_accumulation_steps: 2
96micro_batch_size: 4
97num_epochs: 3
98optimizer: paged_adamw_8bit
99lr_scheduler: linear
100learning_rate: 8e-6
101
102train_on_inputs: false
103group_by_length: false
104bf16: auto
105fp16:
106tf32: false
107
108gradient_checkpointing: true
109gradient_checkpointing_kwargs:
110 use_reentrant: false
111early_stopping_patience:
112resume_from_checkpoint:
113logging_steps: 1
114xformers_attention:
115flash_attention: true
116
117warmup_steps: 100
118evals_per_epoch: 2
119eval_table_size:
120saves_per_epoch: 0
121save_total_limit: 1 # Only store a single checkpoint
122debug:
123deepspeed: zero3_bf16.json
124weight_decay: 1e-4
125fsdp:
126fsdp_config:
127special_tokens:
128 pad_token: <|end_of_text|>
129| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.1222 | 0.0033 | 1 | 1.1996 |
| 0.9444 | 0.4992 | 150 | 0.9968 |
| 0.9576 | 0.9983 | 300 | 0.9587 |
| 0.8101 | 1.4958 | 450 | 0.9516 |
| 0.7857 | 1.9950 | 600 | 0.9396 |
| 0.7212 | 2.4925 | 750 | 0.9580 |
| 0.7886 | 2.9917 | 900 | 0.9546 |