Views
No views yet
0.7.01base_model: meta-llama/Llama-3.2-3B-Instruct
2hub_model_id: morsmordre/m-3b-v1-iteration-00-sf-xlam-08
3
4load_in_8bit: false
5load_in_4bit: false
6strict: false
7
8datasets:
9 - path: minpeter/xlam-function-calling-60k-hermes
10 data_files:
11 - result.parquet
12 type: chat_template
13 chat_template: llama3
14 field_messages: conversations
15 message_field_role: from
16 message_field_content: value
17 shards: 30
18 - path: minpeter/xlam-irrelevance-7.5k-qwen2.5-72b-distill-hermes
19 data_files:
20 - result.parquet
21 type: chat_template
22 chat_template: llama3
23 field_messages: conversations
24 message_field_role: from
25 message_field_content: value
26 shards: 5
27
28chat_template: llama3
29
30dataset_prepared_path: last_run_prepared
31
32output_dir: ./output
33
34adapter: lora
35lora_model_dir:
36
37sequence_len: 4096
38pad_to_sequence_len: true
39sample_packing: true
40
41val_set_size: 0.05
42eval_sample_packing: true
43evals_per_epoch: 3
44
45lora_r: 16
46lora_alpha: 32
47lora_dropout: 0.05
48lora_fan_in_fan_out:
49lora_target_modules:
50 - gate_proj
51 - down_proj
52 - up_proj
53 - q_proj
54 - v_proj
55 - k_proj
56 - o_proj
57
58wandb_project: "axolotl"
59wandb_entity: "kasfiekfs-e"
60wandb_watch:
61wandb_name:
62wandb_log_model:
63
64gradient_accumulation_steps: 2
65micro_batch_size: 2
66num_epochs: 1
67optimizer: adamw_8bit
68lr_scheduler: cosine
69learning_rate: 0.0002
70
71train_on_inputs: false
72group_by_length: false
73bf16: auto
74fp16:
75tf32: false
76
77gradient_checkpointing: true
78early_stopping_patience:
79resume_from_checkpoint:
80local_rank:
81logging_steps: 1
82xformers_attention:
83flash_attention: true
84
85loss_watchdog_threshold: 5.0
86loss_watchdog_patience: 3
87
88warmup_steps: 10
89saves_per_epoch: 1
90debug:
91deepspeed:
92weight_decay: 0.0
93fsdp:
94fsdp_config:
95
96special_tokens:
97 pad_token: "<|finetune_right_pad_id|>"| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.838 | 0.0072 | 1 | 0.5309 |
| 0.332 | 0.3369 | 47 | 0.2963 |
| 0.1926 | 0.6738 | 94 | 0.2862 |