Views
No views yet
0.12.21base_model: Qwen/Qwen3-32B
2# Automatically upload checkpoint and final model to HF
3hub_model_id: sam2ai/qwen3-32b-en-indic-mt
4
5 #plugins:
6 #- axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
7strict: false
8
9chat_template: qwen3
10datasets:
11 - path: sam2ai/en-oriya-translation
12 type: chat_template
13 field_messages: conversations
14 message_property_mappings:
15 role: from
16 content: value
17 roles:
18 assistant:
19 - gpt
20 user:
21 - human
22
23val_set_size: 0.0
24output_dir: ./outputs/Qwen3/Qwen3-32b-wat25
25dataset_prepared_path: last_run_prepared
26
27sequence_len: 1096
28sample_packing: true
29eval_sample_packing: true
30
31
32load_in_4bit: true
33adapter: qlora
34lora_r: 16
35lora_alpha: 32
36lora_target_modules:
37 - q_proj
38 - k_proj
39 - v_proj
40 - o_proj
41 - down_proj
42 - up_proj
43lora_mlp_kernel: true
44lora_qkv_kernel: true
45lora_o_kernel: true
46
47wandb_project: QWEN3-WAT2025
48wandb_entity:
49wandb_watch:
50wandb_name: Qwen3-27B-en-indic-mt
51wandb_log_model:
52
53gradient_accumulation_steps: 4
54micro_batch_size: 2
55num_epochs: 1
56optimizer: adamw_torch_4bit
57lr_scheduler: cosine
58learning_rate: 0.0002
59
60bf16: auto
61tf32: false
62
63gradient_checkpointing: offload
64gradient_checkpointing_kwargs:
65 use_reentrant: false
66resume_from_checkpoint:
67logging_steps: 1
68flash_attention: true
69
70warmup_ratio: 0.1
71evals_per_epoch: 4
72saves_per_epoch: 1
73weight_decay: 0.0
74special_tokens:
75
76# save_first_step: true # unc
77#
78#
79# omment this to validate checkpoint saving works with your config
80