Views
No views yet
0.13.0.dev01base_model: KaraKaraWitch/CavesOfQwen3-8b
2hub_model_id: KaraKaraWitch/lossing-it-potpourri-5
3
4load_in_8bit: true
5load_in_4bit: false
6
7
8chat_template: qwen3
9datasets:
10 - path: train.jsonl
11 type: chat_template
12
13 field_messages: conversation
14 train_on_eos: all
15 message_property_mappings:
16 role: from
17 content: content
18
19
20 roles:
21 assistant:
22 - gpt
23 - model
24 - assistant
25 user:
26 - human
27 - user
28dataset_prepared_path: last_run_prepared
29val_set_size: 0.05
30output_dir: lora-out
31
32adapter: lora
33lora_model_dir:
34
35sequence_len: 8192
36sample_packing: true
37eval_sample_packing: false
38pad_to_sequence_len: true
39
40
41plugins:
42 - axolotl.integrations.liger.LigerPlugin
43 - axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
44liger_rope: true
45liger_rms_norm: true
46liger_layer_norm: true
47liger_glu_activation: true
48liger_fused_linear_cross_entropy: false
49cut_cross_entropy: true
50
51lora_r: 64
52lora_alpha: 32
53lora_dropout: 0.05
54lora_target_linear: true
55lora_target_modules:
56 - gate_proj
57 - down_proj
58 - up_proj
59 - q_proj
60 - v_proj
61 - k_proj
62 - o_proj
63
64wandb_project: azure-edge
65wandb_entity:
66wandb_watch:
67wandb_name: lossing-it-potpourri-5
68wandb_log_model:
69
70gradient_accumulation_steps: 4
71micro_batch_size: 2
72num_epochs: 8
73optimizer: adamw_bnb_8bit
74lr_scheduler: cosine
75learning_rate: 0.002
76
77bf16: auto
78tf32: false
79
80gradient_checkpointing: true
81resume_from_checkpoint:
82logging_steps: 1
83flash_attention: true
84
85loss_watchdog_threshold: 5.0
86loss_watchdog_patience: 3
87
88warmup_steps: 100
89evals_per_epoch: 1
90saves_per_epoch: 4
91weight_decay: 0.0
92special_tokens:
93 eos_token: <|im_end|>
94
95# save_first_step: true # uncomment this to validate checkpoint saving works with your config
96| Training Loss | Epoch | Step | Validation Loss | Mem Active(gib) | Mem Allocated(gib) | Mem Reserved(gib) |
|---|---|---|---|---|---|---|
| No log | 0 | 0 | 1.7247 | 18.3 | 12.95 | 18.5 |