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-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: /fsx/ubuntu/meti/data/ubitus/geniac_tourism_manner
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 - path: /fsx/ubuntu/meti/data/ubitus/geniac_tourism_shiteiBunka
79 type: chat_template
80 field_messages: conversations
81 message_property_mappings:
82 role: role
83 content: content
84 roles:
85 system:
86 - system
87 assistant:
88 - gpt
89 - model
90 - assistant
91 user:
92 - human
93 - user
94 roles_to_train: ["assistant"]
95 - path: /fsx/ubuntu/meti/data/ubitus/geniac_tourism_transportation
96 type: chat_template
97 field_messages: conversations
98 message_property_mappings:
99 role: role
100 content: content
101 roles:
102 system:
103 - system
104 assistant:
105 - gpt
106 - model
107 - assistant
108 user:
109 - human
110 - user
111 roles_to_train: ["assistant"]
112
113dataset_prepared_path: last_run_prepared
114val_set_size: 0.05
115output_dir: ./outputs/ablation-98-bestofn.atlo.rp.tl.geniac-shisa-v2-llama-3.1-8b
116
117sequence_len: 8192
118sample_packing: true
119pad_to_sequence_len: true
120
121# marginal difference
122neftune_noise_alpha: 5
123
124use_wandb: true
125wandb_project: shisa-v2
126wandb_entity: augmxnt
127wandb_name: ablation-98-bestofn.atlo.rp.tl.geniac-shisa-v2-llama-3.1-8b
128
129gradient_accumulation_steps: 1
130micro_batch_size: 4
131num_epochs: 3
132optimizer: paged_adamw_8bit
133lr_scheduler: linear
134learning_rate: 8e-6
135
136train_on_inputs: false
137group_by_length: false
138bf16: auto
139fp16:
140tf32: false
141
142gradient_checkpointing: true
143gradient_checkpointing_kwargs:
144 use_reentrant: false
145early_stopping_patience:
146resume_from_checkpoint:
147logging_steps: 1
148xformers_attention:
149flash_attention: true
150
151warmup_steps: 100
152evals_per_epoch: 2
153eval_table_size:
154saves_per_epoch: 0
155save_total_limit: 1 # Only store a single checkpoint
156debug:
157deepspeed: zero3_bf16.json
158weight_decay: 1e-4
159fsdp:
160fsdp_config:
161special_tokens:
162 pad_token: <|end_of_text|>
163| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.9602 | 0.0036 | 1 | 0.9741 |
| 0.6669 | 0.5 | 140 | 0.6803 |
| 0.6319 | 1.0 | 280 | 0.6397 |
| 0.5703 | 1.5 | 420 | 0.6252 |
| 0.5689 | 2.0 | 560 | 0.6137 |
| 0.535 | 2.5 | 700 | 0.6153 |
| 0.5157 | 3.0 | 840 | 0.6117 |