Views
No views yet
0.4.01base_model: mistralai/Mistral-7B-v0.1
2model_type: MistralForCausalLM
3tokenizer_type: LlamaTokenizer
4is_mistral_derived_model: true
5
6load_in_8bit: false
7load_in_4bit: true
8strict: false
9
10lora_fan_in_fan_out: false
11data_seed: 49
12seed: 49
13
14datasets:
15 - path: _synth_data/alpaca_synth_queries_healed_sample.jsonl
16 type: sharegpt
17 conversation: alpaca
18dataset_prepared_path: last_run_prepared
19val_set_size: 0.1
20output_dir: ./qlora-alpaca-out
21hub_model_id: Peaky8linders/hc-mistral-alpaca
22
23adapter: qlora
24lora_model_dir:
25
26sequence_len: 896
27sample_packing: false
28pad_to_sequence_len: true
29
30lora_r: 32
31lora_alpha: 16
32lora_dropout: 0.05
33lora_target_linear: true
34lora_fan_in_fan_out:
35lora_target_modules:
36 - gate_proj
37 - down_proj
38 - up_proj
39 - q_proj
40 - v_proj
41 - k_proj
42 - o_proj
43
44#wandb_project: hc-axolotl-mistral
45#wandb_entity: hamelsmu
46
47gradient_accumulation_steps: 4
48micro_batch_size: 16
49eval_batch_size: 1
50num_epochs: 2
51optimizer: adamw_bnb_8bit
52lr_scheduler: cosine
53learning_rate: 0.0002
54max_grad_norm: 1.0
55adam_beta2: 0.95
56adam_epsilon: 0.00001
57save_total_limit: 12
58
59train_on_inputs: false
60group_by_length: false
61bf16: true
62fp16: false
63tf32: false
64
65gradient_checkpointing: true
66early_stopping_patience:
67resume_from_checkpoint:
68local_rank:
69logging_steps: 1
70xformers_attention:
71flash_attention: true
72
73loss_watchdog_threshold: 5.0
74loss_watchdog_patience: 3
75
76warmup_steps: 20
77evals_per_epoch: 4
78eval_table_size:
79eval_table_max_new_tokens: 128
80saves_per_epoch: 6
81debug:
82weight_decay: 0.0
83fsdp:
84fsdp_config:
85special_tokens:
86 bos_token: "<s>"
87 eos_token: "</s>"
88 unk_token: "<unk>"
89save_safetensors: true
90| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.1214 | 0.0011 | 1 | 1.1843 |
| 0.0856 | 0.2501 | 225 | 0.0910 |
| 0.0599 | 0.5001 | 450 | 0.0561 |
| 0.0326 | 0.7502 | 675 | 0.0447 |
| 0.0393 | 1.0003 | 900 | 0.0372 |
| 0.0255 | 1.2503 | 1125 | 0.0341 |
| 0.0261 | 1.5004 | 1350 | 0.0324 |
| 0.0392 | 1.7505 | 1575 | 0.0318 |