Views
No views yet
0.4.11base_model: Qwen/Qwen2.5-3B-Instruct
2
3strict: false
4
5plugins:
6 - axolotl.integrations.liger.LigerPlugin
7liger_rope: true
8liger_rms_norm: true
9liger_swiglu: true
10liger_fused_linear_cross_entropy: true
11
12chat_template: chatml
13datasets:
14 - path: AlekseyKorshuk/ai-detection-booksum-complete-cleaned-human-ai-sft
15 type: chat_template
16 field_messages: messages
17 message_field_role: role
18 message_field_content: content
19 roles:
20 user:
21 - user
22 assistant:
23 - assistant
24
25val_set_size: 0.05
26output_dir: ./outputs/out
27
28eval_table_size: 0
29eval_max_new_tokens: 1
30
31sequence_len: 8192
32sample_packing: false
33eval_sample_packing: false
34pad_to_sequence_len: false
35
36wandb_project: ai-seo-rewriter
37wandb_entity:
38wandb_watch:
39wandb_name: ai-detection-booksum-complete-cleaned-human-ai-sft-qwen-3b
40wandb_log_model:
41
42gradient_accumulation_steps: 1
43micro_batch_size: 16
44eval_batch_size: 16
45num_epochs: 1
46optimizer: adamw_torch
47# adam_beta1: 0.9
48# adam_beta2: 0.95
49max_grad_norm: 1.0
50# adam_epsilon: 0.00001
51lr_scheduler: cosine
52learning_rate: 8e-6
53
54train_on_inputs: false
55group_by_length: false
56bf16: true
57fp16: false
58tf32: true
59
60gradient_checkpointing: true
61gradient_checkpointing_kwargs:
62 use_reentrant: false
63early_stopping_patience:
64resume_from_checkpoint:
65logging_steps: 1
66xformers_attention:
67flash_attention: true
68
69warmup_ratio: 0.1
70evals_per_epoch: 10
71saves_per_epoch: 1
72debug:
73deepspeed:
74weight_decay: 0.0
75fsdp:
76 - full_shard
77 - auto_wrap
78fsdp_config:
79 fsdp_limit_all_gathers: true
80 fsdp_sync_module_states: true
81 fsdp_offload_params: true
82 fsdp_use_orig_params: false
83 fsdp_cpu_ram_efficient_loading: true
84 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
85 fsdp_transformer_layer_cls_to_wrap: Qwen2DecoderLayer
86 fsdp_state_dict_type: FULL_STATE_DICT
87
88
89
90hub_model_id: AlekseyKorshuk/ai-detection-booksum-complete-cleaned-human-ai-sft-qwen-3b
91| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.3436 | 0.0025 | 1 | 2.4016 |
| 1.2487 | 0.1015 | 41 | 1.1937 |
| 1.1094 | 0.2030 | 82 | 1.1329 |
| 1.1286 | 0.3045 | 123 | 1.1040 |
| 1.0279 | 0.4059 | 164 | 1.0828 |
| 0.9941 | 0.5074 | 205 | 1.0676 |
| 0.9925 | 0.6089 | 246 | 1.0553 |
| 0.9619 | 0.7104 | 287 | 1.0458 |
| 0.9993 | 0.8119 | 328 | 1.0408 |
| 0.9544 | 0.9134 | 369 | 1.0386 |