Views
No views yet
0.5.21base_model: Open-Orca/Mistral-7B-OpenOrca
2model_type: AutoModelForCausalLM
3tokenizer_config: Open-Orca/Mistral-7B-OpenOrca
4tokenizer_type: AutoTokenizer
5tokenizer_use_fast: false
6resize_token_embeddings_to_32x: true
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
16load_in_8bit: false
17load_in_4bit: false
18strict: false
19
20chat_template: chatml
21datasets:
22 - path: skymizer/open-orca-conversations
23 type: chat_template
24 field_messages: messages
25
26hf_use_auth_token: true
27dataset_prepared_path: pretokenized/open-orca
28output_dir: ./outputs/out
29
30sequence_len: 2048
31sample_packing: true
32pad_to_sequence_len: true
33
34val_set_size: 0.005
35eval_sample_packing: false
36# eval_causal_lm_metrics: ["perplexity"]
37
38wandb_project: "axolotl_mistral_sft"
39wandb_entity:
40wandb_watch:
41wandb_name: "mistral-7B-v0.1-csft-open-orca-on-open-orca"
42wandb_log_model:
43
44gradient_accumulation_steps: 2
45micro_batch_size: 16
46max_steps: 3000
47optimizer: adamw_torch
48lr_scheduler: cosine
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-csft-open-orca-on-open-orca"
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:
85
86seed: 42
87| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 1.1311 | 0.0002 | 1 | 4.4372 |
| 0.5277 | 0.0831 | 500 | 2.2236 |
| 0.463 | 0.1663 | 1000 | 2.2066 |
| 0.4855 | 0.2494 | 1500 | 2.2146 |
| 0.4662 | 0.3325 | 2000 | 2.1989 |
| 0.4494 | 0.4157 | 2500 | 2.1966 |
| 0.4268 | 0.4988 | 3000 | 2.1946 |