Views
No views yet
0.4.11base_model: meta-llama/Llama-3.1-8B-Instruct
2
3plugins:
4 # - axolotl.integrations.liger.LigerPlugin
5liger_rope: true
6liger_rms_norm: true
7liger_swiglu: true
8liger_fused_linear_cross_entropy: true
9
10strict: false
11
12chat_template: llama3
13datasets:
14 - path: AlekseyKorshuk/rewriter-v0.3-axolotl
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: 256
30
31sequence_len: 2048
32sample_packing: false
33eval_sample_packing: false
34pad_to_sequence_len: false
35
36wandb_project: ai-seo-rewriter
37wandb_entity:
38wandb_watch:
39wandb_name: rewriter-v0.3-8b
40wandb_log_model:
41
42gradient_accumulation_steps: 4
43micro_batch_size: 8
44eval_batch_size: 8
45num_epochs: 1
46optimizer: adamw_torch
47lr_scheduler: cosine
48learning_rate: 7.5e-6
49
50train_on_inputs: false
51group_by_length: false
52bf16: true
53fp16:
54tf32: false
55
56gradient_checkpointing: true
57gradient_checkpointing_kwargs:
58 use_reentrant: false
59early_stopping_patience:
60resume_from_checkpoint:
61logging_steps: 1
62xformers_attention:
63flash_attention: true
64
65warmup_ratio: 0.1
66evals_per_epoch: 2
67saves_per_epoch: 1
68debug:
69deepspeed:
70weight_decay: 0.0
71fsdp:
72 - full_shard
73 - auto_wrap
74fsdp_config:
75 fsdp_limit_all_gathers: true
76 fsdp_sync_module_states: true
77 fsdp_offload_params: true
78 fsdp_use_orig_params: false
79 fsdp_cpu_ram_efficient_loading: true
80 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
81 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
82 fsdp_state_dict_type: FULL_STATE_DICT
83 fsdp_sharding_strategy: FULL_SHARD
84 fsdp_backward_prefetch: BACKWARD_PRE
85special_tokens:
86 pad_token: <|end_of_text|>
87
88
89hub_model_id: AlekseyKorshuk/rewriter-v0.3-axolotl-8b
90| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.345 | 0.0112 | 1 | 2.4606 |
| 1.2621 | 0.5056 | 45 | 1.3373 |