Views
No views yet
0.8.01base_model: /workspace/models/mistral3p1-24b-textonly
2tokenizer_config: IntervitensInc/Mistral-Small-24B-Instruct-2501-chatml
3
4load_in_8bit: false
5load_in_4bit: false
6strict: false
7
8plugins:
9 - axolotl.integrations.liger.LigerPlugin
10liger_rope: true
11liger_rms_norm: true
12liger_glu_activation: true
13liger_fused_linear_cross_entropy: true
14
15datasets:
16 - path: chargoddard/reddit-writing-prompts-reprompted
17 type: chat_template
18 field_messages: messages
19 message_field_role: role
20 message_field_content: content
21 roles:
22 system:
23 - system
24 user:
25 - human
26 - user
27 assistant:
28 - gpt
29 - assistant
30 - path: chargoddard/reddit-writing-advice-r1-messages
31 type: chat_template
32 field_messages: messages
33 message_field_role: role
34 message_field_content: content
35 roles:
36 system:
37 - system
38 user:
39 - human
40 - user
41 assistant:
42 - gpt
43 - assistant
44 - path: chargoddard/persona-evolve-v0-sft
45 type: chat_template
46 field_messages: messages
47 message_field_role: role
48 message_field_content: content
49 roles:
50 system:
51 - system
52 user:
53 - human
54 - user
55 assistant:
56 - gpt
57 - assistant
58dataset_prepared_path: /workspace/data/prepared_datasets
59
60chat_template: chatml
61shuffle_merged_datasets: true
62val_set_size: 0.02
63output_dir: /workspace/models/mistral-24b-writing
64
65sequence_len: 16384
66sample_packing: true
67eval_sample_packing: false
68pad_to_sequence_len: true
69
70wandb_project: mistral-24b-writing
71wandb_entity:
72wandb_watch:
73wandb_name:
74wandb_log_model:
75
76gradient_accumulation_steps: 4
77micro_batch_size: 2
78num_epochs: 2
79optimizer: paged_adamw_8bit
80lr_scheduler: cosine
81learning_rate: 0.00002
82max_grad_norm: 3
83
84train_on_inputs: true
85group_by_length: false
86bf16: auto
87fp16:
88tf32: false
89
90gradient_checkpointing: true
91gradient_checkpointing_kwargs:
92 use_reentrant: false
93early_stopping_patience:
94resume_from_checkpoint:
95local_rank:
96logging_steps: 1
97xformers_attention:
98flash_attention: true
99
100warmup_ratio: 0.02
101saves_per_epoch: 8
102evals_per_epoch: 4
103save_total_limit: 5
104save_safetensors: true
105hub_model_id: chargoddard/mistral-24b-writing-v1
106hub_strategy: every_save
107debug:
108deepspeed: /workspace/axolotl/deepspeed_configs/zero3_bf16.json
109weight_decay: 0.01
110
111seed: 64939
112
113| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.5064 | 0.0060 | 1 | 2.5349 |
| 1.9334 | 0.2530 | 42 | 1.8756 |
| 1.7816 | 0.5060 | 84 | 1.7640 |
| 1.7553 | 0.7590 | 126 | 1.7354 |
| 1.5043 | 1.0120 | 168 | 1.7856 |
| 1.3543 | 1.2651 | 210 | 1.7375 |
| 1.3497 | 1.5181 | 252 | 1.7169 |
| 1.3095 | 1.7711 | 294 | 1.7083 |