Views
No views yet
0.4.01base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
2model_type: AutoModelForCausalLM
3tokenizer_type: LlamaTokenizer
4is_mistral_derived_model: true
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8chat_template: inst
9
10datasets:
11 - path: ./data/raw_format/tool_used_training.jsonl
12 type: sharegpt
13 conversation: mistral
14 - path: ./data/raw_format/tool_not_used_training.jsonl
15 type: sharegpt
16 conversation: mistral
17 - path: ./data/raw_format/no_tools_training.jsonl
18 type: sharegpt
19 conversation: mistral
20
21dataset_prepared_path: last_run_prepared
22val_set_size: 0.01
23output_dir: ./mixtral-lora-2-epochs-r64
24
25adapter: qlora
26lora_model_dir:
27
28sequence_len: 4096
29sample_packing: true
30pad_to_sequence_len: true
31
32lora_r: 64
33lora_alpha: 64
34lora_dropout: 0.05
35lora_fan_in_fan_out:
36hub_model_id: liuylhf/mixtral-lora-less-modules
37hub_strategy: end
38
39lora_target_modules:
40 - q_proj
41 - v_proj
42 - k_proj
43 - o_proj
44
45wandb_project: function-call
46wandb_name: mixtral-instruct-raw-data-v3
47wandb_log_model: end
48
49gradient_accumulation_steps: 4
50micro_batch_size: 2
51num_epochs: 4
52optimizer: paged_adamw_8bit
53lr_scheduler: cosine
54learning_rate: 0.001
55adam_beta2: 0.95
56adam_epsilon: 0.00001
57max_grad_norm: 1.0
58
59train_on_inputs: false
60group_by_length: false
61bf16: auto
62fp16:
63tf32: false
64
65gradient_checkpointing: true
66early_stopping_patience:
67resume_from_checkpoint:
68local_rank:
69logging_steps: 1
70xformers_attention:
71flash_attention: true
72
73# loss_watchdog_threshold: 5.0
74# loss_watchdog_patience: 3
75
76warmup_steps: 10
77# evals_per_epoch: 20
78eval_steps: 0.1
79save_steps: 0.1
80eval_table_size:
81eval_max_new_tokens: 256
82# saves_per_epoch: 1
83debug:
84deepspeed:
85weight_decay: 1.0
86fsdp:
87fsdp_config:| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 3.2966 | 0.0 | 1 | 3.2222 |
| 0.1826 | 0.4 | 123 | 0.2012 |
| 0.1729 | 0.8 | 246 | 0.1925 |
| 0.1852 | 1.19 | 369 | 0.1913 |
| 0.1463 | 1.59 | 492 | 0.1857 |
| 0.1246 | 1.99 | 615 | 0.1840 |
| 0.1149 | 2.37 | 738 | 0.1872 |
| 0.076 | 2.77 | 861 | 0.1837 |
| 0.0763 | 3.15 | 984 | 0.1920 |
| 0.0906 | 3.56 | 1107 | 0.1904 |