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/Tinybook
12 type: completion
13dataset_prepared_path: /home/josegomez15/med-llm/last_run_prepared
14val_set_size: 0.05
15output_dir: ./mistral-7B-Tinybook-epochs-5-lr-0002
16
17sequence_len: 4096
18sample_packing: false
19pad_to_sequence_len: true
20
21wandb_project: mistral-7B-Tinybook
22wandb_entity: utrgvmedai
23wandb_watch:
24wandb_name: mistral-7B-Tinybook-epochs-6-lr-0002
25wandb_log_model:
26
27gradient_accumulation_steps: 1
28micro_batch_size: 16
29num_epochs: 6
30optimizer: adamw_bnb_8bit
31lr_scheduler: cosine
32learning_rate: 0.0002
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 |
|---|---|---|---|
| 1.4261 | 1.0 | 1 | 1.5358 |
| 1.4254 | 2.0 | 2 | 1.5169 |
| 1.3801 | 3.0 | 3 | 1.4326 |
| 1.1051 | 4.0 | 4 | 1.5059 |
| 0.9669 | 5.0 | 5 | 1.3067 |
| 0.7256 | 6.0 | 6 | 1.2972 |