Views
No views yet
0.4.11base_model: mistralai/Mistral-7B-v0.1
2model_type: MistralForCausalLM
3tokenizer_type: LlamaTokenizer
4
5load_in_8bit: false
6load_in_4bit: true
7strict: false
8
9data_seed: 42
10seed: 42
11
12datasets:
13 - path: data/isaf_press_releases_ft.jsonl
14 conversation: alpaca
15 type: sharegpt
16dataset_prepared_path:
17val_set_size: 0.05
18output_dir: ./outputs/mistral/lora-out
19hub_model_id: strickvl/isafpr-mistral-lora
20
21
22sequence_len: 4096
23sample_packing: true
24pad_to_sequence_len: true
25
26adapter: lora
27lora_model_dir:
28lora_r: 32
29lora_alpha: 16
30lora_dropout: 0.05
31lora_target_linear: true
32lora_fan_in_fan_out:
33lora_target_modules:
34 - gate_proj
35 - down_proj
36 - up_proj
37 - q_proj
38 - v_proj
39 - k_proj
40 - o_proj
41
42wandb_project: isaf_pr_ft
43wandb_entity: strickvl
44wandb_watch:
45wandb_name:
46wandb_log_model:
47
48gradient_accumulation_steps: 4
49micro_batch_size: 2
50num_epochs: 4
51optimizer: adamw_bnb_8bit
52lr_scheduler: cosine
53learning_rate: 0.0002
54
55train_on_inputs: false
56group_by_length: false
57bf16: auto
58fp16:
59tf32: false
60
61gradient_checkpointing: true
62early_stopping_patience:
63resume_from_checkpoint:
64local_rank:
65logging_steps: 1
66xformers_attention:
67flash_attention: true
68
69loss_watchdog_threshold: 5.0
70loss_watchdog_patience: 3
71
72warmup_steps: 10
73evals_per_epoch: 4
74eval_table_size:
75eval_max_new_tokens: 128
76saves_per_epoch: 1
77debug:
78deepspeed:
79weight_decay: 0.0
80fsdp:
81fsdp_config:
82special_tokens:
83| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.3462 | 0.0292 | 1 | 1.3536 |
| 0.1245 | 0.2628 | 9 | 0.0958 |
| 0.0521 | 0.5255 | 18 | 0.0523 |
| 0.0437 | 0.7883 | 27 | 0.0420 |
| 0.0312 | 1.0292 | 36 | 0.0383 |
| 0.0395 | 1.2920 | 45 | 0.0351 |
| 0.0309 | 1.5547 | 54 | 0.0329 |
| 0.0342 | 1.8175 | 63 | 0.0314 |
| 0.0334 | 2.0511 | 72 | 0.0318 |
| 0.0282 | 2.3139 | 81 | 0.0322 |
| 0.0263 | 2.5766 | 90 | 0.0301 |
| 0.0255 | 2.8394 | 99 | 0.0294 |
| 0.021 | 3.0803 | 108 | 0.0289 |
| 0.0236 | 3.3431 | 117 | 0.0289 |
| 0.0196 | 3.6058 | 126 | 0.0288 |
| 0.0228 | 3.8686 | 135 | 0.0288 |