Views
No views yet
0.6.01
2
3base_model: meta-llama/Llama-3.2-1B
4hub_model_id: minpeter/Llama-3.2-1B-Instruct-chatml
5
6load_in_8bit: false
7load_in_4bit: false
8strict: false
9
10chat_template: chatml
11datasets:
12 - path: philschmid/guanaco-sharegpt-style
13 type: chat_template
14 field_messages: conversations
15 message_field_role: from
16 message_field_content: value
17 - path: teknium/OpenHermes-2.5
18 type: chat_template
19 field_messages: conversations
20 message_field_role: from
21 message_field_content: value
22dataset_prepared_path: last_run_prepared
23val_set_size: 0.05
24
25sequence_len: 8192
26sample_packing: true
27pad_to_sequence_len: true
28
29wandb_project: "axolotl"
30wandb_entity: "kasfiekfs-e"
31wandb_watch:
32wandb_name:
33wandb_log_model:
34
35gradient_accumulation_steps: 8
36micro_batch_size: 1
37num_epochs: 1
38optimizer: paged_adamw_8bit
39lr_scheduler: cosine
40learning_rate: 2e-5
41
42train_on_inputs: false
43group_by_length: false
44bf16: auto
45fp16:
46tf32: false
47
48gradient_checkpointing: true
49gradient_checkpointing_kwargs:
50 use_reentrant: false
51early_stopping_patience:
52resume_from_checkpoint:
53logging_steps: 1
54xformers_attention:
55flash_attention: true
56
57warmup_steps: 100
58evals_per_epoch: 2
59eval_table_size:
60saves_per_epoch: 1
61debug:
62deepspeed:
63weight_decay: 0.0
64fsdp:
65fsdp_config:
66special_tokens:
67 pad_token: <|end_of_text|>
68 eos_token: <|im_end|>
69tokens:
70 - "<|im_start|>"| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.1381 | 0.0003 | 1 | 1.1334 |
| 0.8563 | 0.5 | 1466 | 0.8594 |
| 0.8282 | 1.0 | 2932 | 0.8542 |