Views
No views yet
0.4.11base_model: Qwen/Qwen2.5-3B-Instruct
2
3strict: false
4
5
6chat_template: chatml
7datasets:
8 - path: AlekseyKorshuk/rewriter-v0.3-axolotl
9 type: chat_template
10 field_messages: messages
11 message_field_role: role
12 message_field_content: content
13 roles:
14 user:
15 - user
16 assistant:
17 - assistant
18
19val_set_size: 0.05
20output_dir: ./outputs/out
21
22eval_table_size: 0
23eval_max_new_tokens: 1
24
25sequence_len: 2048
26sample_packing: false
27eval_sample_packing: false
28pad_to_sequence_len: false
29
30wandb_project: ai-seo-rewriter
31wandb_entity:
32wandb_watch:
33wandb_name: rewriter-v0.3-3b
34wandb_log_model:
35
36gradient_accumulation_steps: 4
37micro_batch_size: 8
38eval_batch_size: 4
39num_epochs: 1
40optimizer: adamw_torch
41lr_scheduler: cosine
42learning_rate: 7.5e-6
43
44train_on_inputs: false
45group_by_length: false
46bf16: true
47fp16:
48tf32: false
49
50gradient_checkpointing: true
51gradient_checkpointing_kwargs:
52 use_reentrant: false
53early_stopping_patience:
54resume_from_checkpoint:
55logging_steps: 1
56xformers_attention:
57flash_attention: true
58
59warmup_ratio: 0.1
60evals_per_epoch: 10
61saves_per_epoch: 1
62debug:
63deepspeed:
64weight_decay: 0.0
65fsdp:
66 - full_shard
67 - auto_wrap
68fsdp_config:
69 fsdp_limit_all_gathers: true
70 fsdp_sync_module_states: true
71 fsdp_offload_params: true
72 fsdp_use_orig_params: false
73 fsdp_cpu_ram_efficient_loading: true
74 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
75 fsdp_transformer_layer_cls_to_wrap: Qwen2DecoderLayer
76 fsdp_state_dict_type: FULL_STATE_DICT
77
78
79
80hub_model_id: AlekseyKorshuk/rewriter-v0.3-axolotl-3b-qwen
81| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 3.0777 | 0.0112 | 1 | 3.1946 |
| 1.7763 | 0.1011 | 9 | 1.6846 |
| 1.5442 | 0.2022 | 18 | 1.5214 |
| 1.4478 | 0.3034 | 27 | 1.4789 |
| 1.4587 | 0.4045 | 36 | 1.4637 |
| 1.3785 | 0.5056 | 45 | 1.4536 |
| 1.4107 | 0.6067 | 54 | 1.4478 |
| 1.4244 | 0.7079 | 63 | 1.4429 |
| 1.4227 | 0.8090 | 72 | 1.4408 |
| 1.4329 | 0.9101 | 81 | 1.4408 |