Views
No views yet
0.12.0.dev01base_model: model
2
3hub_model_id: hardlyworking/MS32-3
4hub_strategy: "all_checkpoints"
5push_dataset_to_hub:
6hf_use_auth_token: true
7
8plugins:
9 - axolotl.integrations.liger.LigerPlugin
10 - axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
11liger_rope: true
12liger_rms_norm: true
13liger_layer_norm: true
14liger_glu_activation: true
15liger_fused_linear_cross_entropy: false
16cut_cross_entropy: true
17
18load_in_8bit: false
19load_in_4bit: true
20
21chat_template: mistral_v7_tekken
22datasets:
23 - path: PocketDoc/Dans-Prosemaxx-RepRemover-1
24 type: chat_template
25 split: train
26 field_messages: conversations
27 message_property_mappings:
28 role: from
29 content: value
30 user: human
31 assistant: gpt
32 - path: PocketDoc/Dans-Prosemaxx-InstructWriter-ZeroShot-2
33 type: chat_template
34 split: train
35 field_messages: conversations
36 message_property_mappings:
37 role: from
38 content: value
39 user: human
40 assistant: gpt
41 - path: Delta-Vector/Orion-Personamaxx-RP-Deslopped-V1
42 type: chat_template
43 split: train
44 field_messages: conversations
45 message_property_mappings:
46 role: from
47 content: value
48 user: human
49 assistant: gpt
50 - path: Delta-Vector/Orion-PIPPA-Cleaned-V2
51 type: chat_template
52 split: train
53 field_messages: conversations
54 message_property_mappings:
55 role: from
56 content: value
57 user: human
58 assistant: gpt
59 - path: Delta-Vector/Orion-Creative_Writing-Complexity
60 type: chat_template
61 split: train
62 field_messages: conversations
63 message_property_mappings:
64 role: from
65 content: value
66 user: human
67 assistant: gpt
68 - path: Delta-Vector/Orion-OpenCAI-ShareGPT
69 type: chat_template
70 split: train
71 field_messages: conversations
72 message_property_mappings:
73 role: from
74 content: value
75 user: human
76 assistant: gpt
77 - path: GreenerPastures/AllYourBase5k
78 type: chat_template
79 split: train
80 field_messages: conversations
81 message_property_mappings:
82 role: from
83 content: value
84 user: human
85 assistant: gpt
86
87val_set_size: 0.0
88output_dir: ./outputs/out
89
90adapter: qlora
91lora_r: 64
92lora_alpha: 32
93lora_dropout: 0.0
94lora_target_linear: true
95peft_use_rslora: true
96
97
98sequence_len: 8192
99sample_packing: true
100eval_sample_packing: true
101pad_to_sequence_len: true
102
103wandb_project: MS32-3
104wandb_entity:
105wandb_watch:
106wandb_name: MS32-3
107wandb_log_model:
108
109gradient_accumulation_steps: 32
110micro_batch_size: 1
111num_epochs: 1
112optimizer: adamw_bnb_8bit
113lr_scheduler: cosine
114learning_rate: 4e-5
115max_grad_norm: 1.0
116
117bf16: auto
118tf32: true
119
120gradient_checkpointing: true
121gradient_checkpointing_kwargs:
122 use_reentrant: false
123 unsloth: true
124resume_from_checkpoint:
125logging_steps: 1
126flash_attention: true
127
128warmup_ratio: 0.1
129evals_per_epoch:
130saves_per_epoch: 4
131weight_decay: 0.0025
132special_tokens:
133