Views
No views yet
0.4.11base_model: mistralai/Mistral-7B-Instruct-v0.3
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 - data_files: out/train.jsonl
12 path: out/
13 ds_type: json
14 type:
15 alpaca
16dataset_prepared_path:
17val_set_size: 0.05
18output_dir: ./mistral_fine_out
19
20sequence_len: 8192
21sample_packing: true
22pad_to_sequence_len: true
23
24wandb_project:
25wandb_entity:
26wandb_watch:
27wandb_run_id:
28wandb_log_model:
29
30gradient_accumulation_steps: 4
31micro_batch_size: 2
32num_epochs: 2
33optimizer: adamw_bnb_8bit
34lr_scheduler: cosine
35learning_rate: 0.000005
36
37train_on_inputs: false
38group_by_length: false
39bf16: true
40fp16: false
41tf32: false
42
43gradient_checkpointing: true
44early_stopping_patience:
45auto_resume_from_checkpoint: true
46resume_from_checkpoint:
47local_rank:
48logging_steps: 1
49xformers_attention:
50flash_attention: true
51
52warmup_steps: 10
53eval_steps: 0.05
54eval_table_size:
55eval_table_max_new_tokens: 128
56save_steps:
57debug:
58deepspeed:
59weight_decay: 0.0
60fsdp:
61fsdp_config:
62special_tokens:
63 bos_token: "<s>"
64 eos_token: "</s>"
65 unk_token: "<unk>"
66model_config:
67 sliding_window: 4096
68| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.0397 | 0.0004 | 1 | 1.1590 |
| 0.6084 | 0.1002 | 230 | 0.7272 |
| 0.5195 | 0.2003 | 460 | 0.7141 |
| 0.4713 | 0.3005 | 690 | 0.7090 |
| 0.3973 | 0.4007 | 920 | 0.7097 |
| 0.3306 | 0.5009 | 1150 | 0.7145 |
| 0.3507 | 0.6010 | 1380 | 0.7136 |
| 0.3125 | 0.7012 | 1610 | 0.7200 |
| 0.3055 | 0.8014 | 1840 | 0.7227 |
| 0.2027 | 0.9016 | 2070 | 0.7301 |
| 0.2632 | 1.0017 | 2300 | 0.7471 |
| 0.2077 | 1.0851 | 2530 | 0.7662 |
| 0.0992 | 1.1853 | 2760 | 0.7744 |
| 0.236 | 1.2855 | 2990 | 0.7844 |
| 0.1572 | 1.3857 | 3220 | 0.7915 |
| 0.192 | 1.4858 | 3450 | 0.7921 |
| 0.1812 | 1.5860 | 3680 | 0.7968 |
| 0.1973 | 1.6862 | 3910 | 0.7979 |
| 0.1422 | 1.7864 | 4140 | 0.7982 |
| 0.1315 | 1.8865 | 4370 | 0.7984 |