Views
No views yet
0.7.01base_model: Qwen/Qwen2.5-7B-Instruct
2hub_model_id: morsmordre/q-7b-v1-iteration-00-sf-xlam-03
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: chatml
14 field_messages: conversations
15 message_field_role: from
16 message_field_content: value
17 shards: 60
18 - path: minpeter/bfcl-v1-non-live-ast-hermes
19 data_files:
20 - result.parquet
21 type: chat_template
22 chat_template: chatml
23 field_messages: conversations
24 message_field_role: from
25 message_field_content: value
26
27chat_template: chatml
28
29dataset_prepared_path: last_run_prepared
30
31output_dir: ./output
32
33adapter: lora
34lora_model_dir:
35
36sequence_len: 4096
37pad_to_sequence_len: true
38sample_packing: true
39
40val_set_size: 0.05
41eval_sample_packing: true
42evals_per_epoch: 3
43
44lora_r: 16
45lora_alpha: 32
46lora_dropout: 0.05
47lora_fan_in_fan_out:
48lora_target_modules:
49 - gate_proj
50 - down_proj
51 - up_proj
52 - q_proj
53 - v_proj
54 - k_proj
55 - o_proj
56
57wandb_project: "axolotl"
58wandb_entity: "kasfiekfs-e"
59wandb_watch:
60wandb_name:
61wandb_log_model:
62
63gradient_accumulation_steps: 2
64micro_batch_size: 2
65num_epochs: 1
66optimizer: adamw_8bit
67lr_scheduler: cosine
68learning_rate: 0.0002
69
70train_on_inputs: false
71group_by_length: false
72bf16: auto
73fp16:
74tf32: false
75
76gradient_checkpointing: true
77early_stopping_patience:
78resume_from_checkpoint:
79local_rank:
80logging_steps: 1
81xformers_attention:
82flash_attention: true
83
84loss_watchdog_threshold: 5.0
85loss_watchdog_patience: 3
86
87warmup_steps: 10
88saves_per_epoch: 1
89debug:
90deepspeed:
91weight_decay: 0.0
92fsdp:
93fsdp_config:| Test Type | Adapter Accuracy | Base Model Accuracy | Improvement |
|---|---|---|---|
| irrelevance | 0.033 | 0.642 | -0.609 |
| parallel_multiple | 0.905 | 0.855 | +0.050 |
| parallel | 0.965 | 0.900 | +0.065 |
| simple | 0.950 | 0.953 | -0.003 |
| multiple | 0.975 | 0.950 | +0.025 |
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.0386 | 0.0117 | 1 | 0.0604 |
| 0.0237 | 0.3392 | 29 | 0.0243 |
| 0.0288 | 0.6784 | 58 | 0.0238 |