Views
No views yet
0.5.21base_model: mistralai/Mistral-7B-v0.1
2model_type: AutoModelForCausalLM
3tokenizer_config: Open-Orca/Mistral-7B-OpenOrca
4tokenizer_type: AutoTokenizer
5tokenizer_use_fast: false
6resize_token_embeddings_to_32x: false
7
8plugins:
9 - axolotl.integrations.liger.LigerPlugin
10liger_rope: true
11liger_rms_norm: true
12liger_glu_activation: true
13liger_layer_norm: true
14liger_fused_linear_cross_entropy: true
15
16flash_attention: true
17xformers_attention:
18
19load_in_8bit: false
20load_in_4bit: false
21strict: false
22
23chat_template: chatml
24datasets:
25 - path: skymizer/Sonnet3.5-SlimOrcaDedupCleaned-train
26 type: chat_template
27 field_messages: messages
28
29test_datasets:
30 - path: skymizer/Sonnet3.5-SlimOrcaDedupCleaned-test
31 type: chat_template
32 field_messages: messages
33 split: train
34
35hf_use_auth_token: true
36dataset_prepared_path: pretokenized/slim-orca
37output_dir: ./exp_output_artifacts
38
39sequence_len: 2048
40sample_packing: true
41pad_to_sequence_len: true
42
43eval_sample_packing: false
44# eval_causal_lm_metrics: ["perplexity"]
45
46wandb_project: "axolotl_mistral_sft"
47wandb_entity:
48wandb_watch:
49wandb_name: "mistral-7B-v0.1-sft-slim-orca-sonnet-3.5-v4"
50wandb_log_model:
51
52gradient_accumulation_steps: 2
53micro_batch_size: 16
54eval_batch_size: 1
55num_epochs: 1
56optimizer: adamw_torch
57lr_scheduler: cosine
58learning_rate: 0.000003
59weight_decay: 0.0
60adam_beta1: 0.9
61adam_beta2: 0.95
62adam_eps: 0.000001
63max_grad_norm: 1.0
64
65train_on_inputs: false
66group_by_length: false
67bf16: true
68fp16:
69tf32: false
70
71hub_model_id: "skymizer/mistral-7B-v0.1-sft-slim-orca-sonnet-3.5-v4"
72save_strategy: "epoch"
73saves_per_epoch: 1
74
75gradient_checkpointing: true
76gradient_checkpointing_kwargs:
77 use_reentrant: false
78early_stopping_patience:
79resume_from_checkpoint:
80local_rank:
81logging_steps: 1
82
83warmup_ratio: 0.03
84eval_steps: 50
85eval_table_size:
86eval_max_new_tokens: 2048
87debug:
88deepspeed: deepspeed_configs/zero3_bf16.json
89fsdp:
90fsdp_config:
91seed: 42
92| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.2346 | 0.0026 | 1 | 1.3762 |
| 0.6186 | 0.1277 | 50 | 0.6218 |
| 0.5905 | 0.2554 | 100 | 0.5852 |
| 0.5684 | 0.3831 | 150 | 0.5648 |
| 0.5621 | 0.5109 | 200 | 0.5513 |
| 0.551 | 0.6386 | 250 | 0.5415 |
| 0.5489 | 0.7663 | 300 | 0.5345 |
| 0.5434 | 0.8940 | 350 | 0.5315 |