hardlyworking commited on
Commit
e45d1fb
·
verified ·
1 Parent(s): 9665f0d

Model save

Browse files
Files changed (1) hide show
  1. README.md +201 -192
README.md CHANGED
@@ -1,202 +1,211 @@
1
  ---
2
- base_model: hardlyworking/Noodles-Merge-12B
3
  library_name: peft
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
- # Model Card for Model ID
7
-
8
- <!-- Provide a quick summary of what the model is/does. -->
9
-
10
-
11
-
12
- ## Model Details
13
-
14
- ### Model Description
15
-
16
- <!-- Provide a longer summary of what this model is. -->
17
-
18
-
19
-
20
- - **Developed by:** [More Information Needed]
21
- - **Funded by [optional]:** [More Information Needed]
22
- - **Shared by [optional]:** [More Information Needed]
23
- - **Model type:** [More Information Needed]
24
- - **Language(s) (NLP):** [More Information Needed]
25
- - **License:** [More Information Needed]
26
- - **Finetuned from model [optional]:** [More Information Needed]
27
-
28
- ### Model Sources [optional]
29
-
30
- <!-- Provide the basic links for the model. -->
31
-
32
- - **Repository:** [More Information Needed]
33
- - **Paper [optional]:** [More Information Needed]
34
- - **Demo [optional]:** [More Information Needed]
35
-
36
- ## Uses
37
-
38
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
-
40
- ### Direct Use
41
-
42
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
-
44
- [More Information Needed]
45
-
46
- ### Downstream Use [optional]
47
-
48
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
-
50
- [More Information Needed]
51
-
52
- ### Out-of-Scope Use
53
-
54
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
-
56
- [More Information Needed]
57
-
58
- ## Bias, Risks, and Limitations
59
-
60
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
-
62
- [More Information Needed]
63
-
64
- ### Recommendations
65
-
66
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
-
68
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
-
70
- ## How to Get Started with the Model
71
-
72
- Use the code below to get started with the model.
73
-
74
- [More Information Needed]
75
-
76
- ## Training Details
77
-
78
- ### Training Data
79
-
80
- <!-- 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. -->
81
-
82
- [More Information Needed]
83
-
84
- ### Training Procedure
85
-
86
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
-
88
- #### Preprocessing [optional]
89
-
90
- [More Information Needed]
91
-
92
-
93
- #### Training Hyperparameters
94
-
95
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
-
97
- #### Speeds, Sizes, Times [optional]
98
-
99
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
 
101
- [More Information Needed]
 
102
 
103
- ## Evaluation
104
-
105
- <!-- This section describes the evaluation protocols and provides the results. -->
106
-
107
- ### Testing Data, Factors & Metrics
108
-
109
- #### Testing Data
110
-
111
- <!-- This should link to a Dataset Card if possible. -->
112
-
113
- [More Information Needed]
114
-
115
- #### Factors
116
-
117
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
-
119
- [More Information Needed]
120
-
121
- #### Metrics
122
-
123
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
-
125
- [More Information Needed]
126
-
127
- ### Results
128
-
129
- [More Information Needed]
130
-
131
- #### Summary
132
-
133
-
134
-
135
- ## Model Examination [optional]
136
-
137
- <!-- Relevant interpretability work for the model goes here -->
138
-
139
- [More Information Needed]
140
-
141
- ## Environmental Impact
142
-
143
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
-
145
- 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).
146
-
147
- - **Hardware Type:** [More Information Needed]
148
- - **Hours used:** [More Information Needed]
149
- - **Cloud Provider:** [More Information Needed]
150
- - **Compute Region:** [More Information Needed]
151
- - **Carbon Emitted:** [More Information Needed]
152
-
153
- ## Technical Specifications [optional]
154
-
155
- ### Model Architecture and Objective
156
-
157
- [More Information Needed]
158
-
159
- ### Compute Infrastructure
160
-
161
- [More Information Needed]
162
-
163
- #### Hardware
164
-
165
- [More Information Needed]
166
-
167
- #### Software
168
-
169
- [More Information Needed]
170
-
171
- ## Citation [optional]
172
-
173
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
-
175
- **BibTeX:**
176
-
177
- [More Information Needed]
178
-
179
- **APA:**
180
-
181
- [More Information Needed]
182
-
183
- ## Glossary [optional]
184
-
185
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
-
187
- [More Information Needed]
188
-
189
- ## More Information [optional]
190
-
191
- [More Information Needed]
192
-
193
- ## Model Card Authors [optional]
194
-
195
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
 
197
- ## Model Card Contact
198
 
199
- [More Information Needed]
200
  ### Framework versions
201
 
202
- - PEFT 0.15.1
 
 
 
 
 
1
  ---
 
2
  library_name: peft
3
+ base_model: hardlyworking/Noodles-Merge-12B
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ datasets:
8
+ - Epiculous/SynthRP-Gens-v1.1-Filtered-n-Cleaned
9
+ - ResplendentAI/bluemoon
10
+ - hardlyworking/openerotica-freedomrp-sharegpt-system
11
+ - MinervaAI/Aesir-Preview
12
+ - anthracite-core/c2_logs_32k_v1.1
13
+ - Nitral-AI/Creative_Writing-ShareGPT
14
+ - PJMixers/lodrick-the-lafted_OpusStories-Story2Prompt-ShareGPT
15
+ model-index:
16
+ - name: Beef-12B
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.8.0`
27
+ ```yaml
28
+ ## model
29
+ base_model: hardlyworking/Noodles-Merge-12B
30
+ model_type: AutoModelForCausalLM
31
+ tokenizer_type: AutoTokenizer
32
+ ## upload
33
+ hub_model_id: hardlyworking/Beef-12B
34
+ hub_strategy: "all_checkpoints"
35
+ push_dataset_to_hub:
36
+ hf_use_auth_token: true
37
+ ## qlora COPE
38
+ load_in_8bit: false
39
+ load_in_4bit: false
40
+ strict: false
41
+
42
+ ## data
43
+ datasets:
44
+ - path: Epiculous/SynthRP-Gens-v1.1-Filtered-n-Cleaned
45
+ type: dan-chat-advanced
46
+ - path: ResplendentAI/bluemoon
47
+ type: dan-chat-advanced
48
+ - path: hardlyworking/openerotica-freedomrp-sharegpt-system
49
+ type: dan-chat-advanced
50
+ - path: MinervaAI/Aesir-Preview
51
+ type: dan-chat-advanced
52
+ - path: anthracite-core/c2_logs_32k_v1.1
53
+ type: dan-chat-advanced
54
+ - path: Nitral-AI/Creative_Writing-ShareGPT
55
+ type: dan-chat-advanced
56
+ - path: PJMixers/lodrick-the-lafted_OpusStories-Story2Prompt-ShareGPT
57
+ type: dan-chat-advanced
58
+
59
+ shuffle_merged_datasets: true
60
+ dataset_prepared_path: dataset_prepared
61
+ val_set_size: 0.01
62
+ output_dir: outputs/out
63
+
64
+ ## LIGER & CCE
65
+ plugins:
66
+ - axolotl.integrations.liger.LigerPlugin
67
+ - axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
68
+ liger_rope: true
69
+ liger_rms_norm: true
70
+ liger_layer_norm: true
71
+ liger_glu_activation: true
72
+ liger_fused_linear_cross_entropy: false
73
+ cut_cross_entropy: false
74
+
75
+ ## CTX settings
76
+ sequence_len: 8192
77
+ sample_packing: true
78
+ eval_sample_packing: false
79
+ pad_to_sequence_len: true
80
+
81
+ ## Lora
82
+ adapter: lora
83
+ lora_model_dir:
84
+ lora_r: 128
85
+ lora_alpha: 16
86
+ lora_dropout: 0.05
87
+ lora_target_linear: true
88
+ lora_fan_in_fan_out:
89
+ peft_use_rslora: true
90
+ lora_modules_to_save:
91
+ - embed_tokens
92
+ - lm_head
93
+
94
+ ## WandB
95
+ wandb_project: JoeyBoy
96
+ wandb_entity:
97
+ wandb_watch:
98
+ wandb_name:
99
+ wandb_log_model:
100
+
101
+ ## evals
102
+ evals_per_epoch: 8
103
+ eval_table_size:
104
+ eval_max_new_tokens: 128
105
+
106
+ ## hoe params
107
+ gradient_accumulation_steps: 2
108
+ micro_batch_size: 4
109
+ num_epochs: 2
110
+ optimizer: paged_adamw_8bit
111
+ lr_scheduler: cosine
112
+ learning_rate: 2e-5
113
+
114
+ train_on_inputs: false
115
+ group_by_length: false
116
+ bf16: auto
117
+ fp16:
118
+ tf32: false
119
+
120
+ gradient_checkpointing: true
121
+ early_stopping_patience:
122
+ resume_from_checkpoint:
123
+ local_rank:
124
+ logging_steps: 1
125
+ xformers_attention:
126
+ flash_attention: true
127
+ s2_attention:
128
+
129
+ warmup_steps: 40
130
+ saves_per_epoch: 2
131
+ debug:
132
+ ## for ademiamix
133
+ deepspeed: ./deepspeed_configs/zero3_bf16.json
134
+ ## for adamw
135
+ ## deepspeed: ./deepspeed_configs/zero3_bf16.json
136
+ weight_decay: 0.01
137
+ fsdp:
138
+ fsdp_config:
139
+ special_tokens:
140
+ pad_token: <pad>
141
+
142
+ ```
143
+
144
+ </details><br>
145
+
146
+ # Beef-12B
147
+
148
+ This model is a fine-tuned version of [hardlyworking/Noodles-Merge-12B](https://huggingface.co/hardlyworking/Noodles-Merge-12B) on the Epiculous/SynthRP-Gens-v1.1-Filtered-n-Cleaned, the ResplendentAI/bluemoon, the hardlyworking/openerotica-freedomrp-sharegpt-system, the MinervaAI/Aesir-Preview, the anthracite-core/c2_logs_32k_v1.1, the Nitral-AI/Creative_Writing-ShareGPT and the PJMixers/lodrick-the-lafted_OpusStories-Story2Prompt-ShareGPT datasets.
149
+ It achieves the following results on the evaluation set:
150
+ - Loss: 1.5655
151
+
152
+ ## Model description
153
+
154
+ More information needed
155
+
156
+ ## Intended uses & limitations
157
+
158
+ More information needed
159
+
160
+ ## Training and evaluation data
161
+
162
+ More information needed
163
+
164
+ ## Training procedure
165
+
166
+ ### Training hyperparameters
167
+
168
+ The following hyperparameters were used during training:
169
+ - learning_rate: 2e-05
170
+ - train_batch_size: 4
171
+ - eval_batch_size: 4
172
+ - seed: 42
173
+ - distributed_type: multi-GPU
174
+ - num_devices: 4
175
+ - gradient_accumulation_steps: 2
176
+ - total_train_batch_size: 32
177
+ - total_eval_batch_size: 16
178
+ - optimizer: Use OptimizerNames.PAGED_ADAMW_8BIT with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
179
+ - lr_scheduler_type: cosine
180
+ - lr_scheduler_warmup_steps: 40
181
+ - num_epochs: 2.0
182
+
183
+ ### Training results
184
+
185
+ | Training Loss | Epoch | Step | Validation Loss |
186
+ |:-------------:|:------:|:----:|:---------------:|
187
+ | 1.7653 | 0.0028 | 1 | 1.7865 |
188
+ | 1.3533 | 0.1255 | 45 | 1.6828 |
189
+ | 1.2807 | 0.2510 | 90 | 1.6545 |
190
+ | 1.3957 | 0.3766 | 135 | 1.6300 |
191
+ | 1.2727 | 0.5021 | 180 | 1.6176 |
192
+ | 1.2438 | 0.6276 | 225 | 1.6074 |
193
+ | 1.3147 | 0.7531 | 270 | 1.5958 |
194
+ | 1.2466 | 0.8787 | 315 | 1.5905 |
195
+ | 1.3144 | 1.0028 | 360 | 1.5844 |
196
+ | 1.1868 | 1.1283 | 405 | 1.5784 |
197
+ | 1.3102 | 1.2538 | 450 | 1.5750 |
198
+ | 1.2746 | 1.3794 | 495 | 1.5734 |
199
+ | 1.1794 | 1.5049 | 540 | 1.5692 |
200
+ | 1.2141 | 1.6304 | 585 | 1.5671 |
201
+ | 1.1795 | 1.7559 | 630 | 1.5660 |
202
+ | 1.4297 | 1.8815 | 675 | 1.5655 |
203
 
 
204
 
 
205
  ### Framework versions
206
 
207
+ - PEFT 0.15.1
208
+ - Transformers 4.51.3
209
+ - Pytorch 2.6.0+cu124
210
+ - Datasets 3.5.0
211
+ - Tokenizers 0.21.1