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_small.jsonl
12 type: sharegpt
13 conversation: mistral
14 - path: ./data/raw_format/tool_not_used_training_small.jsonl
15 type: sharegpt
16 conversation: mistral
17 - path: ./data/raw_format/no_tools_training_small.jsonl
18 type: sharegpt
19 conversation: mistral
20 - path: ./data/akoksal_lon_form.jsonl
21 type: sharegpt
22 conversation: mistral
23 - path: ./data/dolly.jsonl
24 type: sharegpt
25 conversation: mistral
26
27dataset_prepared_path: last_run_prepared
28val_set_size: 0.01
29output_dir: ./mixtral-lora-2-epochs-r64
30
31adapter: qlora
32lora_model_dir:
33
34sequence_len: 4096
35sample_packing: true
36pad_to_sequence_len: true
37
38lora_r: 32
39lora_alpha: 16
40lora_dropout: 0.05
41lora_fan_in_fan_out:
42hub_model_id: liuylhf/mixtral-lora-follow-instruction
43hub_strategy: end
44# lora_target_linear: true
45model_config:
46 output_router_logits: true
47lora_target_modules:
48 - q_proj
49 - v_proj
50 - k_proj
51 - o_proj
52
53wandb_project: function-call
54wandb_name: mixtral-instruct-raw-data-v3
55wandb_log_model: end
56
57gradient_accumulation_steps: 4
58micro_batch_size: 2
59num_epochs: 0.5
60optimizer: paged_adamw_8bit
61lr_scheduler: cosine
62learning_rate: 0.001
63adam_beta2: 0.95
64adam_epsilon: 0.00001
65max_grad_norm: 1.0
66
67train_on_inputs: false
68group_by_length: false
69bf16: auto
70fp16:
71tf32: false
72
73gradient_checkpointing: true
74early_stopping_patience:
75resume_from_checkpoint:
76local_rank:
77logging_steps: 1
78xformers_attention:
79flash_attention: true
80
81# loss_watchdog_threshold: 5.0
82# loss_watchdog_patience: 3
83
84warmup_steps: 10
85# evals_per_epoch: 20
86eval_steps: 0.5
87save_steps: 0.5
88eval_table_size:
89eval_max_new_tokens: 256
90# saves_per_epoch: 1
91debug:
92deepspeed:
93weight_decay: 0
94| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 4.0028 | 0.01 | 1 | 4.1157 |
| 0.6411 | 0.25 | 39 | 0.6506 |