ToastyPigeon commited on
Commit
5cb78ea
·
verified ·
1 Parent(s): 309e8a9

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ checkpoint-309/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: LatitudeGames/Muse-12B
5
+ tags:
6
+ - axolotl
7
+ - base_model:adapter:LatitudeGames/Muse-12B
8
+ - lora
9
+ - transformers
10
+ datasets:
11
+ - grimulkan/LimaRP-augmented
12
+ - ToastyPigeon/steve-and-marvin
13
+ - ToastyPigeon/kimi-stories-completion
14
+ pipeline_tag: text-generation
15
+ model-index:
16
+ - name: muse-marvin-lora
17
+ results: []
18
+ ---
19
+
20
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
21
+ should probably proofread and complete it, then remove this comment. -->
22
+
23
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
24
+ <details><summary>See axolotl config</summary>
25
+
26
+ axolotl version: `0.13.0.dev0`
27
+ ```yaml
28
+ # !pip install transformers==4.55.4
29
+ # !pip install --no-deps trl==0.22.2
30
+ # !pip install --no-build-isolation mamba_ssm==2.2.5
31
+ # !pip install --no-build-isolation causal_conv1d==1.5.2
32
+ # === Model Configuration ===
33
+ base_model: LatitudeGames/Muse-12B
34
+ load_in_8bit: true
35
+ load_in_4bit: false
36
+
37
+ # === HF Configuration ===
38
+ hub_model_id: ToastyPigeon/muse-marvin-lora
39
+ hub_strategy: "every_save"
40
+ output_dir: ckpts
41
+
42
+ # === Training Setup ===
43
+ num_epochs: 1
44
+ micro_batch_size: 6
45
+ gradient_accumulation_steps: 1
46
+ sequence_len: 16384
47
+ #sequence_parallel_degree: 2
48
+ #heads_k_stride: 1
49
+ sample_packing: true
50
+ pad_to_sequence_len: true
51
+ #temperature: 0.7
52
+ #max_steps: 10
53
+ # === Evaluation ===
54
+ val_set_size: 0.025
55
+ evals_per_epoch: 10
56
+ #eval_steps: 20
57
+ #max_steps: 60
58
+ #eval_table_size:
59
+ eval_max_new_tokens: 128
60
+ #eval_sample_packing: true
61
+ #eval_strategy: "no"
62
+
63
+ # === LoRA Configuration ===
64
+ adapter: lora
65
+ lora_model_dir:
66
+ lora_r: 32
67
+ lora_alpha: 32
68
+ lora_dropout: 0.1
69
+ lora_target_linear: true
70
+ lora_target_modules:
71
+ lora_fan_in_fan_out:
72
+ lora_target_modules:
73
+ peft_use_rslora: false
74
+ #lora_modules_to_save:
75
+ # - embed_tokens
76
+ # - lm_head
77
+ #fix_untrained_tokens: true
78
+ #lora_mlp_kernel: true
79
+ #lora_qkv_kernel: true
80
+ #lora_o_kernel: true
81
+
82
+ # === Hyperparameter Configuration ===
83
+ #optimizer: apollo_adamw_layerwise
84
+ #warmup_steps: 0
85
+ warmup_ratio: 0.025
86
+ #optimizer: adamw_torch_fused
87
+ optimizer: paged_adamw_8bit
88
+ #optim_args:
89
+ # enable_stochastic_rounding: true
90
+ # enable_cautious: true
91
+ # enable_8bit: true
92
+ # Apollo-mini configuration:
93
+ #optim_args: "proj=random,rank=128,scale=128.0,scale_type=tensor,update_proj_gap=100"
94
+ # Regular Apollo configuration:
95
+ # optim_args:
96
+ #optim_target_modules: all_linear
97
+ learning_rate: 1e-5
98
+ lr_scheduler: cosine
99
+ #cosine_min_lr_ratio: 0.2
100
+ #lr_scheduler: cosine_with_min_lr
101
+ #lr_scheduler_kwargs:
102
+ # cosine_min_lr: 1e-6
103
+ weight_decay: 0.01
104
+ max_grad_norm: 1.0
105
+ #warmup_steps: 0
106
+ #warmup_ratio: 0.025
107
+
108
+
109
+ # === Data Configuration ===
110
+ #
111
+ #chat_template: jinja
112
+ #chat_template: chatml
113
+ special_tokens:
114
+ # eos_token: "<|im_end|>"
115
+ # eos_token: "</s>"
116
+ #tokenizer_use_mistral_common: true
117
+ shuffle_merged_datasets: true
118
+ datasets:
119
+ - path: grimulkan/LimaRP-augmented
120
+ type: chat_template
121
+ field_messages: conversations
122
+ message_property_mappings:
123
+ role: from
124
+ content: value
125
+ # - path: allenai/tulu-3-sft-personas-instruction-following
126
+ # type: chat_template
127
+ # split: train[:10%]
128
+ # - path: ToastyPigeon/mixed-medical-reasoning-formatted
129
+ # type: chat_template
130
+ # data_files: mixed-medical-thinking.json
131
+ # split: train[:10%]
132
+ - path: ToastyPigeon/steve-and-marvin
133
+ type: completion
134
+ data_files: marvin.json
135
+ - path: ToastyPigeon/kimi-stories-completion
136
+ type: completion
137
+ # - path: ToastyPigeon/new-story-dataset
138
+ # type: customcompletion-regex
139
+ # type: completion
140
+ # data_files: new-story-dataset-v2.json
141
+ # - path: allura-org/fujin-instruct-v2
142
+ # type: customchatml-regex
143
+ # type: chat_template
144
+ # field_messages: conversations
145
+ # message_property_mappings:
146
+ # role: from
147
+ # content: value
148
+ # - path: ToastyPigeon/some-rp-extended
149
+ # type: customchatml-regex
150
+ # type: chat_template
151
+ # field_messages: conversations
152
+ # message_property_mappings:
153
+ # role: from
154
+ # content: value
155
+ # roles_to_train: ["user","assistant"]
156
+ # - path: ToastyPigeon/gutenberg-sft
157
+ # type: customchatml-regex
158
+ # type: chat_template
159
+ # field_messages: conversations
160
+ # message_property_mappings:
161
+ # role: from
162
+ # content: value
163
+ # - path: ToastyPigeon/SpringDragon
164
+ # type: customcompletion-regex
165
+ # type: completion
166
+ # split: train
167
+ # - path: ToastyPigeon/some-erotica
168
+ # type: customcompletion-regex
169
+ # type: completion
170
+ # split: train[:10%]
171
+
172
+ dataset_prepared_path: last_run_prepared
173
+
174
+
175
+ # === Plugins ===
176
+ plugins:
177
+ - axolotl.integrations.liger.LigerPlugin
178
+ - axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
179
+
180
+ # === Hardware Optimization ===
181
+ gradient_checkpointing: true
182
+ liger_rope: true
183
+ liger_rms_norm: true
184
+ liger_layer_norm: true
185
+ liger_glu_activation: true
186
+ #liger_fused_linear_cross_entropy: true
187
+ cut_cross_entropy: true
188
+
189
+ #deepspeed: deepspeed_configs/zero3_bf16.json
190
+
191
+ # === FSDP Config ===
192
+ #fsdp:
193
+ # - full_shard
194
+ # - auto_wrap
195
+ #fsdp_config:
196
+ # fsdp_limit_all_gathers: true
197
+ # fsdp_sync_module_states: true
198
+ # fsdp_offload_params: true
199
+ # fsdp_activation_checkpointing: true
200
+ # fsdp_use_orig_params: false
201
+ # fsdp_cpu_ram_efficient_loading: true
202
+ # fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
203
+ # fsdp_transformer_layer_cls_to_wrap: MistralDecoderLayer
204
+ # fsdp_state_dict_type: FULL_STATE_DICT
205
+ # fsdp_sharding_strategy: FULL_SHARD
206
+ # fsdp_version: 2
207
+ # === Wandb Tracking ===
208
+ wandb_project: MuseMarvin
209
+ # wandb_entity: [WANDB_ENTITY]
210
+ # wandb_name: [WANDB_RUN_NAME]
211
+
212
+ # === Checkpointing ===
213
+ #save_steps: 10
214
+ saves_per_epoch: 10
215
+ save_total_limit: 1
216
+
217
+ # === Advanced Settings ===
218
+ bf16: auto
219
+ flash_attention: true
220
+ train_on_inputs: false
221
+ group_by_length: false
222
+ save_safetensors: true
223
+ logging_steps: 1
224
+ gc_steps: 10
225
+ seed: 69
226
+
227
+
228
+
229
+ ```
230
+
231
+ </details><br>
232
+
233
+ # muse-marvin-lora
234
+
235
+ This model is a fine-tuned version of [LatitudeGames/Muse-12B](https://huggingface.co/LatitudeGames/Muse-12B) on the grimulkan/LimaRP-augmented, the ToastyPigeon/steve-and-marvin and the ToastyPigeon/kimi-stories-completion datasets.
236
+ It achieves the following results on the evaluation set:
237
+ - Loss: 2.3857
238
+ - Memory/max Active (gib): 31.3
239
+ - Memory/max Allocated (gib): 31.3
240
+ - Memory/device Reserved (gib): 32.18
241
+
242
+ ## Model description
243
+
244
+ More information needed
245
+
246
+ ## Intended uses & limitations
247
+
248
+ More information needed
249
+
250
+ ## Training and evaluation data
251
+
252
+ More information needed
253
+
254
+ ## Training procedure
255
+
256
+ ### Training hyperparameters
257
+
258
+ The following hyperparameters were used during training:
259
+ - learning_rate: 1e-05
260
+ - train_batch_size: 6
261
+ - eval_batch_size: 6
262
+ - seed: 69
263
+ - optimizer: Use OptimizerNames.PAGED_ADAMW_8BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
264
+ - lr_scheduler_type: cosine
265
+ - lr_scheduler_warmup_steps: 7
266
+ - training_steps: 309
267
+
268
+ ### Training results
269
+
270
+ | Training Loss | Epoch | Step | Validation Loss | Active (gib) | Allocated (gib) | Reserved (gib) |
271
+ |:-------------:|:-----:|:----:|:---------------:|:------------:|:---------------:|:--------------:|
272
+ | No log | 0 | 0 | 2.4839 | 31.29 | 31.29 | 32.17 |
273
+ | 2.5492 | 0.1 | 31 | 2.4235 | 31.31 | 31.31 | 32.18 |
274
+ | 2.3906 | 0.2 | 62 | 2.4048 | 31.32 | 31.32 | 32.18 |
275
+ | 2.2984 | 0.3 | 93 | 2.3961 | 31.31 | 31.31 | 32.18 |
276
+ | 2.4423 | 0.4 | 124 | 2.3916 | 31.31 | 31.31 | 32.18 |
277
+ | 2.4106 | 0.5 | 155 | 2.3889 | 31.3 | 31.3 | 32.18 |
278
+ | 2.526 | 0.6 | 186 | 2.3875 | 31.3 | 31.3 | 32.18 |
279
+ | 2.3574 | 0.7 | 217 | 2.3863 | 31.3 | 31.3 | 32.18 |
280
+ | 2.4005 | 0.8 | 248 | 2.3858 | 31.3 | 31.3 | 32.18 |
281
+ | 2.4227 | 0.9 | 279 | 2.3857 | 31.3 | 31.3 | 32.18 |
282
+
283
+
284
+ ### Framework versions
285
+
286
+ - PEFT 0.17.1
287
+ - Transformers 4.56.1
288
+ - Pytorch 2.8.0+cu128
289
+ - Datasets 4.0.0
290
+ - Tokenizers 0.22.1
adapter_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "LatitudeGames/Muse-12B",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": null,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "gate_proj",
29
+ "o_proj",
30
+ "q_proj",
31
+ "down_proj",
32
+ "up_proj",
33
+ "k_proj",
34
+ "v_proj"
35
+ ],
36
+ "target_parameters": [],
37
+ "task_type": "CAUSAL_LM",
38
+ "trainable_token_indices": null,
39
+ "use_dora": false,
40
+ "use_qalora": false,
41
+ "use_rslora": false
42
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51297695d4b568126cdeb9157568af8577eee65e196c80485f86d7437a82f6b1
3
+ size 456206152
chat_template.jinja ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '
2
+ ' + message['content'] + '<|im_end|>' + '
3
+ '}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
4
+ ' }}{% endif %}
checkpoint-309/README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: LatitudeGames/Muse-12B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - axolotl
7
+ - base_model:adapter:LatitudeGames/Muse-12B
8
+ - lora
9
+ - transformers
10
+ ---
11
+
12
+ # Model Card for Model ID
13
+
14
+ <!-- Provide a quick summary of what the model is/does. -->
15
+
16
+
17
+
18
+ ## Model Details
19
+
20
+ ### Model Description
21
+
22
+ <!-- Provide a longer summary of what this model is. -->
23
+
24
+
25
+
26
+ - **Developed by:** [More Information Needed]
27
+ - **Funded by [optional]:** [More Information Needed]
28
+ - **Shared by [optional]:** [More Information Needed]
29
+ - **Model type:** [More Information Needed]
30
+ - **Language(s) (NLP):** [More Information Needed]
31
+ - **License:** [More Information Needed]
32
+ - **Finetuned from model [optional]:** [More Information Needed]
33
+
34
+ ### Model Sources [optional]
35
+
36
+ <!-- Provide the basic links for the model. -->
37
+
38
+ - **Repository:** [More Information Needed]
39
+ - **Paper [optional]:** [More Information Needed]
40
+ - **Demo [optional]:** [More Information Needed]
41
+
42
+ ## Uses
43
+
44
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
45
+
46
+ ### Direct Use
47
+
48
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Downstream Use [optional]
53
+
54
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
55
+
56
+ [More Information Needed]
57
+
58
+ ### Out-of-Scope Use
59
+
60
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ## Bias, Risks, and Limitations
65
+
66
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
67
+
68
+ [More Information Needed]
69
+
70
+ ### Recommendations
71
+
72
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
73
+
74
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
75
+
76
+ ## How to Get Started with the Model
77
+
78
+ Use the code below to get started with the model.
79
+
80
+ [More Information Needed]
81
+
82
+ ## Training Details
83
+
84
+ ### Training Data
85
+
86
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Training Procedure
91
+
92
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
93
+
94
+ #### Preprocessing [optional]
95
+
96
+ [More Information Needed]
97
+
98
+
99
+ #### Training Hyperparameters
100
+
101
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
102
+
103
+ #### Speeds, Sizes, Times [optional]
104
+
105
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
106
+
107
+ [More Information Needed]
108
+
109
+ ## Evaluation
110
+
111
+ <!-- This section describes the evaluation protocols and provides the results. -->
112
+
113
+ ### Testing Data, Factors & Metrics
114
+
115
+ #### Testing Data
116
+
117
+ <!-- This should link to a Dataset Card if possible. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Factors
122
+
123
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
124
+
125
+ [More Information Needed]
126
+
127
+ #### Metrics
128
+
129
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
130
+
131
+ [More Information Needed]
132
+
133
+ ### Results
134
+
135
+ [More Information Needed]
136
+
137
+ #### Summary
138
+
139
+
140
+
141
+ ## Model Examination [optional]
142
+
143
+ <!-- Relevant interpretability work for the model goes here -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Environmental Impact
148
+
149
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
150
+
151
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
152
+
153
+ - **Hardware Type:** [More Information Needed]
154
+ - **Hours used:** [More Information Needed]
155
+ - **Cloud Provider:** [More Information Needed]
156
+ - **Compute Region:** [More Information Needed]
157
+ - **Carbon Emitted:** [More Information Needed]
158
+
159
+ ## Technical Specifications [optional]
160
+
161
+ ### Model Architecture and Objective
162
+
163
+ [More Information Needed]
164
+
165
+ ### Compute Infrastructure
166
+
167
+ [More Information Needed]
168
+
169
+ #### Hardware
170
+
171
+ [More Information Needed]
172
+
173
+ #### Software
174
+
175
+ [More Information Needed]
176
+
177
+ ## Citation [optional]
178
+
179
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
180
+
181
+ **BibTeX:**
182
+
183
+ [More Information Needed]
184
+
185
+ **APA:**
186
+
187
+ [More Information Needed]
188
+
189
+ ## Glossary [optional]
190
+
191
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
192
+
193
+ [More Information Needed]
194
+
195
+ ## More Information [optional]
196
+
197
+ [More Information Needed]
198
+
199
+ ## Model Card Authors [optional]
200
+
201
+ [More Information Needed]
202
+
203
+ ## Model Card Contact
204
+
205
+ [More Information Needed]
206
+ ### Framework versions
207
+
208
+ - PEFT 0.17.1
checkpoint-309/adapter_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "LatitudeGames/Muse-12B",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": null,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.1,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "gate_proj",
29
+ "o_proj",
30
+ "q_proj",
31
+ "down_proj",
32
+ "up_proj",
33
+ "k_proj",
34
+ "v_proj"
35
+ ],
36
+ "target_parameters": [],
37
+ "task_type": "CAUSAL_LM",
38
+ "trainable_token_indices": null,
39
+ "use_dora": false,
40
+ "use_qalora": false,
41
+ "use_rslora": false
42
+ }
checkpoint-309/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51297695d4b568126cdeb9157568af8577eee65e196c80485f86d7437a82f6b1
3
+ size 456206152
checkpoint-309/chat_template.jinja ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '
2
+ ' + message['content'] + '<|im_end|>' + '
3
+ '}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant
4
+ ' }}{% endif %}
checkpoint-309/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85ad0b0d3785559deedab2097e42129ecfbfb156c0b1dd482cda7bbee7754959
3
+ size 232299365
checkpoint-309/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0588103378a2c5955cd9d8f1f17c029f093007939a68d05981d0a5b123e6b53c
3
+ size 14645
checkpoint-309/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:260fba912e1f098e076186562bcf75d2c34bb77e084569a3991809df8ad5f6ff
3
+ size 1465
checkpoint-309/special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>"
4
+ ],
5
+ "bos_token": {
6
+ "content": "<s>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "eos_token": {
13
+ "content": "<|im_end|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false
18
+ },
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
checkpoint-309/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2fa2956478eaa353c6c4b1f47fdd6868cce6075e52e169c35ae8bd28524e7a8
3
+ size 17078668
checkpoint-309/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-309/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-309/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc46db0e2535066db01b61fc94cb65ed989288cc65f17c90727e183c52c919b0
3
+ size 7249
config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MistralForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 1,
7
+ "dtype": "bfloat16",
8
+ "eos_token_id": 131072,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 5120,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 14336,
14
+ "max_position_embeddings": 131072,
15
+ "model_type": "mistral",
16
+ "num_attention_heads": 32,
17
+ "num_hidden_layers": 40,
18
+ "num_key_value_heads": 8,
19
+ "quantization_config": {
20
+ "_load_in_4bit": false,
21
+ "_load_in_8bit": true,
22
+ "bnb_4bit_compute_dtype": "float32",
23
+ "bnb_4bit_quant_storage": "uint8",
24
+ "bnb_4bit_quant_type": "fp4",
25
+ "bnb_4bit_use_double_quant": false,
26
+ "llm_int8_enable_fp32_cpu_offload": false,
27
+ "llm_int8_has_fp16_weight": false,
28
+ "llm_int8_skip_modules": null,
29
+ "llm_int8_threshold": 6.0,
30
+ "load_in_4bit": false,
31
+ "load_in_8bit": true,
32
+ "quant_method": "bitsandbytes"
33
+ },
34
+ "rms_norm_eps": 1e-05,
35
+ "rope_theta": 1000000.0,
36
+ "sliding_window": null,
37
+ "tie_word_embeddings": false,
38
+ "transformers_version": "4.56.1",
39
+ "use_cache": false,
40
+ "vocab_size": 131074
41
+ }
debug.log ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>"
4
+ ],
5
+ "bos_token": {
6
+ "content": "<s>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false
11
+ },
12
+ "eos_token": {
13
+ "content": "<|im_end|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false
18
+ },
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2fa2956478eaa353c6c4b1f47fdd6868cce6075e52e169c35ae8bd28524e7a8
3
+ size 17078668
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc46db0e2535066db01b61fc94cb65ed989288cc65f17c90727e183c52c919b0
3
+ size 7249