Views
No views yet
0.9.21base_model: Qwen/Qwen3-0.6B-Base
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/MNLP_STEM_IT_HARD
12 type: alpaca
13 split: train
14
15shuffle_merged_datasets: true
16
17val_set_size: 0.1
18output_dir: ./outputs/qwen3_wiki_3500_it_hard
19dataset_prepared_path: last_run_prepared
20
21sequence_len: 4096 #2048
22sample_packing: true # was true -> need to check if it actually learns on the samples or not (better understand te hyperparam and event. install axolotl to debug)
23eval_sample_packing: false
24pad_to_sequence_len: true
25# train_on_inputs: true # NEW
26# group_by_length: false NEW?
27
28# To be sure that no LORA is done
29adapter: null
30lora: false
31merge_lora: false
32
33wandb_project: mnlp_project
34wandb_entity: tim-arni
35wandb_watch:
36wandb_name: qwen3_wiki_3500_it_hard
37wandb_log_model:
38
39gradient_accumulation_steps: 16 # 2
40micro_batch_size: 2 # 1
41num_epochs: 5
42optimizer: adamw_torch
43lr_scheduler: cosine
44learning_rate: 0.00005 # 0.00005
45# cosine_min_lr_ratio: 0.1
46
47warmup_steps: 20
48weight_decay: 0.01
49
50bf16: auto
51tf32: true
52
53gradient_checkpointing: offload
54gradient_checkpointing_kwargs:
55 use_reentrant: false
56resume_from_checkpoint:
57logging_steps: 1
58gradient_clipping: 1.0 # or max_grad_norm?
59flash_attention: true
60
61evals_per_epoch: 4
62saves_per_epoch: 2
63save_total_limit: 10
64special_tokens:
65| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.607 | 0.1684 | 1 | 0.5910 |
| 0.6003 | 0.3368 | 2 | 0.5576 |
| 0.3919 | 0.6737 | 4 | 0.3513 |
| 0.1547 | 1.0 | 6 | 0.1569 |
| 0.1088 | 1.3368 | 8 | 0.1351 |
| 0.0937 | 1.6737 | 10 | 0.1307 |
| 0.0927 | 2.0 | 12 | 0.1296 |
| 0.0796 | 2.3368 | 14 | 0.1299 |
| 0.0665 | 2.6737 | 16 | 0.1309 |
| 0.0586 | 3.0 | 18 | 0.1390 |
| 0.046 | 3.3368 | 20 | 0.1376 |
| 0.0358 | 3.6737 | 22 | 0.1481 |
| 0.0281 | 4.0 | 24 | 0.1477 |