1base_model: Dans-DiscountModels/Mistral-NeMo-Minitron-8B-Base-ChatML
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5load_in_8bit: false
6load_in_4bit: false
7strict: false
8
9datasets:
10 - path: PocketDoc/Dans-MemoryCore-CoreCurriculum-Small
11 type: sharegpt
12 conversation: chatml
13 - path: NewEden/Kalo-Opus-Instruct-22k-Refusal-Murdered
14 type: sharegpt
15 conversation: chatml
16 - path: Epiculous/Synthstruct-Gens-v1.1-Filtered-n-Cleaned
17 type: sharegpt
18 conversation: chatml
19 - path: NewEden/Gryphe-Sonnet-3.5-35k-Subset
20 type: sharegpt
21 conversation: chatml
22 - path: Nitral-AI/Reasoning-1shot_ShareGPT
23 type: sharegpt
24 conversation: chatml
25 - path: Nitral-AI/GU_Instruct-ShareGPT
26 type: sharegpt
27 conversation: chatml
28 - path: Nitral-AI/Medical_Instruct-ShareGPT
29 type: sharegpt
30 conversation: chatml
31 - path: AquaV/Resistance-Sharegpt
32 type: sharegpt
33 conversation: chatml
34 - path: AquaV/US-Army-Survival-Sharegpt
35 type: sharegpt
36 conversation: chatml
37 - path: Gryphe/Sonnet3.5-SlimOrcaDedupCleaned
38 type: sharegpt
39 conversation: chatml
40
41chat_template: chatml
42
43val_set_size: 0.002
44output_dir: ./outputs/out
45
46adapter:
47lora_r:
48lora_alpha:
49lora_dropout:
50lora_target_linear:
51
52sequence_len: 8192
53sample_packing: true
54eval_sample_packing: false
55pad_to_sequence_len: true
56
57plugins:
58 - axolotl.integrations.liger.LigerPlugin
59liger_rope: true
60liger_rms_norm: true
61liger_swiglu: true
62liger_fused_linear_cross_entropy: true
63
64wandb_project: mini8B
65wandb_entity:
66wandb_watch:
67wandb_name: mini8B
68wandb_log_model:
69
70gradient_accumulation_steps: 4
71micro_batch_size: 2
72num_epochs: 2
73optimizer: adamw_bnb_8bit
74lr_scheduler: cosine
75learning_rate: 0.00001
76weight_decay: 0.05
77
78train_on_inputs: false
79group_by_length: false
80bf16: auto
81fp16:
82tf32: true
83
84gradient_checkpointing: true
85early_stopping_patience:
86resume_from_checkpoint:
87local_rank:
88logging_steps: 1
89xformers_attention:
90flash_attention: true
91
92warmup_ratio: 0.1
93evals_per_epoch: 4
94eval_table_size:
95eval_max_new_tokens: 128
96saves_per_epoch: 2
97
98debug:
99deepspeed: deepspeed_configs/zero3_bf16.json
100fsdp:
101fsdp_config:
102
103special_tokens:
104 pad_token: <pad>
105