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
10datasets:
11 - path: theory_of_mind_airoboros_fixed.json
12 type: alpaca
13dataset_prepared_path: last_run_prepared
14val_set_size: 0.1
15output_dir: ./qlora-out
16
17adapter: qlora
18lora_model_dir:
19
20sequence_len: 2048
21sample_packing: false
22pad_to_sequence_len: true
23
24lora_r: 128
25lora_alpha: 256
26lora_dropout: 0.05
27lora_target_linear: true
28lora_fan_in_fan_out:
29lora_target_modules:
30 - gate_proj
31 - down_proj
32 - up_proj
33 - q_proj
34 - v_proj
35 - k_proj
36 - o_proj
37
38wandb_project:
39wandb_entity:
40wandb_watch:
41wandb_name:
42wandb_log_model:
43
44gradient_accumulation_steps: 4
45micro_batch_size: 4
46num_epochs: 5
47optimizer: adamw_bnb_8bit
48lr_scheduler: cosine
49learning_rate: 0.0002
50
51train_on_inputs: false
52group_by_length: false
53bf16: true
54fp16: false
55tf32: false
56
57gradient_checkpointing: true
58early_stopping_patience:
59resume_from_checkpoint:
60local_rank:
61logging_steps: 1
62xformers_attention:
63flash_attention: true
64
65loss_watchdog_threshold: 5.0
66loss_watchdog_patience: 3
67
68warmup_steps: 10
69evals_per_epoch: 4
70eval_table_size:
71eval_table_max_new_tokens: 128
72saves_per_epoch: 1
73debug:
74deepspeed:
75weight_decay: 0.0
76fsdp:
77fsdp_config:
78special_tokens:
79 bos_token: "<s>"
80 eos_token: "</s>"
81 unk_token: "<unk>"
82bitsandbytes quantization config was used during training:| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.3182 | 0.05 | 1 | 1.3547 |
| 1.2887 | 0.26 | 5 | 1.2017 |
| 1.1629 | 0.52 | 10 | 1.2319 |
| 1.1734 | 0.78 | 15 | 1.2364 |
| 0.6007 | 1.04 | 20 | 1.3146 |
| 0.4225 | 1.3 | 25 | 1.4244 |
| 0.4144 | 1.56 | 30 | 1.4335 |
| 0.5067 | 1.82 | 35 | 1.4505 |
| 0.225 | 2.08 | 40 | 1.4928 |
| 0.1646 | 2.34 | 45 | 1.7377 |
| 0.1838 | 2.6 | 50 | 1.6058 |
| 0.2294 | 2.86 | 55 | 1.6419 |
| 0.0626 | 3.12 | 60 | 1.8140 |
| 0.0383 | 3.38 | 65 | 2.0478 |
| 0.0529 | 3.64 | 70 | 1.9511 |
| 0.0555 | 3.9 | 75 | 1.9203 |
| 0.0112 | 4.16 | 80 | 1.9597 |
| 0.0152 | 4.42 | 85 | 2.0307 |
| 0.0154 | 4.68 | 90 | 2.0652 |
| 0.0147 | 4.94 | 95 | 2.0709 |