Views
No views yet
0.4.11base_model: Qwen/Qwen2.5-7B-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-7b
40wandb_log_model:
41
42gradient_accumulation_steps: 2
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: 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-7b
91| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 4.3587 | 0.0010 | 1 | 2.1768 |
| 1.9887 | 0.1005 | 96 | 0.9925 |
| 1.8923 | 0.2010 | 192 | 0.9727 |
| 1.7986 | 0.3016 | 288 | 0.9596 |
| 1.9068 | 0.4021 | 384 | 0.9490 |
| 1.8078 | 0.5026 | 480 | 0.9395 |
| 1.7818 | 0.6031 | 576 | 0.9326 |
| 1.8066 | 0.7037 | 672 | 0.9264 |
| 1.7729 | 0.8042 | 768 | 0.9225 |
| 1.8047 | 0.9047 | 864 | 0.9207 |