Views
No views yet
0.4.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: false
8strict: false
9
10datasets:
11 - path: utrgvseniorproject/PsychiatryCaseNotes
12 type: completion
13dataset_prepared_path: /home/josegomez15/med-llm/last_run_prepared
14val_set_size: 0.05
15output_dir: ./mistral-7B-PsychiatryCaseNotes-epochs-1-lr-000002
16
17sequence_len: 4096
18sample_packing: false
19pad_to_sequence_len: true
20
21wandb_project: mistral-7B-PsychiatryCaseNotes
22wandb_entity: utrgvmedai
23wandb_watch:
24wandb_name: mistral-7B-PsychiatryCaseNotes-epochs-1-lr-000002
25wandb_log_model:
26
27gradient_accumulation_steps: 1
28micro_batch_size: 1
29num_epochs: 1
30optimizer: adamw_bnb_8bit
31lr_scheduler: cosine
32learning_rate: 0.000002
33
34train_on_inputs: True # make sure you have this on True
35group_by_length: false
36bf16: auto
37fp16:
38tf32: false
39
40gradient_checkpointing: true
41early_stopping_patience:
42resume_from_checkpoint:
43local_rank:
44logging_steps: 1
45xformers_attention:
46flash_attention: true
47flash_attn_cross_entropy: false
48flash_attn_rms_norm: true
49flash_attn_fuse_qkv: false
50flash_attn_fuse_mlp: true
51
52warmup_steps: 100
53evals_per_epoch: 4
54eval_table_size:
55eval_sample_packing:
56saves_per_epoch: 1
57debug:
58deepspeed: /home/josegomez15/axolotl/deepspeed_configs/zero2.json
59weight_decay: 0.1
60fsdp:
61fsdp_config:
62special_tokens:
63| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 5.0059 | 0.0 | 1 | 5.1706 |
| 2.4454 | 0.25 | 626 | 2.0384 |
| 2.5478 | 0.5 | 1252 | 2.0210 |
| 2.2436 | 0.75 | 1878 | 1.8674 |