tim-dude commited on
Commit
7dcce8a
·
verified ·
1 Parent(s): b763fb5

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +208 -0
  2. adapter_config.json +342 -0
  3. adapter_model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ACE-Step/Ace-Step1.5
3
+ library_name: peft
4
+ tags:
5
+ - lora
6
+ - transformers
7
+ - audio-generation
8
+ - music
9
+ - ace-step-1.5
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.18.1
adapter_config.json ADDED
@@ -0,0 +1,342 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {
4
+ "layers.0.cross_attn.k_proj": 96,
5
+ "layers.0.cross_attn.o_proj": 144,
6
+ "layers.0.cross_attn.q_proj": 144,
7
+ "layers.0.cross_attn.v_proj": 128,
8
+ "layers.0.mlp.down_proj": 96,
9
+ "layers.0.mlp.up_proj": 80,
10
+ "layers.0.self_attn.o_proj": 240,
11
+ "layers.0.self_attn.v_proj": 256,
12
+ "layers.1.cross_attn.k_proj": 128,
13
+ "layers.1.cross_attn.o_proj": 160,
14
+ "layers.1.cross_attn.q_proj": 96,
15
+ "layers.1.cross_attn.v_proj": 192,
16
+ "layers.1.self_attn.k_proj": 64,
17
+ "layers.1.self_attn.o_proj": 256,
18
+ "layers.1.self_attn.v_proj": 256,
19
+ "layers.10.mlp.down_proj": 96,
20
+ "layers.10.mlp.up_proj": 96,
21
+ "layers.10.self_attn.o_proj": 128,
22
+ "layers.10.self_attn.v_proj": 144,
23
+ "layers.11.cross_attn.k_proj": 48,
24
+ "layers.11.cross_attn.o_proj": 96,
25
+ "layers.11.cross_attn.q_proj": 144,
26
+ "layers.11.cross_attn.v_proj": 64,
27
+ "layers.11.mlp.down_proj": 128,
28
+ "layers.11.mlp.up_proj": 144,
29
+ "layers.11.self_attn.o_proj": 128,
30
+ "layers.11.self_attn.v_proj": 176,
31
+ "layers.12.cross_attn.k_proj": 48,
32
+ "layers.12.cross_attn.o_proj": 96,
33
+ "layers.12.cross_attn.q_proj": 144,
34
+ "layers.12.cross_attn.v_proj": 80,
35
+ "layers.12.mlp.down_proj": 112,
36
+ "layers.12.mlp.up_proj": 112,
37
+ "layers.12.self_attn.o_proj": 128,
38
+ "layers.12.self_attn.v_proj": 176,
39
+ "layers.13.cross_attn.q_proj": 144,
40
+ "layers.13.mlp.down_proj": 128,
41
+ "layers.13.mlp.up_proj": 144,
42
+ "layers.13.self_attn.o_proj": 144,
43
+ "layers.13.self_attn.v_proj": 192,
44
+ "layers.14.cross_attn.q_proj": 80,
45
+ "layers.14.mlp.down_proj": 128,
46
+ "layers.14.mlp.up_proj": 112,
47
+ "layers.14.self_attn.o_proj": 128,
48
+ "layers.14.self_attn.v_proj": 176,
49
+ "layers.15.cross_attn.o_proj": 80,
50
+ "layers.15.cross_attn.q_proj": 176,
51
+ "layers.15.mlp.down_proj": 112,
52
+ "layers.15.mlp.up_proj": 112,
53
+ "layers.15.self_attn.o_proj": 96,
54
+ "layers.15.self_attn.v_proj": 128,
55
+ "layers.16.cross_attn.k_proj": 48,
56
+ "layers.16.cross_attn.o_proj": 80,
57
+ "layers.16.cross_attn.q_proj": 160,
58
+ "layers.16.cross_attn.v_proj": 48,
59
+ "layers.16.mlp.down_proj": 112,
60
+ "layers.16.mlp.up_proj": 112,
61
+ "layers.16.self_attn.o_proj": 96,
62
+ "layers.16.self_attn.v_proj": 144,
63
+ "layers.17.cross_attn.k_proj": 64,
64
+ "layers.17.cross_attn.o_proj": 80,
65
+ "layers.17.cross_attn.q_proj": 224,
66
+ "layers.17.cross_attn.v_proj": 48,
67
+ "layers.17.mlp.down_proj": 144,
68
+ "layers.17.mlp.up_proj": 192,
69
+ "layers.17.self_attn.o_proj": 144,
70
+ "layers.17.self_attn.v_proj": 176,
71
+ "layers.18.cross_attn.k_proj": 64,
72
+ "layers.18.cross_attn.o_proj": 80,
73
+ "layers.18.cross_attn.q_proj": 256,
74
+ "layers.18.cross_attn.v_proj": 64,
75
+ "layers.18.mlp.down_proj": 128,
76
+ "layers.18.mlp.up_proj": 144,
77
+ "layers.18.self_attn.o_proj": 128,
78
+ "layers.18.self_attn.v_proj": 224,
79
+ "layers.19.cross_attn.k_proj": 144,
80
+ "layers.19.cross_attn.o_proj": 80,
81
+ "layers.19.cross_attn.q_proj": 256,
82
+ "layers.19.cross_attn.v_proj": 64,
83
+ "layers.19.mlp.down_proj": 176,
84
+ "layers.19.mlp.up_proj": 176,
85
+ "layers.19.self_attn.o_proj": 176,
86
+ "layers.19.self_attn.v_proj": 224,
87
+ "layers.2.cross_attn.k_proj": 96,
88
+ "layers.2.cross_attn.o_proj": 128,
89
+ "layers.2.cross_attn.q_proj": 80,
90
+ "layers.2.cross_attn.v_proj": 128,
91
+ "layers.2.self_attn.o_proj": 224,
92
+ "layers.2.self_attn.v_proj": 256,
93
+ "layers.20.cross_attn.k_proj": 48,
94
+ "layers.20.cross_attn.o_proj": 96,
95
+ "layers.20.cross_attn.q_proj": 80,
96
+ "layers.20.cross_attn.v_proj": 64,
97
+ "layers.20.mlp.down_proj": 192,
98
+ "layers.20.mlp.up_proj": 176,
99
+ "layers.20.self_attn.o_proj": 192,
100
+ "layers.20.self_attn.v_proj": 240,
101
+ "layers.21.cross_attn.k_proj": 208,
102
+ "layers.21.cross_attn.o_proj": 144,
103
+ "layers.21.cross_attn.q_proj": 256,
104
+ "layers.21.cross_attn.v_proj": 80,
105
+ "layers.21.mlp.down_proj": 144,
106
+ "layers.21.mlp.gate_proj": 112,
107
+ "layers.21.mlp.up_proj": 160,
108
+ "layers.21.self_attn.k_proj": 48,
109
+ "layers.21.self_attn.o_proj": 256,
110
+ "layers.21.self_attn.v_proj": 256,
111
+ "layers.22.cross_attn.k_proj": 240,
112
+ "layers.22.cross_attn.o_proj": 80,
113
+ "layers.22.cross_attn.q_proj": 256,
114
+ "layers.22.cross_attn.v_proj": 64,
115
+ "layers.22.mlp.down_proj": 192,
116
+ "layers.22.mlp.gate_proj": 96,
117
+ "layers.22.mlp.up_proj": 112,
118
+ "layers.22.self_attn.o_proj": 160,
119
+ "layers.22.self_attn.v_proj": 192,
120
+ "layers.23.cross_attn.q_proj": 80,
121
+ "layers.23.mlp.down_proj": 64,
122
+ "layers.23.mlp.gate_proj": 160,
123
+ "layers.23.mlp.up_proj": 112,
124
+ "layers.23.self_attn.k_proj": 192,
125
+ "layers.23.self_attn.o_proj": 256,
126
+ "layers.23.self_attn.q_proj": 144,
127
+ "layers.23.self_attn.v_proj": 256,
128
+ "layers.3.cross_attn.k_proj": 208,
129
+ "layers.3.cross_attn.o_proj": 96,
130
+ "layers.3.cross_attn.q_proj": 160,
131
+ "layers.3.cross_attn.v_proj": 224,
132
+ "layers.3.self_attn.k_proj": 64,
133
+ "layers.3.self_attn.o_proj": 256,
134
+ "layers.3.self_attn.v_proj": 256,
135
+ "layers.4.cross_attn.k_proj": 64,
136
+ "layers.4.self_attn.o_proj": 240,
137
+ "layers.4.self_attn.v_proj": 256,
138
+ "layers.5.self_attn.k_proj": 80,
139
+ "layers.5.self_attn.o_proj": 192,
140
+ "layers.5.self_attn.v_proj": 256,
141
+ "layers.6.self_attn.o_proj": 112,
142
+ "layers.6.self_attn.v_proj": 160,
143
+ "layers.7.self_attn.o_proj": 144,
144
+ "layers.7.self_attn.v_proj": 176,
145
+ "layers.8.self_attn.o_proj": 128,
146
+ "layers.8.self_attn.v_proj": 160,
147
+ "layers.9.self_attn.o_proj": 144,
148
+ "layers.9.self_attn.v_proj": 176
149
+ },
150
+ "arrow_config": null,
151
+ "auto_mapping": null,
152
+ "base_model_name_or_path": "",
153
+ "bias": "none",
154
+ "corda_config": null,
155
+ "ensure_weight_tying": false,
156
+ "eva_config": null,
157
+ "exclude_modules": null,
158
+ "fan_in_fan_out": false,
159
+ "inference_mode": true,
160
+ "init_lora_weights": true,
161
+ "layer_replication": null,
162
+ "layers_pattern": null,
163
+ "layers_to_transform": null,
164
+ "loftq_config": {},
165
+ "lora_alpha": 32,
166
+ "lora_bias": false,
167
+ "lora_dropout": 0.1,
168
+ "megatron_config": null,
169
+ "megatron_core": "megatron.core",
170
+ "modules_to_save": null,
171
+ "peft_type": "LORA",
172
+ "peft_version": "0.18.1",
173
+ "qalora_group_size": 16,
174
+ "r": 16,
175
+ "rank_pattern": {
176
+ "layers.0.cross_attn.k_proj": 48,
177
+ "layers.0.cross_attn.o_proj": 72,
178
+ "layers.0.cross_attn.q_proj": 72,
179
+ "layers.0.cross_attn.v_proj": 64,
180
+ "layers.0.mlp.down_proj": 48,
181
+ "layers.0.mlp.up_proj": 40,
182
+ "layers.0.self_attn.o_proj": 120,
183
+ "layers.0.self_attn.v_proj": 128,
184
+ "layers.1.cross_attn.k_proj": 64,
185
+ "layers.1.cross_attn.o_proj": 80,
186
+ "layers.1.cross_attn.q_proj": 48,
187
+ "layers.1.cross_attn.v_proj": 96,
188
+ "layers.1.self_attn.k_proj": 32,
189
+ "layers.1.self_attn.o_proj": 128,
190
+ "layers.1.self_attn.v_proj": 128,
191
+ "layers.10.mlp.down_proj": 48,
192
+ "layers.10.mlp.up_proj": 48,
193
+ "layers.10.self_attn.o_proj": 64,
194
+ "layers.10.self_attn.v_proj": 72,
195
+ "layers.11.cross_attn.k_proj": 24,
196
+ "layers.11.cross_attn.o_proj": 48,
197
+ "layers.11.cross_attn.q_proj": 72,
198
+ "layers.11.cross_attn.v_proj": 32,
199
+ "layers.11.mlp.down_proj": 64,
200
+ "layers.11.mlp.up_proj": 72,
201
+ "layers.11.self_attn.o_proj": 64,
202
+ "layers.11.self_attn.v_proj": 88,
203
+ "layers.12.cross_attn.k_proj": 24,
204
+ "layers.12.cross_attn.o_proj": 48,
205
+ "layers.12.cross_attn.q_proj": 72,
206
+ "layers.12.cross_attn.v_proj": 40,
207
+ "layers.12.mlp.down_proj": 56,
208
+ "layers.12.mlp.up_proj": 56,
209
+ "layers.12.self_attn.o_proj": 64,
210
+ "layers.12.self_attn.v_proj": 88,
211
+ "layers.13.cross_attn.q_proj": 72,
212
+ "layers.13.mlp.down_proj": 64,
213
+ "layers.13.mlp.up_proj": 72,
214
+ "layers.13.self_attn.o_proj": 72,
215
+ "layers.13.self_attn.v_proj": 96,
216
+ "layers.14.cross_attn.q_proj": 40,
217
+ "layers.14.mlp.down_proj": 64,
218
+ "layers.14.mlp.up_proj": 56,
219
+ "layers.14.self_attn.o_proj": 64,
220
+ "layers.14.self_attn.v_proj": 88,
221
+ "layers.15.cross_attn.o_proj": 40,
222
+ "layers.15.cross_attn.q_proj": 88,
223
+ "layers.15.mlp.down_proj": 56,
224
+ "layers.15.mlp.up_proj": 56,
225
+ "layers.15.self_attn.o_proj": 48,
226
+ "layers.15.self_attn.v_proj": 64,
227
+ "layers.16.cross_attn.k_proj": 24,
228
+ "layers.16.cross_attn.o_proj": 40,
229
+ "layers.16.cross_attn.q_proj": 80,
230
+ "layers.16.cross_attn.v_proj": 24,
231
+ "layers.16.mlp.down_proj": 56,
232
+ "layers.16.mlp.up_proj": 56,
233
+ "layers.16.self_attn.o_proj": 48,
234
+ "layers.16.self_attn.v_proj": 72,
235
+ "layers.17.cross_attn.k_proj": 32,
236
+ "layers.17.cross_attn.o_proj": 40,
237
+ "layers.17.cross_attn.q_proj": 112,
238
+ "layers.17.cross_attn.v_proj": 24,
239
+ "layers.17.mlp.down_proj": 72,
240
+ "layers.17.mlp.up_proj": 96,
241
+ "layers.17.self_attn.o_proj": 72,
242
+ "layers.17.self_attn.v_proj": 88,
243
+ "layers.18.cross_attn.k_proj": 32,
244
+ "layers.18.cross_attn.o_proj": 40,
245
+ "layers.18.cross_attn.q_proj": 128,
246
+ "layers.18.cross_attn.v_proj": 32,
247
+ "layers.18.mlp.down_proj": 64,
248
+ "layers.18.mlp.up_proj": 72,
249
+ "layers.18.self_attn.o_proj": 64,
250
+ "layers.18.self_attn.v_proj": 112,
251
+ "layers.19.cross_attn.k_proj": 72,
252
+ "layers.19.cross_attn.o_proj": 40,
253
+ "layers.19.cross_attn.q_proj": 128,
254
+ "layers.19.cross_attn.v_proj": 32,
255
+ "layers.19.mlp.down_proj": 88,
256
+ "layers.19.mlp.up_proj": 88,
257
+ "layers.19.self_attn.o_proj": 88,
258
+ "layers.19.self_attn.v_proj": 112,
259
+ "layers.2.cross_attn.k_proj": 48,
260
+ "layers.2.cross_attn.o_proj": 64,
261
+ "layers.2.cross_attn.q_proj": 40,
262
+ "layers.2.cross_attn.v_proj": 64,
263
+ "layers.2.self_attn.o_proj": 112,
264
+ "layers.2.self_attn.v_proj": 128,
265
+ "layers.20.cross_attn.k_proj": 24,
266
+ "layers.20.cross_attn.o_proj": 48,
267
+ "layers.20.cross_attn.q_proj": 40,
268
+ "layers.20.cross_attn.v_proj": 32,
269
+ "layers.20.mlp.down_proj": 96,
270
+ "layers.20.mlp.up_proj": 88,
271
+ "layers.20.self_attn.o_proj": 96,
272
+ "layers.20.self_attn.v_proj": 120,
273
+ "layers.21.cross_attn.k_proj": 104,
274
+ "layers.21.cross_attn.o_proj": 72,
275
+ "layers.21.cross_attn.q_proj": 128,
276
+ "layers.21.cross_attn.v_proj": 40,
277
+ "layers.21.mlp.down_proj": 72,
278
+ "layers.21.mlp.gate_proj": 56,
279
+ "layers.21.mlp.up_proj": 80,
280
+ "layers.21.self_attn.k_proj": 24,
281
+ "layers.21.self_attn.o_proj": 128,
282
+ "layers.21.self_attn.v_proj": 128,
283
+ "layers.22.cross_attn.k_proj": 120,
284
+ "layers.22.cross_attn.o_proj": 40,
285
+ "layers.22.cross_attn.q_proj": 128,
286
+ "layers.22.cross_attn.v_proj": 32,
287
+ "layers.22.mlp.down_proj": 96,
288
+ "layers.22.mlp.gate_proj": 48,
289
+ "layers.22.mlp.up_proj": 56,
290
+ "layers.22.self_attn.o_proj": 80,
291
+ "layers.22.self_attn.v_proj": 96,
292
+ "layers.23.cross_attn.q_proj": 40,
293
+ "layers.23.mlp.down_proj": 32,
294
+ "layers.23.mlp.gate_proj": 80,
295
+ "layers.23.mlp.up_proj": 56,
296
+ "layers.23.self_attn.k_proj": 96,
297
+ "layers.23.self_attn.o_proj": 128,
298
+ "layers.23.self_attn.q_proj": 72,
299
+ "layers.23.self_attn.v_proj": 128,
300
+ "layers.3.cross_attn.k_proj": 104,
301
+ "layers.3.cross_attn.o_proj": 48,
302
+ "layers.3.cross_attn.q_proj": 80,
303
+ "layers.3.cross_attn.v_proj": 112,
304
+ "layers.3.self_attn.k_proj": 32,
305
+ "layers.3.self_attn.o_proj": 128,
306
+ "layers.3.self_attn.v_proj": 128,
307
+ "layers.4.cross_attn.k_proj": 32,
308
+ "layers.4.self_attn.o_proj": 120,
309
+ "layers.4.self_attn.v_proj": 128,
310
+ "layers.5.self_attn.k_proj": 40,
311
+ "layers.5.self_attn.o_proj": 96,
312
+ "layers.5.self_attn.v_proj": 128,
313
+ "layers.6.self_attn.o_proj": 56,
314
+ "layers.6.self_attn.v_proj": 80,
315
+ "layers.7.self_attn.o_proj": 72,
316
+ "layers.7.self_attn.v_proj": 88,
317
+ "layers.8.self_attn.o_proj": 64,
318
+ "layers.8.self_attn.v_proj": 80,
319
+ "layers.9.self_attn.o_proj": 72,
320
+ "layers.9.self_attn.v_proj": 88
321
+ },
322
+ "revision": null,
323
+ "target_modules": [
324
+ "self_attn.k_proj",
325
+ "mlp.up_proj",
326
+ "cross_attn.o_proj",
327
+ "self_attn.o_proj",
328
+ "self_attn.q_proj",
329
+ "cross_attn.k_proj",
330
+ "cross_attn.v_proj",
331
+ "mlp.down_proj",
332
+ "cross_attn.q_proj",
333
+ "mlp.gate_proj",
334
+ "self_attn.v_proj"
335
+ ],
336
+ "target_parameters": null,
337
+ "task_type": "FEATURE_EXTRACTION",
338
+ "trainable_token_indices": null,
339
+ "use_dora": false,
340
+ "use_qalora": false,
341
+ "use_rslora": false
342
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ab50b717193f1db3292fbda91b79862d4f93ac016b2a872cceac42636a99fcc
3
+ size 114117328