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/with_function_response/function_not_used_training.jsonl
13 type: sharegpt
14 conversation: mistral
15 # - path: ./data/with_function_response/no_function_training.jsonl
16 # type: sharegpt
17 # conversation: mistral
18 - path: ./data/with_function_response/function_used_training.jsonl
19 type: sharegpt
20 conversation: mistral
21
22dataset_prepared_path: last_run_prepared
23val_set_size: 0.0
24output_dir: ../mixtral-fc-w-resp-new-format-4e-no-negative
25
26model_config:
27 output_router_logits: true
28
29adapter: qlora
30lora_model_dir:
31
32sequence_len: 16384
33sample_packing: true
34pad_to_sequence_len: true
35
36lora_r: 32
37lora_alpha: 64
38lora_dropout: 0.05
39lora_target_modules:
40 - q_proj
41 - k_proj
42 - v_proj
43 - o_proj
44
45
46wandb_project: function-call
47wandb_name: mixtral-instruct-lora-no-negative
48wandb_log_model: end
49hub_model_id: dyang415/mixtral-fc-w-resp-new-format-4e-no-negative
50
51
52gradient_accumulation_steps: 4
53micro_batch_size: 2
54num_epochs: 4
55optimizer: paged_adamw_8bit
56lr_scheduler: cosine
57learning_rate: 0.0002
58
59train_on_inputs: false
60group_by_length: false
61bf16: true
62fp16: false
63tf32: false
64
65gradient_checkpointing: true
66logging_steps: 1
67flash_attention: true
68
69loss_watchdog_threshold: 5.0
70loss_watchdog_patience: 3
71
72warmup_steps: 10
73evals_per_epoch: 4
74eval_table_size:
75eval_max_new_tokens: 128
76saves_per_epoch: 1
77debug:
78weight_decay: 0.0
79fsdp:
80fsdp_config:
81bitsandbytes quantization config was used during training: