Views
No views yet
0.4.11base_model: mistralai/Mistral-7B-Instruct-v0.2
2model_type: MistralForCausalLM
3tokenizer_type: LlamaTokenizer
4
5load_in_8bit: true
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: iaincambeul/flashmob_imp
11 type: alpaca
12dataset_prepared_path: last_run_prepared
13output_dir: ./outputs/lora-out
14
15adapter: lora
16lora_model_dir:
17
18sequence_len: 8192
19sample_packing: true
20pad_to_sequence_len: true
21
22lora_r: 32
23lora_alpha: 16
24lora_dropout: 0.05
25lora_target_linear: true
26lora_fan_in_fan_out:
27lora_target_modules:
28 - gate_proj
29 - down_proj
30 - up_proj
31 - q_proj
32 - v_proj
33 - k_proj
34 - o_proj
35
36wandb_project:
37wandb_entity:
38wandb_watch:
39wandb_name:
40wandb_log_model:
41
42gradient_accumulation_steps: 4
43micro_batch_size: 1
44num_epochs: 1
45optimizer: adamw_bnb_8bit
46lr_scheduler: cosine
47learning_rate: 0.0002
48
49train_on_inputs: false
50group_by_length: false
51bf16: auto
52fp16:
53tf32: false
54
55gradient_checkpointing: true
56early_stopping_patience:
57resume_from_checkpoint:
58local_rank:
59logging_steps: 1
60xformers_attention:
61flash_attention: true
62
63loss_watchdog_threshold: 5.0
64loss_watchdog_patience: 3
65
66warmup_steps: 10
67evals_per_epoch: 4
68eval_table_size:
69eval_max_new_tokens: 128
70saves_per_epoch: 1
71debug:
72deepspeed:
73weight_decay: 0.0
74fsdp:
75fsdp_config:
76special_tokens: