Views
No views yet
0.11.0.dev01base_model: meta-llama/Llama-3.2-1B-Instruct
2hub_model_id: minpeter/llama-1b-tool-vllm-ci
3
4load_in_8bit: false
5load_in_4bit: false
6strict: false
7
8datasets:
9 # 0.5k
10 - path: minpeter/xlam-function-calling-60k-hermes
11 data_files:
12 - result.parquet
13 type: chat_template
14 chat_template: llama3
15 field_messages: conversations
16 message_field_role: from
17 message_field_content: value
18 shards: 120
19
20 # 0.35k
21 - path: minpeter/xlam-irrelevance-7.5k-qwen2.5-72b-distill-hermes
22 data_files:
23 - result.parquet
24 type: chat_template
25 chat_template: llama3
26 field_messages: conversations
27 message_field_role: from
28 message_field_content: value
29 shards: 15
30
31 # 1.2k
32 - path: minpeter/hermes-function-calling-v1-jsonl
33 data_files:
34 - func-calling-singleturn.jsonl
35 - func-calling.jsonl
36 type: chat_template
37 chat_template: llama3
38 field_messages: conversations
39 message_field_role: from
40 message_field_content: value
41 shards: 3
42
43 # 1k
44 - path: minpeter/apigen-mt-5k-friendli
45 data_files:
46 - train.jsonl
47 type: chat_template
48 chat_template: llama3
49 field_messages: messages
50 message_field_role: role
51 message_field_content: content
52 shards: 5
53
54chat_template: llama3
55
56dataset_prepared_path: last_run_prepared
57
58output_dir: ./output
59
60adapter: lora
61lora_model_dir:
62
63sequence_len: 4096
64pad_to_sequence_len: true
65sample_packing: true
66
67val_set_size: 0.05
68eval_sample_packing: true
69evals_per_epoch: 3
70
71lora_r: 8
72lora_alpha: 16
73lora_dropout: 0.05
74lora_fan_in_fan_out:
75lora_target_modules:
76 - gate_proj
77 - down_proj
78 - up_proj
79 - q_proj
80 - v_proj
81 - k_proj
82 - o_proj
83
84wandb_project: "axolotl"
85wandb_entity: "kasfiekfs-e"
86wandb_watch:
87wandb_name:
88wandb_log_model:
89
90gradient_accumulation_steps: 2
91micro_batch_size: 2
92num_epochs: 2
93optimizer: adamw_8bit
94lr_scheduler: cosine
95learning_rate: 0.0002
96
97train_on_inputs: false
98group_by_length: false
99bf16: auto
100fp16:
101tf32: false
102
103gradient_checkpointing: true
104early_stopping_patience:
105resume_from_checkpoint:
106local_rank:
107logging_steps: 1
108xformers_attention:
109flash_attention: true
110
111loss_watchdog_threshold: 5.0
112loss_watchdog_patience: 3
113
114warmup_steps: 10
115saves_per_epoch: 1
116debug:
117deepspeed:
118weight_decay: 0.0
119fsdp:
120fsdp_config:
121
122special_tokens:
123 pad_token: "<|finetune_right_pad_id|>"
124| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| No log | 0 | 0 | 0.9339 |
| 0.3676 | 0.3360 | 64 | 0.4842 |
| 0.493 | 0.6719 | 128 | 0.4455 |
| 0.4702 | 1.0052 | 192 | 0.4302 |
| 0.574 | 1.3412 | 256 | 0.4195 |
| 0.4548 | 1.6772 | 320 | 0.4122 |