Views
No views yet
0.4.11base_model: mistralai/Mistral-7B-v0.1
2model_type: MistralForCausalLM
3tokenizer_type: LlamaTokenizer
4
5load_in_8bit: true
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: data/templatefree_isaf_press_releases_ft_train.jsonl
11 type: input_output
12dataset_prepared_path: last_run_prepared
13val_set_size: 0.1
14output_dir: ./outputs/lora-out
15hub_model_id: Peaky8linders/isafpr-mistral-lora
16
17adapter: lora
18lora_model_dir:
19
20sequence_len: 8192
21sample_packing: true
22pad_to_sequence_len: true
23
24lora_r: 32
25lora_alpha: 16
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: 2
46num_epochs: 1
47optimizer: adamw_bnb_8bit
48lr_scheduler: cosine
49learning_rate: 0.0002
50
51train_on_inputs: false
52group_by_length: false
53bf16: auto
54fp16:
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_max_new_tokens: 128
72saves_per_epoch: 1
73debug:
74deepspeed:
75weight_decay: 0.0
76fsdp:
77fsdp_config:
78special_tokens:
79| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.3643 | 0.0282 | 1 | 1.3693 |
| 0.1847 | 0.2535 | 9 | 0.1313 |
| 0.053 | 0.5070 | 18 | 0.0565 |
| 0.0479 | 0.7606 | 27 | 0.0465 |