Views
No views yet
0.9.21base_model: timarni/qwen3_pretrain_wiki
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_dataset_mmlu_train
12 type: alpaca
13 split: train
14 - path: timarni/sciq_alpaca
15 type: alpaca
16 split: train
17 - path: timarni/aquarat_alpaca
18 type: alpaca
19 split: train
20
21val_set_size: 0.1
22output_dir: ./outputs/qwen3_wiki_full_alpaca_big
23dataset_prepared_path: last_run_prepared
24
25sequence_len: 4096 #2048
26sample_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)
27eval_sample_packing: true
28pad_to_sequence_len: true
29# train_on_inputs: true # NEW
30# group_by_length: false NEW?
31
32# To be sure that no LORA is done
33adapter: null
34lora: false
35merge_lora: false
36
37wandb_project: mnlp_project
38wandb_entity: tim-arni
39wandb_watch:
40wandb_name: qwen3_wiki_full_alpaca_big
41wandb_log_model:
42
43gradient_accumulation_steps: 16 # 2
44micro_batch_size: 2 # 1
45num_epochs: 3
46optimizer: adamw_torch
47lr_scheduler: cosine
48learning_rate: 0.00005 # 0.00005
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
61warmup_steps: 20
62evals_per_epoch: 4
63saves_per_epoch: 1
64weight_decay: 0.01
65special_tokens:
66| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.6243 | 0.0113 | 1 | 0.6176 |
| 0.121 | 0.2489 | 22 | 0.1175 |
| 0.1085 | 0.4979 | 44 | 0.1084 |
| 0.1039 | 0.7468 | 66 | 0.1033 |
| 0.1015 | 0.9958 | 88 | 0.0995 |
| 0.0791 | 1.2376 | 110 | 0.0988 |
| 0.0767 | 1.4866 | 132 | 0.0972 |
| 0.0719 | 1.7355 | 154 | 0.0982 |
| 0.0685 | 1.9844 | 176 | 0.0956 |
| 0.0589 | 2.2263 | 198 | 0.0986 |
| 0.0521 | 2.4752 | 220 | 0.1026 |
| 0.0524 | 2.7242 | 242 | 0.1029 |
| 0.0635 | 2.9731 | 264 | 0.1029 |