Views
No views yet
| Test Item | tool Model Accuracy | base Model Accuracy | Score Difference (tool - base) |
|---|---|---|---|
| irrelevance | 0.8708 | 0.4333 | +0.4375 |
| multi_turn_base | 0.0350 | 0.0100 | +0.0250 |
| parallel_multiple | 0.7950 | 0.4750 | +0.3200 |
| parallel | 0.7900 | 0.5200 | +0.2700 |
| simple | 0.8375 | 0.7575 | +0.0800 |
| multiple | 0.8700 | 0.7650 | +0.1050 |
0.10.0.dev01base_model: minpeter/HyperCLOVAX-SEED-Text-Instruct-3B-hf
2hub_model_id: minpeter/LoRA-HCX-3b-sf-xlam-01
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 roles_to_train: ["assistant"]
14 field_messages: conversations
15 message_property_mappings:
16 role: from
17 content: value
18 shards: 120
19 - path: minpeter/xlam-irrelevance-7.5k-qwen2.5-72b-distill-hermes
20 data_files:
21 - result.parquet
22 type: chat_template
23 roles_to_train: ["assistant"]
24 field_messages: conversations
25 message_property_mappings:
26 role: from
27 content: value
28 shards: 15
29 - path: minpeter/hermes-function-calling-v1-jsonl
30 data_files:
31 - func-calling-singleturn.jsonl
32 - func-calling.jsonl
33 type: chat_template
34 roles_to_train: ["assistant"]
35 field_messages: conversations
36 message_property_mappings:
37 role: from
38 content: value
39 shards: 3
40 - path: minpeter/hermes-function-calling-v1-jsonl
41 data_files:
42 - glaive-function-calling-5k.jsonl
43 type: chat_template
44 roles_to_train: ["assistant"]
45 field_messages: conversations
46 message_property_mappings:
47 role: from
48 content: value
49 shards: 5
50 - path: minpeter/apigen-mt-5k-friendli
51 data_files:
52 - train.jsonl
53 - test.jsonl
54 type: chat_template
55 roles_to_train: ["assistant"]
56 field_messages: messages
57 message_property_mappings:
58 role: role
59 content: content
60 shards: 10
61chat_template: chatml
62
63dataset_prepared_path: last_run_prepared
64
65output_dir: ./output
66
67adapter: lora
68lora_model_dir:
69
70sequence_len: 20000
71pad_to_sequence_len: true
72sample_packing: true
73
74val_set_size: 0.05
75eval_sample_packing: true
76evals_per_epoch: 3
77
78lora_r: 8
79lora_alpha: 16
80lora_dropout: 0.05
81lora_fan_in_fan_out:
82lora_target_modules:
83 - gate_proj
84 - down_proj
85 - up_proj
86 - q_proj
87 - v_proj
88 - k_proj
89 - o_proj
90
91wandb_project: "axolotl"
92wandb_entity: "kasfiekfs-e"
93wandb_watch:
94wandb_name:
95wandb_log_model:
96
97gradient_accumulation_steps: 2
98micro_batch_size: 2
99num_epochs: 2
100optimizer: adamw_8bit
101lr_scheduler: cosine
102learning_rate: 0.0002
103
104train_on_inputs: false
105group_by_length: false
106bf16: auto
107fp16:
108tf32: false
109
110gradient_checkpointing: true
111early_stopping_patience:
112resume_from_checkpoint:
113local_rank:
114logging_steps: 1
115xformers_attention:
116flash_attention: true
117
118loss_watchdog_threshold: 5.0
119loss_watchdog_patience: 3
120
121warmup_steps: 10
122saves_per_epoch: 1
123debug:
124deepspeed:
125weight_decay: 0.0
126fsdp:
127fsdp_config:
128
129special_tokens:
130 bos_token: "<|im_start|>"
131 eos_token: "<|im_end|>"
132 pad_token: "<|endoftext|>"
133| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.7577 | 0.0108 | 1 | 0.8759 |
| 0.3934 | 0.3333 | 31 | 0.4609 |
| 0.3151 | 0.6667 | 62 | 0.4033 |
| 0.4147 | 1.0 | 93 | 0.3788 |
| 0.3355 | 1.3333 | 124 | 0.3674 |
| 0.3675 | 1.6667 | 155 | 0.3620 |
| 0.3235 | 2.0 | 186 | 0.3609 |