Views
No views yet
0.4.11base_model: meta-llama/Llama-3.2-3B-Instruct
2
3strict: false
4
5chat_template: llama3
6datasets:
7 - path: AlekseyKorshuk/rewriter-v0.3-axolotl
8 type: chat_template
9 field_messages: messages
10 message_field_role: role
11 message_field_content: content
12 roles:
13 user:
14 - user
15 assistant:
16 - assistant
17
18val_set_size: 0.05
19output_dir: ./outputs/out
20
21eval_table_size: 0
22eval_max_new_tokens: 256
23
24sequence_len: 2048
25sample_packing: true
26eval_sample_packing: false
27pad_to_sequence_len: false
28
29wandb_project: ai-seo-rewriter
30wandb_entity:
31wandb_watch:
32wandb_name: rewriter-v0.3-3b
33wandb_log_model:
34
35gradient_accumulation_steps: 4
36micro_batch_size: 8
37eval_batch_size: 4
38num_epochs: 3
39optimizer: adamw_torch
40lr_scheduler: cosine
41learning_rate: 5e-6
42
43train_on_inputs: false
44group_by_length: false
45bf16: true
46fp16:
47tf32: false
48
49gradient_checkpointing: true
50gradient_checkpointing_kwargs:
51 use_reentrant: false
52early_stopping_patience:
53resume_from_checkpoint:
54logging_steps: 1
55xformers_attention:
56flash_attention: true
57
58warmup_ratio: 0.1
59evals_per_epoch: 3
60saves_per_epoch: 1
61debug:
62deepspeed:
63weight_decay: 0.0
64fsdp:
65 - full_shard
66 - auto_wrap
67fsdp_config:
68 fsdp_limit_all_gathers: true
69 fsdp_sync_module_states: true
70 fsdp_offload_params: true
71 fsdp_use_orig_params: false
72 fsdp_cpu_ram_efficient_loading: true
73 fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
74 fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
75 fsdp_state_dict_type: FULL_STATE_DICT
76 fsdp_sharding_strategy: FULL_SHARD
77 fsdp_backward_prefetch: BACKWARD_PRE
78special_tokens:
79 pad_token: <|end_of_text|>
80
81
82hub_model_id: AlekseyKorshuk/rewriter-v0.3-axolotl-3b
83| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.4604 | 0.125 | 1 | 2.6325 |
| 2.4024 | 0.375 | 3 | 2.3013 |
| 1.7954 | 0.75 | 6 | 1.7954 |
| 1.6675 | 1.125 | 9 | 1.6348 |
| 1.5832 | 1.5 | 12 | 1.5892 |
| 1.5656 | 1.875 | 15 | 1.5645 |
| 1.5368 | 2.25 | 18 | 1.5544 |
| 1.5304 | 2.625 | 21 | 1.5505 |
| 1.533 | 3.0 | 24 | 1.5499 |