1base_model: IntervitensInc/Llama-3.1-Minitron-4B-Width-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: anthracite-org/stheno-filtered-v1.1
23 type: sharegpt
24 conversation: chatml
25 - path: Epiculous/SynthRP-Gens-v1.1-Filtered-n-Cleaned
26 type: sharegpt
27 conversation: chatml
28 - path: ResplendentAI/bluemoon
29 type: sharegpt
30 conversation: chatml
31 - path: openerotica/freedom-rp
32 type: sharegpt
33 conversation: chatml
34 - path: jeiku/Nitral_Medical_Dialog_Fixed
35 type: sharegpt
36 conversation: chatml
37 - path: MinervaAI/Aesir-Preview
38 type: sharegpt
39 conversation: chatml
40 - path: jeiku/jeikutxt
41 type: completion
42 - path: ResplendentAI/Sissification_Hypno_1k
43 type: alpaca
44 - path: ResplendentAI/theory_of_mind_fixed_output
45 type: alpaca
46 - path: ResplendentAI/Synthetic_Soul_1k
47 type: alpaca
48
49chat_template: chatml
50
51val_set_size: 0.01
52output_dir: ./outputs/out
53
54adapter:
55lora_r:
56lora_alpha:
57lora_dropout:
58lora_target_linear:
59
60sequence_len: 8192
61# sequence_len: 32768
62sample_packing: true
63eval_sample_packing: false
64pad_to_sequence_len: true
65
66plugins:
67 - axolotl.integrations.liger.LigerPlugin
68liger_rope: true
69liger_rms_norm: true
70liger_swiglu: true
71liger_fused_linear_cross_entropy: true
72
73wandb_project: Final4B
74wandb_entity:
75wandb_watch:
76wandb_name: Final4B
77wandb_log_model:
78
79gradient_accumulation_steps: 32
80micro_batch_size: 2
81num_epochs: 2
82optimizer: adamw_bnb_8bit
83lr_scheduler: cosine
84learning_rate: 0.000008
85weight_decay: 0.05
86
87train_on_inputs: false
88group_by_length: false
89bf16: auto
90fp16:
91tf32: true
92
93gradient_checkpointing: true
94early_stopping_patience:
95resume_from_checkpoint:
96local_rank:
97logging_steps: 1
98xformers_attention:
99flash_attention: true
100
101warmup_ratio: 0.1
102evals_per_epoch: 4
103eval_table_size:
104eval_max_new_tokens: 128
105saves_per_epoch: 2
106
107debug:
108deepspeed: deepspeed_configs/zero3.json
109fsdp:
110fsdp_config:
111
112special_tokens:
113 pad_token: <|finetune_right_pad_id|>
114
115