Views
No views yet
0.13.0.dev01# # adapter: lora
2# # base_model: Qwen/Qwen3-8B
3# # bf16: true
4# # dataset_prepared_path: last_run_prepared
5
6# # # Dataset configuration for instruction/input/output format
7# # datasets:
8# # - chat_template: tokenizer_default
9# # field_messages: messages
10# # message_field_content: content
11# # message_field_role: role
12# # path: data_clean.jsonl
13# # roles:
14# # assistant:
15# # - assistant
16# # system:
17# # - system
18# # user:
19# # - user
20# # type: chat_template
21
22# # debug: null
23# # deepspeed: /osmosis/zero2.json
24# # early_stopping_patience: null
25# # flash_attention: true
26# # fp16: null
27# # fsdp: null
28# # fsdp_config: null
29# # gradient_accumulation_steps: 1
30# # gradient_checkpointing: true
31# # gradient_checkpointing_kwargs:
32# # use_reentrant: false
33# # group_by_length: false
34# # learning_rate: 0.0001
35# # liger_fused_linear_cross_entropy: true
36# # liger_glu_activation: true
37# # liger_layer_norm: true
38# # liger_rms_norm: true
39# # liger_rope: true
40# # load_in_4bit: false
41# # load_in_8bit: false
42# # logging_steps: 1
43# # lora_alpha: 64
44# # lora_dropout: 0.05
45# # lora_model_dir: null
46# # lora_r: 64
47# # lora_target_linear: true
48# # lr_scheduler: cosine
49# # max_grad_norm: 1
50# # micro_batch_size: 16
51# # model_type: AutoModelForCausalLM
52# # num_epochs: 1
53# # optimizer: adamw_torch
54# # output_dir: ./outQwen
55# # pad_to_sequence_len: true
56# # plugins:
57# # - axolotl.integrations.liger.LigerPlugin
58# # resume_from_checkpoint: null
59# # sample_packing: false
60# # save_steps: 60
61# # save_total_limit: 100
62# # sequence_len: 4096
63# # # special_tokens:
64# # # eos_token: <|im_end|>
65# # strict: false
66# # tf32: false
67# # tokenizer_type: AutoTokenizer
68# # train_on_inputs: false
69# # trust_remote_code: true
70# # val_set_size: 0.0
71# # wandb_entity: test-aa
72# # wandb_project: seedcoder
73# # wandb_log_model: null
74# # wandb_name: qwen-data-pattern
75# # wandb_watch: null
76# # warmup_ratio: 0.05
77# # weight_decay: 0.0
78# # xformers_attention: null
79# adapter: lora
80# base_model: osmosis-ai/sourcegraph-coder-8b-v1
81# bf16: true
82# dataset_prepared_path: last_run_prepared
83
84# # Dataset configuration for instruction/input/output format
85# datasets:
86# - chat_template: tokenizer_default
87# field_messages: messages
88# message_field_content: content
89# message_field_role: role
90# path: data_clean.jsonl
91# roles:
92# assistant:
93# - assistant
94# system:
95# - system
96# user:
97# - user
98# type: chat_template
99
100# debug: null
101# deepspeed: /osmosis/zero2.json
102# early_stopping_patience: null
103# flash_attention: true
104# fp16: null
105# fsdp: null
106# fsdp_config: null
107# gradient_accumulation_steps: 4
108# gradient_checkpointing: true
109# gradient_checkpointing_kwargs:
110# use_reentrant: false
111# group_by_length: false
112# learning_rate: 0.0001
113# liger_fused_linear_cross_entropy: false
114# liger_glu_activation: false
115# liger_layer_norm: false
116# liger_rms_norm: false
117# liger_rope: false
118# load_in_4bit: false
119# load_in_8bit: false
120# logging_steps: 1
121# lora_alpha: 64
122# lora_dropout: 0.05
123# lora_model_dir: null
124# lora_r: 64
125# lora_target_linear: true
126# lr_scheduler: cosine
127# max_grad_norm: 1
128# micro_batch_size: 4
129# model_type: AutoModelForCausalLM
130# num_epochs: 1
131# optimizer: adamw_torch
132# output_dir: ./lora-out-qwen38b-sft
133# pad_to_sequence_len: true
134# plugins:
135# - axolotl.integrations.liger.LigerPlugin
136# resume_from_checkpoint: null
137# sample_packing: false
138# save_steps: 60
139# save_total_limit: 100
140# sequence_len: 4096
141# # special_tokens:
142# # eos_token: <|im_end|>
143# strict: false
144# tf32: false
145# tokenizer_type: AutoTokenizer
146# train_on_inputs: false
147# trust_remote_code: true
148# val_set_size: 0.0
149# wandb_entity: test-aa
150# wandb_project: seedcoder
151# wandb_log_model: null
152# wandb_name: qwe-3-8b-sft-run
153# wandb_watch: null
154# warmup_ratio: 0.05
155# weight_decay: 0.0
156# xformers_attention: null
157
158adapter: lora
159base_model: ByteDance-Seed/Seed-Coder-8B-Instruct
160bf16: true
161dataset_prepared_path: last_run_prepared
162
163datasets:
164- chat_template: tokenizer_default
165 field_messages: messages
166 message_field_content: content
167 message_field_role: role
168 path: new_data_clean.jsonl
169 roles:
170 assistant:
171 - assistant
172 system:
173 - system
174 user:
175 - user
176 type: chat_template
177
178debug: null
179deepspeed: /osmosis/zero2.json
180early_stopping_patience: null
181flash_attention: true
182fp16: null
183fsdp: null
184fsdp_config: null
185gradient_accumulation_steps: 1
186gradient_checkpointing: true
187gradient_checkpointing_kwargs:
188 use_reentrant: false
189group_by_length: false
190learning_rate: 0.0001
191liger_fused_linear_cross_entropy: true
192liger_glu_activation: true
193liger_layer_norm: true
194liger_rms_norm: true
195liger_rope: true
196load_in_4bit: false
197load_in_8bit: false
198logging_steps: 1
199lora_alpha: 64
200lora_dropout: 0.05
201lora_model_dir: null
202lora_r: 64
203lora_target_linear: true
204lr_scheduler: cosine
205max_grad_norm: 1
206micro_batch_size: 16
207model_type: AutoModelForCausalLM
208num_epochs: 1
209optimizer: adamw_torch
210output_dir: ./nov262025-sc-LoRA-Run
211pad_to_sequence_len: true
212plugins:
213- axolotl.integrations.liger.LigerPlugin
214resume_from_checkpoint: null
215sample_packing: false
216save_steps: 60
217save_total_limit: 100
218sequence_len: 4096
219# special_tokens:
220# eos_token: <|im_end|>
221strict: false
222tf32: false
223tokenizer_type: AutoTokenizer
224train_on_inputs: false
225trust_remote_code: true
226val_set_size: 0.0
227wandb_entity: test-aa
228wandb_project: seedcoder
229wandb_log_model: null
230wandb_name: nov-26-sc-lor-run-1
231wandb_watch: null
232warmup_ratio: 0.05
233weight_decay: 0.0
234xformers_attention: null