nielsr HF Staff commited on
Commit
eae2a1f
·
verified ·
1 Parent(s): f0f0438

Add library_name, Github link

Browse files

This PR adds the transformers library name to the metadata, to signal to users that they can use this checkpoint with the `transformers` library.
It also links the Github repository and the Hugging Face papers URL.

Files changed (1) hide show
  1. README.md +315 -1
README.md CHANGED
@@ -1,3 +1,13 @@
 
 
 
 
 
 
 
 
 
 
1
 
2
  ---
3
  license: llama2
@@ -7,9 +17,10 @@ base_model:
7
  - vanillaOVO/WizardMath-13B-V1.0
8
  tags:
9
  - merge
 
10
  ---
11
  # AIM Paper Checkpoints Uploaded For Replication
12
- This repository includes one of the checkpoints used in the paper "Activation-Informed Merging of Large Language Models". Specifics of this model are as follows:
13
 
14
  - **Merging Method:** task_arithmetic
15
  - **Models Used In Merging**
@@ -19,3 +30,306 @@ This repository includes one of the checkpoints used in the paper "Activation-In
19
  - **AIM:** True
20
 
21
  Benchmark results and paper details can be found at the official [GitHub](https://github.com/ahnobari/ActivationInformedMerging.git).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ base_model:
4
+ - unsloth/llama-2-13b
5
+ - layoric/llama-2-13b-code-alpaca
6
+ - vanillaOVO/WizardMath-13B-V1.0
7
+ library_name: transformers
8
+ tags:
9
+ - merge
10
+ ---
11
 
12
  ---
13
  license: llama2
 
17
  - vanillaOVO/WizardMath-13B-V1.0
18
  tags:
19
  - merge
20
+ library_name: transformers
21
  ---
22
  # AIM Paper Checkpoints Uploaded For Replication
23
+ This repository includes one of the checkpoints used in the paper "Activation-Informed Merging of Large Language Models" at [Hugging Face](https://huggingface.co/papers/2502.02421). Specifics of this model are as follows:
24
 
25
  - **Merging Method:** task_arithmetic
26
  - **Models Used In Merging**
 
30
  - **AIM:** True
31
 
32
  Benchmark results and paper details can be found at the official [GitHub](https://github.com/ahnobari/ActivationInformedMerging.git).
33
+
34
+
35
+ # File information
36
+
37
+ The repository contains the following file information:
38
+
39
+ Filename: tokenizer_config.json
40
+ Content: {
41
+ "add_bos_token": true,
42
+ "add_eos_token": false,
43
+ "add_prefix_space": null,
44
+ "added_tokens_decoder": {
45
+ "0": {
46
+ "content": "<unk>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "1": {
54
+ "content": "<s>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "2": {
62
+ "content": "</s>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ }
69
+ },
70
+ "bos_token": "<s>",
71
+ "clean_up_tokenization_spaces": false,
72
+ "eos_token": "</s>",
73
+ "extra_special_tokens": {},
74
+ "legacy": false,
75
+ "model_max_length": 1000000000000000019884624838656,
76
+ "pad_token": "<unk>",
77
+ "padding_side": "left",
78
+ "sp_model_kwargs": {},
79
+ "tokenizer_class": "LlamaTokenizer",
80
+ "unk_token": "<unk>",
81
+ "use_default_system_prompt": false
82
+ }
83
+
84
+ Filename: special_tokens_map.json
85
+ Content: {
86
+ "bos_token": {
87
+ "content": "<s>",
88
+ "lstrip": false,
89
+ "normalized": false,
90
+ "rstrip": false,
91
+ "single_word": false
92
+ },
93
+ "eos_token": {
94
+ "content": "</s>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false
99
+ },
100
+ "pad_token": {
101
+ "content": "<unk>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false
106
+ },
107
+ "unk_token": {
108
+ "content": "<unk>",
109
+ "lstrip": false,
110
+ "normalized": false,
111
+ "rstrip": false,
112
+ "single_word": false
113
+ }
114
+ }
115
+
116
+ Filename: config.json
117
+ Content: {
118
+ "_name_or_path": "./FinalSet/AWR_04_task_arithmetic_Math-Code",
119
+ "architectures": [
120
+ "LlamaForCausalLM"
121
+ ],
122
+ "attention_bias": false,
123
+ "attention_dropout": 0.0,
124
+ "bos_token_id": 1,
125
+ "eos_token_id": 2,
126
+ "head_dim": 128,
127
+ "hidden_act": "silu",
128
+ "hidden_size": 5120,
129
+ "initializer_range": 0.02,
130
+ "intermediate_size": 13824,
131
+ "max_position_embeddings": 4096,
132
+ "mlp_bias": false,
133
+ "model_type": "llama",
134
+ "num_attention_heads": 40,
135
+ "num_hidden_layers": 40,
136
+ "num_key_value_heads": 40,
137
+ "pad_token_id": 0,
138
+ "pretraining_tp": 1,
139
+ "rms_norm_eps": 1e-05,
140
+ "rope_scaling": null,
141
+ "rope_theta": 10000.0,
142
+ "tie_word_embeddings": false,
143
+ "torch_dtype": "float16",
144
+ "transformers_version": "4.48.0",
145
+ "unsloth_version": "2024.9",
146
+ "use_cache": true,
147
+ "vocab_size": 32000
148
+ }
149
+
150
+ Filename: tokenizer.json
151
+ Content: "Content of the file is larger than 50 KB, too long to display."
152
+
153
+ Filename: generation_config.json
154
+ Content: {
155
+ "_from_model_config": true,
156
+ "bos_token_id": 1,
157
+ "eos_token_id": 2,
158
+ "pad_token_id": 0,
159
+ "transformers_version": "4.48.0"
160
+ }
161
+
162
+ Filename: tokenizer.model
163
+ Content: "Content of the file is larger than 50 KB, too long to display."
164
+
165
+ Filename: model.safetensors.index.json
166
+ Content: {
167
+ "metadata": {
168
+ "total_size": 26031728640
169
+ },
170
+ "weight_map": {
171
+ "lm_head.weight": "model-00006-of-00006.safetensors",
172
+ "model.embed_tokens.weight": "model-00001-of-00006.safetensors",
173
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors",
174
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
175
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
176
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
177
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
178
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
179
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
180
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
181
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
182
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00006.safetensors",
183
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
184
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
185
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
186
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
187
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
188
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
189
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
190
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
191
+ "model.layers.10.input_layernorm.weight": "model-00002-of-00006.safetensors",
192
+ "model.layers.10.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
193
+ "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
194
+ "model.layers.10.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
195
+ "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
196
+ "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
197
+ "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
198
+ "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
199
+ "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
200
+ "model.layers.11.input_layernorm.weight": "model-00002-of-00006.safetensors",
201
+ "model.layers.11.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
202
+ "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
203
+ "model.layers.11.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
204
+ "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
205
+ "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
206
+ "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
207
+ "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
208
+ "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
209
+ "model.layers.12.input_layernorm.weight": "model-00002-of-00006.safetensors",
210
+ "model.layers.12.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
211
+ "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
212
+ "model.layers.12.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
213
+ "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
214
+ "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
215
+ "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
216
+ "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
217
+ "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
218
+ "model.layers.13.input_layernorm.weight": "model-00002-of-00006.safetensors",
219
+ "model.layers.13.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
220
+ "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
221
+ "model.layers.13.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
222
+ "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
223
+ "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
224
+ "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
225
+ "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
226
+ "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
227
+ "model.layers.14.input_layernorm.weight": "model-00002-of-00006.safetensors",
228
+ "model.layers.14.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
229
+ "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
230
+ "model.layers.14.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
231
+ "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
232
+ "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
233
+ "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
234
+ "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
235
+ "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
236
+ "model.layers.15.input_layernorm.weight": "model-00003-of-00006.safetensors",
237
+ "model.layers.15.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
238
+ "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
239
+ "model.layers.15.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
240
+ "model.layers.15.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
241
+ "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
242
+ "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
243
+ "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
244
+ "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
245
+ "model.layers.16.input_layernorm.weight": "model-00003-of-00006.safetensors",
246
+ "model.layers.16.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
247
+ "model.layers.16.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
248
+ "model.layers.16.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
249
+ "model.layers.16.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
250
+ "model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
251
+ "model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
252
+ "model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
253
+ "model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
254
+ "model.layers.17.input_layernorm.weight": "model-00003-of-00006.safetensors",
255
+ "model.layers.17.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
256
+ "model.layers.17.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
257
+ "model.layers.17.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
258
+ "model.layers.17.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
259
+ "model.layers.17.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
260
+ "model.layers.17.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
261
+ "model.layers.17.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
262
+ "model.layers.17.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
263
+ "model.layers.18.input_layernorm.weight": "model-00003-of-00006.safetensors",
264
+ "model.layers.18.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
265
+ "model.layers.18.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
266
+ "model.layers.18.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
267
+ "model.layers.18.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
268
+ "model.layers.18.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
269
+ "model.layers.18.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
270
+ "model.layers.18.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
271
+ "model.layers.18.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
272
+ "model.layers.19.input_layernorm.weight": "model-00003-of-00006.safetensors",
273
+ "model.layers.19.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
274
+ "model.layers.19.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
275
+ "model.layers.19.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
276
+ "model.layers.19.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
277
+ "model.layers.19.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
278
+ "model.layers.19.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
279
+ "model.layers.19.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
280
+ "model.layers.19.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
281
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00006.safetensors",
282
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
283
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
284
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
285
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
286
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
287
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
288
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
289
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
290
+ "model.layers.20.input_layernorm.weight": "model-00004-of-00006.safetensors",
291
+ "model.layers.20.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
292
+ "model.layers.20.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
293
+ "model.layers.20.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
294
+ "model.layers.20.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
295
+ "model.layers.20.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
296
+ "model.layers.20.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
297
+ "model.layers.20.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
298
+ "model.layers.20.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
299
+ "model.layers.21.input_layernorm.weight": "model-00004-of-00006.safetensors",
300
+ "model.layers.21.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
301
+ "model.layers.21.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
302
+ "model.layers.21.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
303
+ "model.layers.21.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
304
+ "model.layers.21.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
305
+ "model.layers.21.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
306
+ "model.layers.21.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
307
+ "model.layers.21.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
308
+ "model.layers.22.input_layernorm.weight": "model-00004-of-00006.safetensors",
309
+ "model.layers.22.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
310
+ "model.layers.22.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
311
+ "model.layers.22.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
312
+ "model.layers.22.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
313
+ "model.layers.22.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
314
+ "model.layers.22.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
315
+ "model.layers.22.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
316
+ "model.layers.22.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
317
+ "model.layers.23.input_layernorm.weight": "model-00004-of-00006.safetensors",
318
+ "model.layers.23.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
319
+ "model.layers.23.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
320
+ "model.layers.23.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
321
+ "model.layers.23.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
322
+ "model.layers.23.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
323
+ "model.layers.23.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
324
+ "model.layers.23.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
325
+ "model.layers.23.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
326
+ "model.layers.24.input_layernorm.weight": "model-00004-of-00006.safetensors",
327
+ "model.layers.24.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
328
+ "model.layers.24.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
329
+ "model.layers.24.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
330
+ "model.layers.24.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
331
+ "model.layers.24.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
332
+ "model.layers.24.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
333
+ "model.layers.24.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
334
+ "model.layers.24.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
335
+ "model.layers.25.input_layernorm.weight": "model-00004-of