Views
No views yet
0.4.01base_model: mistralai/Mistral-7B-v0.3
2model_type: MistralForCausalLM
3tokenizer_type: LlamaTokenizer
4
5load_in_8bit: true
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: mhenrichsen/alpaca_2k_test
11 type: alpaca
12dataset_prepared_path: last_run_prepared
13val_set_size: 0.1
14output_dir: ./outputs/lora-out
15
16adapter: lora
17lora_model_dir:
18
19sequence_len: 8192
20sample_packing: true
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: 4
44micro_batch_size: 2
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
63eval_sample_packing: false
64
65loss_watchdog_threshold: 5.0
66loss_watchdog_patience: 3
67
68warmup_steps: 10
69evals_per_epoch: 4
70eval_table_size:
71eval_max_new_tokens: 128
72saves_per_epoch: 1
73debug:
74deepspeed:
75weight_decay: 0.0
76fsdp:
77fsdp_config:
78special_tokens:
79
80medusa_num_heads: 5
81medusa_num_layers: 1
82medusa_heads_coefficient: 0.01
83medusa_decay_coefficient: 0.8
84medusa_logging: true
85medusa_scheduler: sine
86medusa_lr_multiplier: 4.0
87medusa_self_distillation: true
88| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.9279 | 0.1818 | 1 | 1.1167 |
| 0.9778 | 0.3636 | 2 | 1.1094 |
| 0.9824 | 0.7273 | 4 | 1.0340 |