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