Views
No views yet
0.4.01base_model: mistralai/Mistral-7B-Instruct-v0.2
2model_type: MistralForCausalLM
3tokenizer_type: LlamaTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9datasets:
10 - path: Akila/ForgottenRealmsWikiDataset
11 data_files:
12 - specific_formats/FRW-J-alpaca.jsonl
13 type: alpaca
14dataset_prepared_path:
15val_set_size: 0.1
16output_dir: ./qlora-out-2
17hub_model_id: Akila/Mistral-of-Realms-7b-Instruct-v0.2
18
19adapter: qlora
20lora_model_dir:
21
22sequence_len: 8192
23sample_packing: true
24pad_to_sequence_len: true
25
26lora_r: 32
27lora_alpha: 16
28lora_dropout: 0.05
29lora_target_linear: true
30lora_fan_in_fan_out:
31lora_target_modules:
32 - gate_proj
33 - down_proj
34 - up_proj
35 - q_proj
36 - v_proj
37 - k_proj
38 - o_proj
39
40wandb_project:
41wandb_entity:
42wandb_watch:
43wandb_name:
44wandb_log_model:
45
46gradient_accumulation_steps: 4
47micro_batch_size: 2
48num_epochs: 2
49optimizer: adamw_bnb_8bit
50lr_scheduler: cosine
51learning_rate: 0.0002
52
53train_on_inputs: false
54group_by_length: false
55bf16: auto
56fp16:
57tf32: false
58
59gradient_checkpointing: true
60early_stopping_patience:
61resume_from_checkpoint:
62local_rank:
63logging_steps: 1
64xformers_attention:
65flash_attention: true
66
67loss_watchdog_threshold: 5.0
68loss_watchdog_patience: 3
69
70warmup_steps: 10
71evals_per_epoch: 4
72eval_table_size:
73eval_max_new_tokens: 128
74saves_per_epoch: 1
75debug:
76deepspeed:
77weight_decay: 0.0
78fsdp:
79fsdp_config:
80special_tokens:| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.7354 | 0.0 | 1 | 2.6820 |
| 2.09 | 0.25 | 54 | 2.0999 |
| 2.0349 | 0.51 | 108 | 2.0430 |
| 1.9577 | 0.76 | 162 | 2.0063 |
| 1.9934 | 1.01 | 216 | 1.9789 |
| 1.9108 | 1.25 | 270 | 1.9643 |
| 1.8713 | 1.5 | 324 | 1.9539 |
| 1.8648 | 1.75 | 378 | 1.9502 |