Views
No views yet
0.4.01base_model: mistralai/Mixtral-8x7B-Instruct-v0.1
2model_type: AutoModelForCausalLM
3tokenizer_type: LlamaTokenizer
4trust_remote_code: true
5
6load_in_8bit: false
7load_in_4bit: true
8strict: false
9chat_template: inst
10
11datasets:
12 - path: ./data/pablo_processed.jsonl
13 type: sharegpt
14 conversation: mistral
15 # - path: ./data/tool_used_training.jsonl
16 # type: sharegpt
17 # conversation: mistral
18 # - path: ./data/tool_not_used_training.jsonl
19 # type: sharegpt
20 # conversation: mistral
21 # - path: ./data/no_tools_training.jsonl
22 # type: sharegpt
23 # conversation: mistral
24
25hub_model_id: dyang415/mixtral-pb-20e
26
27
28dataset_prepared_path: last_run_prepared
29val_set_size: 0.0
30output_dir: ../mixtral-pb-20e
31
32model_config:
33 output_router_logits: true
34
35adapter: qlora
36lora_model_dir:
37
38sequence_len: 16384
39sample_packing: true
40pad_to_sequence_len: true
41
42lora_r: 8
43lora_alpha: 16
44lora_dropout: 0.05
45lora_target_modules:
46 - q_proj
47 - k_proj
48 - v_proj
49 - o_proj
50
51
52wandb_project: function-call
53wandb_name: mixtral-instruct-lora--v1
54wandb_log_model: end
55hub_model_id: dyang415/mixtral-pb-20e
56
57
58gradient_accumulation_steps: 2
59micro_batch_size: 1
60num_epochs: 20
61optimizer: paged_adamw_8bit
62lr_scheduler: cosine
63learning_rate: 0.0002
64
65train_on_inputs: false
66group_by_length: false
67bf16: true
68fp16: false
69tf32: false
70
71gradient_checkpointing: true
72logging_steps: 1
73flash_attention: true
74
75loss_watchdog_threshold: 5.0
76loss_watchdog_patience: 3
77
78warmup_steps: 10
79evals_per_epoch: 4
80eval_table_size:
81eval_max_new_tokens: 128
82saves_per_epoch: 1
83debug:
84weight_decay: 0.0
85fsdp:
86fsdp_config:
87bitsandbytes quantization config was used during training: