Views
No views yet
0.3.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
10hub_model_id: nitsw/mistral_axonotll
11datasets:
12 - path: nitsw/alpaca_cleaned
13 type: alpaca
14dataset_prepared_path: last_run_prepared
15val_set_size: 0.1
16output_dir: ./qlora-out
17
18adapter: qlora
19lora_model_dir:
20
21sequence_len: 8192
22sample_packing: true
23pad_to_sequence_len: true
24
25lora_r: 32
26lora_alpha: 16
27lora_dropout: 0.05
28lora_target_linear: true
29lora_fan_in_fan_out:
30lora_target_modules:
31 - gate_proj
32 - down_proj
33 - up_proj
34 - q_proj
35 - v_proj
36 - k_proj
37 - o_proj
38
39wandb_project: swapnil_axolotl
40wandb_entity:
41wandb_watch:
42wandb_name:
43wandb_log_model:
44
45gradient_accumulation_steps: 4
46micro_batch_size: 2
47num_epochs: 1
48optimizer: adamw_bnb_8bit
49lr_scheduler: cosine
50learning_rate: 0.0002
51
52train_on_inputs: false
53group_by_length: false
54bf16: true
55fp16: false
56tf32: false
57
58gradient_checkpointing: true
59early_stopping_patience:
60resume_from_checkpoint:
61local_rank:
62logging_steps: 1
63xformers_attention:
64flash_attention: true
65
66loss_watchdog_threshold: 5.0
67loss_watchdog_patience: 3
68
69warmup_steps: 10
70# evals_per_epoch: 4
71eval_steps: 10
72eval_table_size:
73eval_table_max_new_tokens: 128
74# saves_per_epoch: 1
75save_steps: 10
76debug:
77deepspeed:
78weight_decay: 0.0
79fsdp:
80fsdp_config:
81special_tokens:
82 bos_token: "<s>"
83 eos_token: "</s>"
84 unk_token: "<unk>"
85| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 0.8523 | 0.06 | 10 | 0.8987 |
| 0.8882 | 0.13 | 20 | 0.8766 |
| 0.8374 | 0.19 | 30 | 0.8683 |
| 0.8223 | 0.25 | 40 | 0.8636 |
| 0.85 | 0.32 | 50 | 0.8604 |
| 0.8425 | 0.38 | 60 | 0.8577 |
| 0.8572 | 0.44 | 70 | 0.8560 |
| 0.8427 | 0.51 | 80 | 0.8539 |
| 0.8627 | 0.57 | 90 | 0.8526 |
| 0.8242 | 0.63 | 100 | 0.8512 |
| 0.8555 | 0.7 | 110 | 0.8501 |
| 0.8348 | 0.76 | 120 | 0.8495 |
| 0.8593 | 0.83 | 130 | 0.8488 |
| 0.8403 | 0.89 | 140 | 0.8485 |
| 0.8628 | 0.95 | 150 | 0.8484 |