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