Views
No views yet
0.13.0.dev01# Axolotl SFT configuration for Qwen3-8B on 8x MI300X
2# 2X LR
3
4base_model: /data/outputs/172-shisa-v1-7b-v2.1-midtrain
5
6load_in_8bit: false
7load_in_4bit: false
8strict: false
9
10plugins:
11 - axolotl.integrations.liger.LigerPlugin
12liger_rope: true
13liger_rms_norm: true
14liger_glu_activation: true
15liger_fused_linear_cross_entropy: true
16
17chat_template: tokenizer_default
18chat_template_kwargs:
19 enable_thinking: false
20datasets:
21 - path: sft.shisa-v2.1.jsonl
22 type: chat_template
23 field_messages: conversations
24 message_property_mappings:
25 role: role
26 content: content
27 roles:
28 system:
29 - system
30 assistant:
31 - assistant
32 - gpt
33 - model
34 user:
35 - user
36 - human
37 roles_to_train: ["assistant"]
38
39shuffle_merged_datasets: false
40dataset_prepared_path: data/173
41val_set_size: 0
42output_dir: /data/outputs/173-shisa-v1-7b-v2.1-midtrain-sft
43
44sequence_len: 8192
45sample_packing: true
46flash_attention: true
47pad_to_sequence_len: true
48
49neftune_noise_alpha: 5
50
51use_wandb: true
52wandb_entity: augmxnt
53wandb_project: shisa-v2.1
54wandb_name: 173-shisa-v1-7b-v2.1-midtrain-sft
55
56# GBS 128 = 8 GPU x 16 MBS x 1 GAS
57gradient_accumulation_steps: 1
58micro_batch_size: 16
59num_epochs: 3
60optimizer: adamw_torch_8bit
61lr_scheduler: cosine
62learning_rate: 1e-05
63
64train_on_inputs: false
65group_by_length: false
66bf16: auto
67fp16:
68tf32: false
69
70gradient_checkpointing: true
71gradient_checkpointing_kwargs:
72 use_reentrant: false
73logging_steps: 1
74
75warmup_ratio: 0.03
76saves_per_epoch: 1
77save_total_limit: 3
78
79deepspeed: zero3_bf16.json
80weight_decay: 1e-4
81fsdp:
82fsdp_config:
83special_tokens:
84