Views
No views yet
0.4.01adapter: qlora
2base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
3bf16: true
4chat_template: inst
5dataset_prepared_path: last_run_prepared
6datasets:
7- conversation: mistral
8 path: ./data/with_function_response/function_not_used_training_small.jsonl
9 type: sharegpt
10- conversation: mistral
11 path: ./data/with_function_response/more_functions/function_used_training_small.jsonl
12 type: sharegpt
13debug: null
14eval_max_new_tokens: 256
15eval_steps: 0.2
16eval_table_size: null
17flash_attention: true
18fp16: false
19fsdp: null
20fsdp_config: null
21gradient_accumulation_steps: 4
22gradient_checkpointing: true
23group_by_length: false
24hub_model_id: liuylhf/empower-functions-more-tools
25learning_rate: 0.0002
26load_in_4bit: true
27load_in_8bit: false
28logging_steps: 1
29lora_alpha: 64
30lora_dropout: 0.05
31lora_model_dir: null
32lora_r: 32
33lora_target_modules:
34- q_proj
35- k_proj
36- v_proj
37- o_proj
38loss_watchdog_patience: 3
39loss_watchdog_threshold: 5.0
40lr_scheduler: cosine
41micro_batch_size: 2
42model_config:
43 output_router_logits: true
44model_type: AutoModelForCausalLM
45num_epochs: 2
46optimizer: paged_adamw_8bit
47output_dir: 2af0968cad514d6e9d5fb8448230e1c6/model
48pad_to_sequence_len: true
49sample_packing: true
50save_steps: 0.1
51sequence_len: 4096
52strict: false
53tf32: false
54tokenizer_type: LlamaTokenizer
55train_on_inputs: false
56trust_remote_code: true
57val_set_size: 0.05
58wandb_log_model: end
59wandb_name: mixtral-instruct-lora-no-negative
60wandb_project: function-call
61warmup_steps: 10
62weight_decay: 0.0
63| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.8129 | 0.0 | 1 | 2.0522 |
| 0.1202 | 0.4 | 104 | 0.1054 |
| 0.1092 | 0.8 | 208 | 0.0976 |
| 0.0861 | 1.18 | 312 | 0.0938 |
| 0.0689 | 1.58 | 416 | 0.0908 |
| 0.0865 | 1.98 | 520 | 0.0899 |