Views
No views yet
0.13.0.dev01base_model: KaraKaraWitch/CavesOfQwen3-8b
2hub_model_id: KaraKaraWitch/kane-wo-narashite
3
4load_in_8bit: true
5load_in_4bit: false
6
7
8chat_template: chatml
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
18dataset_prepared_path: last_run_prepared
19val_set_size: 0.1
20output_dir: lora-out
21
22adapter: lora
23lora_model_dir:
24
25sequence_len: 4096
26sample_packing: true
27
28
29lora_r: 64
30lora_alpha: 32
31lora_dropout: 0.05
32lora_target_linear: true
33lora_target_modules:
34 - gate_proj
35 - down_proj
36 - up_proj
37 - q_proj
38 - v_proj
39 - k_proj
40 - o_proj
41
42wandb_project: azure-edge
43wandb_entity:
44wandb_watch:
45wandb_name: kane-wo-narashite-3
46wandb_log_model:
47
48gradient_accumulation_steps: 4
49micro_batch_size: 2
50num_epochs: 4
51optimizer: adamw_bnb_8bit
52lr_scheduler: cosine
53learning_rate: 0.0002
54
55bf16: auto
56tf32: false
57
58gradient_checkpointing: true
59resume_from_checkpoint:
60logging_steps: 1
61flash_attention: true
62
63loss_watchdog_threshold: 5.0
64loss_watchdog_patience: 3
65
66warmup_ratio: 0.1
67evals_per_epoch: 1
68saves_per_epoch: 4
69weight_decay: 0.0
70special_tokens:
71
72# save_first_step: true # uncomment this to validate checkpoint saving works with your config
73| Training Loss | Epoch | Step | Validation Loss | Mem Active(gib) | Mem Allocated(gib) | Mem Reserved(gib) |
|---|---|---|---|---|---|---|
| No log | 0 | 0 | 1.6717 | 22.43 | 22.43 | 23.25 |
| 1.3952 | 0.9993 | 741 | 1.4237 | 27.79 | 27.79 | 32.76 |
| 1.3623 | 1.9980 | 1482 | 1.3892 | 27.79 | 27.79 | 32.76 |
| 1.2508 | 2.9966 | 2223 | 1.3717 | 27.79 | 27.79 | 32.76 |
| 0.9945 | 3.9953 | 2964 | 1.3720 | 27.79 | 27.79 | 32.76 |