Views
No views yet
0.5.01base_model: mistralai_Mistral-Nemo-Instruct-2407
2model_type: AutoModelForCausalLM
3tokenizer_type: AutoTokenizer
4
5plugins:
6 - axolotl.integrations.liger.LigerPlugin
7liger_rope: true
8liger_rms_norm: true
9liger_swiglu: true
10liger_fused_linear_cross_entropy: true
11
12load_in_8bit: false
13load_in_4bit: false
14strict: false
15
16datasets:
17 - path: NewEden/OpenCAI-ShareGPT
18 type: chat_template
19# chat_template: mistralv3tekken
20 roles_to_train: ["gpt"]
21 field_messages: conversations
22 message_field_role: from
23 message_field_content: value
24 train_on_eos: turn
25 - path: NewEden/vanilla-backrooms-claude-sharegpt
26 type: chat_template
27# chat_template: mistralv3tekken
28 roles_to_train: ["gpt"]
29 field_messages: conversations
30 message_field_role: from
31 message_field_content: value
32 train_on_eos: turn
33 - path: anthracite-org/kalo_opus_misc_240827
34 type: chat_template
35# chat_template: mistralv3tekken
36 roles_to_train: ["gpt"]
37 field_messages: conversations
38 message_field_role: from
39 message_field_content: value
40 train_on_eos: turn
41 - path: anthracite-org/kalo_misc_part2
42 type: chat_template
43# chat_template: mistralv3tekken
44 roles_to_train: ["gpt"]
45 field_messages: conversations
46 message_field_role: from
47 message_field_content: value
48 train_on_eos: turn
49 - path: NewEden/Roleplay-Logs-V2
50 type: chat_template
51# chat_template: mistralv3tekken
52 roles_to_train: ["gpt"]
53 field_messages: conversations
54 message_field_role: from
55 message_field_content: value
56 train_on_eos: turn
57dataset_prepared_path: dataset_prepared
58val_set_size: 0.0
59output_dir: 12b-out-r2
60
61sequence_len: 16384
62sample_packing: true
63pad_to_sequence_len: true
64
65adapter: lora
66lora_model_dir:
67lora_r: 128
68lora_alpha: 16
69lora_dropout: 0.05
70 #lora_target_linear:
71 #lora_fan_in_fan_out: true
72peft_use_rslora: true
73lora_target_modules:
74 - gate_proj
75 - down_proj
76 - up_proj
77 - q_proj
78 - v_proj
79 - k_proj
80 - o_proj
81
82
83wandb_project: 12b-control
84wandb_entity:
85wandb_watch:
86wandb_name: 12b-control-r2
87wandb_log_model:
88
89gradient_accumulation_steps: 2
90micro_batch_size: 1
91num_epochs: 4
92optimizer: paged_adamw_8bit
93lr_scheduler: cosine
94learning_rate: 0.00001
95
96train_on_inputs: false
97group_by_length: false
98bf16: auto
99fp16:
100tf32: false
101
102gradient_checkpointing: unsloth
103 #gradient_checkpointing_kwargs:
104 # use_reentrant: false
105early_stopping_patience:
106resume_from_checkpoint:
107local_rank:
108logging_steps: 1
109xformers_attention:
110flash_attention: true
111
112warmup_steps: 40
113evals_per_epoch:
114eval_table_size:
115eval_max_new_tokens:
116saves_per_epoch: 1
117debug:
118deepspeed: /workspace/axolotl/deepspeed_configs/zero3_bf16.json
119weight_decay: 0.03
120fsdp:
121fsdp_config:
122special_tokens:
123 pad_token: <pad>
124
125