Views
No views yet
0.16.11base_model: Qwen/Qwen3-0.6B
2trust_remote_code: true
3strict: false
4
5chat_template: qwen3
6
7datasets:
8 - path: ./dataset_bpln.jsonl
9 type: chat_template
10 field_messages: conversations
11 message_property_mappings:
12 role: from
13 content: value
14 roles:
15 user: ["human"]
16 assistant: ["gpt"]
17 system: ["system"]
18
19dataset_prepared_path: ./process
20val_set_size: 0.05
21output_dir: ./outputs/out
22
23sequence_len: 512
24sample_packing: true
25eval_sample_packing: false
26pad_to_sequence_len: true
27
28wandb_project: Carapicu
29wandb_entity:
30wandb_watch:
31wandb_name:
32wandb_log_model:
33
34load_in_8bit: false
35load_in_4bit: false
36
37gradient_accumulation_steps: 4
38micro_batch_size: 4
39num_epochs: 4
40
41optimizer: adamw_torch
42lr_scheduler: cosine
43learning_rate: 2e-5
44weight_decay: 0.01
45
46warmup_ratio: 0.05
47
48bf16: true
49fp16: false
50tf32: true
51
52gradient_checkpointing: true
53gradient_checkpointing_kwargs:
54 use_reentrant: false
55
56flash_attention: true
57
58logging_steps: 1
59evals_per_epoch: 2
60saves_per_epoch: 1
61save_total_limit: 2
62
63special_tokens:
64 eos_token: "<|im_end|>"
65| Training Loss | Epoch | Step | Validation Loss | Ppl | Active (gib) | Allocated (gib) | Reserved (gib) |
|---|---|---|---|---|---|---|---|
| No log | 0 | 0 | 2.4143 | 11.1814 | 2.57 | 2.57 | 2.61 |
| 1.5314 | 0.5059 | 32 | 1.5519 | 4.7203 | 4.8 | 4.8 | 7.91 |
| 0.8367 | 1.0 | 64 | 1.4883 | 4.4298 | 4.8 | 4.8 | 7.28 |
| 1.1617 | 1.5059 | 96 | 1.4841 | 4.4111 | 4.8 | 4.8 | 7.25 |
| 1.3480 | 2.0 | 128 | 1.4672 | 4.3369 | 4.8 | 4.8 | 7.25 |
| 0.9976 | 2.5059 | 160 | 1.5048 | 4.5030 | 4.8 | 4.8 | 7.25 |
| 1.1338 | 3.0 | 192 | 1.5013 | 4.4876 | 4.8 | 4.8 | 7.25 |
| 1.1199 | 3.5059 | 224 | 1.5028 | 4.4941 | 4.8 | 4.8 | 7.25 |
| 1.0614 | 3.9486 | 252 | 1.5021 | 4.4913 | 4.8 | 4.8 | 7.25 |