1base_model: timarni/qwen3-0.6B-mmlu-alpaca
2# Automatically upload checkpoint and final model to HF
3# hub_model_id: username/custom_model_name
4
5plugins:
6 - axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
7strict: false
8
9chat_template: qwen3
10datasets:
11 - path: timarni/sciq_alpaca
12 type: alpaca
13 split: train
14
15val_set_size: 0.15
16output_dir: ./outputs/qwen3_mmlu_sciq_alpaca
17dataset_prepared_path: last_run_prepared
18
19sequence_len: 4096 #2048
20sample_packing: true
21eval_sample_packing: true
22pad_to_sequence_len: true
23
24# To be sure that no LORA is done
25adapter: null
26lora: false
27merge_lora: false
28
29wandb_project: mnlp_project
30wandb_entity: tim-arni
31wandb_watch:
32wandb_name: qwen3-0.6B-mmlu-sciq
33wandb_log_model:
34
35gradient_accumulation_steps: 2
36micro_batch_size: 1
37num_epochs: 1
38optimizer: adamw_torch
39lr_scheduler: cosine
40learning_rate: 0.00005 # 0.0002
41
42bf16: auto
43tf32: true
44
45gradient_checkpointing: offload
46gradient_checkpointing_kwargs:
47 use_reentrant: false
48resume_from_checkpoint:
49logging_steps: 1
50flash_attention: true
51
52warmup_steps: 10
53evals_per_epoch: 4
54saves_per_epoch: 1
55weight_decay: 0.0
56special_tokens:
57