Views
No views yet
0.13.0.dev01base_model: Qwen/Qwen3-1.7B
2# Automatically upload checkpoint and final model to HF
3hub_model_id: sam2ai/qwen3-1.7b-en-odia-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-1.7B
25dataset_prepared_path: last_run_prepared
26
27sequence_len: 2048
28sample_packing: true
29eval_sample_packing: true
30
31
32
33
34wandb_project: QWEN3-en-odia-mt
35wandb_entity:
36wandb_watch:
37wandb_name: Qwen3-1.7B-en-odia-mt
38wandb_log_model:
39
40gradient_accumulation_steps: 4
41micro_batch_size: 1
42num_epochs: 5
43optimizer: adamw_torch_4bit
44lr_scheduler: cosine
45learning_rate: 0.0002
46
47bf16: auto
48tf32: false
49
50gradient_checkpointing: offload
51gradient_checkpointing_kwargs:
52 use_reentrant: false
53resume_from_checkpoint:
54logging_steps: 1
55flash_attention: true
56
57warmup_ratio: 0.1
58evals_per_epoch: 4
59saves_per_epoch: 1
60weight_decay: 0.0
61special_tokens:
62
63# save_first_step: true # uncomment this to validate checkpoint saving works with your config
64