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-gutenberg-human-formatted-ai-v1-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: 16384
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-gutenberg-human-formatted-ai-v1-sft-qwen-3b
40wandb_log_model:
41
42gradient_accumulation_steps: 1
43micro_batch_size: 32
44eval_batch_size: 32
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: 1e-5
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-gutenberg-human-formatted-ai-v1-sft-qwen-3b
91| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.2986 | 0.0012 | 1 | 2.3205 |
| 1.0784 | 0.1005 | 84 | 1.0696 |
| 1.0333 | 0.2010 | 168 | 1.0426 |
| 0.9716 | 0.3014 | 252 | 1.0284 |
| 1.025 | 0.4019 | 336 | 1.0189 |
| 0.9815 | 0.5024 | 420 | 1.0107 |
| 0.9814 | 0.6029 | 504 | 1.0044 |
| 0.9991 | 0.7033 | 588 | 0.9998 |
| 0.9594 | 0.8038 | 672 | 0.9970 |
| 1.0006 | 0.9043 | 756 | 0.9958 |