Views
No views yet
0.4.01base_model: mistralai/Mistral-7B-Instruct-v0.2
2model_type: AutoModelForCausalLM
3tokenizer_type: LlamaTokenizer
4is_mistral_derived_model: true
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: ./data/raw_format/tool_used_training.jsonl
11 type: sharegpt
12 - path: ./data/raw_format/tool_not_used_training.jsonl
13 type: sharegpt
14 - path: ./data/raw_format/no_tools_training.jsonl
15 type: sharegpt
16
17dataset_prepared_path: last_run_prepared
18val_set_size: 0.1
19output_dir: ../../text-generation-webui/loras/mistral-instruct-raw-format-v2-more-positive
20
21adapter: qlora
22lora_model_dir:
23
24sequence_len: 8192
25sample_packing: true
26pad_to_sequence_len: true
27
28lora_r: 16
29lora_alpha: 16
30lora_dropout: 0.05
31lora_target_linear: true
32lora_fan_in_fan_out:
33# lora_target_modules:
34# - gate_proj
35# - down_proj
36# - up_proj
37# - q_proj
38# - v_proj
39# - k_proj
40# - o_proj
41
42wandb_project: function-call
43wandb_name: mixtral-instruct-qlora-v1
44wandb_log_model: end
45
46gradient_accumulation_steps: 4
47micro_batch_size: 2
48num_epochs: 1
49optimizer: paged_adamw_8bit
50lr_scheduler: cosine
51learning_rate: 0.001
52adam_beta2: 0.95
53adam_epsilon: 0.00001
54max_grad_norm: 1.0
55
56train_on_inputs: false
57group_by_length: false
58bf16: auto
59fp16:
60tf32: false
61
62gradient_checkpointing: true
63early_stopping_patience:
64resume_from_checkpoint:
65local_rank:
66logging_steps: 1
67xformers_attention:
68flash_attention: true
69
70# loss_watchdog_threshold: 5.0
71# loss_watchdog_patience: 3
72
73warmup_steps: 10
74# evals_per_epoch: 20
75eval_steps: 0.1
76save_steps: 0.1
77eval_table_size:
78eval_max_new_tokens: 256
79# saves_per_epoch: 1
80debug:
81deepspeed:
82weight_decay: 1.0
83fsdp:
84fsdp_config:| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.9379 | 0.03 | 1 | 0.9217 |
| 0.7334 | 0.1 | 3 | 0.6238 |
| 0.503 | 0.21 | 6 | 0.5134 |
| 0.4644 | 0.31 | 9 | 0.4586 |
| 0.4636 | 0.41 | 12 | 0.4403 |
| 0.41 | 0.51 | 15 | 0.4276 |
| 0.4248 | 0.62 | 18 | 0.4189 |
| 0.4094 | 0.72 | 21 | 0.4120 |
| 0.3905 | 0.82 | 24 | 0.4094 |
| 0.3828 | 0.92 | 27 | 0.4076 |