Views
No views yet
0.5.21base_model: mistralai/Mistral-7B-v0.1
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4tokenizer_use_fast: false
5resize_token_embeddings_to_32x: true
6
7plugins:
8 - axolotl.integrations.liger.LigerPlugin
9liger_rope: true
10liger_rms_norm: true
11liger_glu_activation: true
12liger_layer_norm: true
13liger_fused_linear_cross_entropy: true
14
15load_in_8bit: false
16load_in_4bit: false
17strict: false
18
19chat_template: chatml
20datasets:
21 - path: skymizer/open-orca-conversations
22 type: chat_template
23 field_messages: messages
24
25hf_use_auth_token: true
26dataset_prepared_path: pretokenized/open-orca
27output_dir: ./outputs/out
28
29sequence_len: 2048
30sample_packing: true
31pad_to_sequence_len: true
32
33val_set_size: 0.005
34eval_sample_packing: false
35# eval_causal_lm_metrics: ["perplexity"]
36
37wandb_project: "axolotl_mistral_sft"
38wandb_entity:
39wandb_watch:
40wandb_name: "mistral-7B-v0.1-dense-sft-open-orca-dry-run"
41wandb_log_model:
42
43gradient_accumulation_steps: 4
44micro_batch_size: 8
45max_steps: 2000
46optimizer: adamw_torch
47lr_scheduler: cosine
48cosine_min_lr_ratio: 0.1
49learning_rate: 0.000005
50weight_decay: 0.0
51adam_beta1: 0.9
52adam_beta2: 0.95
53adam_eps: 0.000001
54max_grad_norm: 1.0
55
56train_on_inputs: false
57group_by_length: false
58bf16: true
59fp16:
60tf32: false
61
62hub_model_id: "skymizer/mistral-7b-v0.1-sft-open-orca-dry-run"
63save_strategy: "steps"
64save_steps: 1000
65
66gradient_checkpointing: true
67gradient_checkpointing_kwargs:
68 use_reentrant: false
69early_stopping_patience:
70resume_from_checkpoint:
71local_rank:
72logging_steps: 1
73xformers_attention:
74flash_attention: true
75
76warmup_ratio: 0.03
77eval_steps: 500
78# evals_per_epoch: 4
79eval_table_size:
80eval_max_new_tokens: 128
81debug:
82deepspeed: deepspeed_configs/zero3_bf16.json
83fsdp:
84fsdp_config:
85special_tokens:
86 eos_token: "<|im_end|>"
87 pad_token: "<|im_end|>"
88tokens:
89 - "<|im_start|>"
90
91seed: 42
92| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.18 | 0.0002 | 1 | 4.8865 |
| 0.5965 | 0.0820 | 500 | 1.9648 |
| 0.5088 | 0.1639 | 1000 | 2.0442 |
| 0.4913 | 0.2459 | 1500 | 2.0902 |
| 0.4941 | 0.3279 | 2000 | 2.0993 |