wwe180 commited on
Commit
35ad4a2
1 Parent(s): ce44afa

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - microsoft/Phi-3-medium-128k-instruct
4
+ library_name: transformers
5
+ tags:
6
+ - mergekit
7
+ - merge
8
+
9
+ ---
10
+ # merge
11
+
12
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
13
+
14
+ ## Merge Details
15
+ ### Merge Method
16
+
17
+ This model was merged using the passthrough merge method using [microsoft/Phi-3-medium-128k-instruct](https://huggingface.co/microsoft/Phi-3-medium-128k-instruct) as a base.
18
+
19
+ ### Models Merged
20
+
21
+ The following models were included in the merge:
22
+
23
+
24
+ ### Configuration
25
+
26
+ The following YAML configuration was used to produce this model:
27
+
28
+ ```yaml
29
+ slices:
30
+ - sources:
31
+ - model: "microsoft/Phi-3-medium-128k-instruct"
32
+ layer_range: [0, 10]
33
+ - sources:
34
+ - model: "microsoft/Phi-3-medium-128k-instruct"
35
+ layer_range: [12, 14]
36
+ - sources:
37
+ - model: "microsoft/Phi-3-medium-128k-instruct"
38
+ layer_range: [16, 18]
39
+ - sources:
40
+ - model: "microsoft/Phi-3-medium-128k-instruct"
41
+ layer_range: [20, 32]
42
+ - sources:
43
+ - model: "microsoft/Phi-3-medium-128k-instruct"
44
+ layer_range: [34, 36]
45
+ - sources:
46
+ - model: "microsoft/Phi-3-medium-128k-instruct"
47
+ layer_range: [38, 40]
48
+ merge_method: passthrough
49
+ base_model: "microsoft/Phi-3-medium-128k-instruct"
50
+ dtype: bfloat16
51
+ ```
added_tokens.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|assistant|>": 32001,
3
+ "<|endoftext|>": 32000,
4
+ "<|end|>": 32007,
5
+ "<|placeholder1|>": 32002,
6
+ "<|placeholder2|>": 32003,
7
+ "<|placeholder3|>": 32004,
8
+ "<|placeholder4|>": 32005,
9
+ "<|placeholder5|>": 32008,
10
+ "<|placeholder6|>": 32009,
11
+ "<|system|>": 32006,
12
+ "<|user|>": 32010
13
+ }
config.json ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/Phi-3-medium-128k-instruct",
3
+ "architectures": [
4
+ "Phi3ForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "auto_map": {
8
+ "AutoConfig": "microsoft/Phi-3-medium-128k-instruct--configuration_phi3.Phi3Config",
9
+ "AutoModelForCausalLM": "microsoft/Phi-3-medium-128k-instruct--modeling_phi3.Phi3ForCausalLM"
10
+ },
11
+ "bos_token_id": 1,
12
+ "embd_pdrop": 0.0,
13
+ "eos_token_id": 32000,
14
+ "hidden_act": "silu",
15
+ "hidden_size": 5120,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 17920,
18
+ "max_position_embeddings": 131072,
19
+ "model_type": "phi3",
20
+ "num_attention_heads": 40,
21
+ "num_hidden_layers": 30,
22
+ "num_key_value_heads": 10,
23
+ "original_max_position_embeddings": 4096,
24
+ "pad_token_id": null,
25
+ "resid_pdrop": 0.0,
26
+ "rms_norm_eps": 1e-05,
27
+ "rope_scaling": {
28
+ "long_factor": [
29
+ 1.0,
30
+ 1.0,
31
+ 1.0,
32
+ 1.0,
33
+ 1.0,
34
+ 1.0,
35
+ 1.0,
36
+ 1.0,
37
+ 1.0,
38
+ 1.0,
39
+ 1.0,
40
+ 1.0,
41
+ 1.0,
42
+ 1.25,
43
+ 1.25,
44
+ 1.5,
45
+ 2.0,
46
+ 2.75,
47
+ 5.75,
48
+ 5.75,
49
+ 6.5,
50
+ 9.25,
51
+ 11.0,
52
+ 13.25,
53
+ 19.25,
54
+ 19.75,
55
+ 19.75,
56
+ 21.25,
57
+ 21.5,
58
+ 26.5,
59
+ 30.0,
60
+ 33.75,
61
+ 35.25,
62
+ 38.5,
63
+ 42.0,
64
+ 42.25,
65
+ 46.0,
66
+ 47.0,
67
+ 50.0,
68
+ 50.5,
69
+ 51.0,
70
+ 52.0,
71
+ 52.75,
72
+ 53.75,
73
+ 54.75,
74
+ 57.0,
75
+ 57.25,
76
+ 58.5,
77
+ 59.25,
78
+ 59.5,
79
+ 62.0,
80
+ 62.5,
81
+ 62.75,
82
+ 63.25,
83
+ 63.25,
84
+ 63.25,
85
+ 63.75,
86
+ 64.0,
87
+ 64.0,
88
+ 64.25,
89
+ 64.5,
90
+ 64.5,
91
+ 65.0,
92
+ 65.0
93
+ ],
94
+ "short_factor": [
95
+ 1.0,
96
+ 1.0,
97
+ 1.0,
98
+ 1.0,
99
+ 1.0,
100
+ 1.0,
101
+ 1.01,
102
+ 1.02,
103
+ 1.02,
104
+ 1.04,
105
+ 1.04,
106
+ 1.07,
107
+ 1.07,
108
+ 1.1,
109
+ 1.3000000000000003,
110
+ 1.3000000000000003,
111
+ 1.5000000000000004,
112
+ 1.5700000000000005,
113
+ 1.9000000000000008,
114
+ 2.3100000000000014,
115
+ 2.759999999999992,
116
+ 3.3899999999999784,
117
+ 3.9399999999999666,
118
+ 4.009999999999965,
119
+ 4.289999999999959,
120
+ 4.349999999999958,
121
+ 5.349999999999937,
122
+ 6.659999999999909,
123
+ 7.029999999999901,
124
+ 7.51999999999989,
125
+ 8.00999999999988,
126
+ 8.249999999999876,
127
+ 8.279999999999875,
128
+ 9.629999999999846,
129
+ 9.89999999999984,
130
+ 10.589999999999826,
131
+ 11.049999999999816,
132
+ 11.7899999999998,
133
+ 12.189999999999792,
134
+ 12.889999999999777,
135
+ 13.129999999999772,
136
+ 13.16999999999977,
137
+ 13.20999999999977,
138
+ 13.479999999999764,
139
+ 13.539999999999763,
140
+ 13.779999999999758,
141
+ 13.929999999999755,
142
+ 14.429999999999744,
143
+ 14.759999999999737,
144
+ 15.149999999999729,
145
+ 15.419999999999723,
146
+ 15.53999999999972,
147
+ 15.659999999999718,
148
+ 15.749999999999716,
149
+ 15.759999999999716,
150
+ 15.799999999999715,
151
+ 16.05999999999971,
152
+ 16.079999999999714,
153
+ 16.11999999999972,
154
+ 16.11999999999972,
155
+ 16.18999999999973,
156
+ 16.31999999999975,
157
+ 16.539999999999786,
158
+ 16.799999999999827
159
+ ],
160
+ "type": "su"
161
+ },
162
+ "rope_theta": 10000.0,
163
+ "sliding_window": 131072,
164
+ "tie_word_embeddings": false,
165
+ "torch_dtype": "bfloat16",
166
+ "transformers_version": "4.41.0",
167
+ "use_cache": true,
168
+ "vocab_size": 32064
169
+ }
mergekit_config.yml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ slices:
2
+ - sources:
3
+ - model: "microsoft/Phi-3-medium-128k-instruct"
4
+ layer_range: [0, 10]
5
+ - sources:
6
+ - model: "microsoft/Phi-3-medium-128k-instruct"
7
+ layer_range: [12, 14]
8
+ - sources:
9
+ - model: "microsoft/Phi-3-medium-128k-instruct"
10
+ layer_range: [16, 18]
11
+ - sources:
12
+ - model: "microsoft/Phi-3-medium-128k-instruct"
13
+ layer_range: [20, 32]
14
+ - sources:
15
+ - model: "microsoft/Phi-3-medium-128k-instruct"
16
+ layer_range: [34, 36]
17
+ - sources:
18
+ - model: "microsoft/Phi-3-medium-128k-instruct"
19
+ layer_range: [38, 40]
20
+ merge_method: passthrough
21
+ base_model: "microsoft/Phi-3-medium-128k-instruct"
22
+ dtype: bfloat16
model-00001-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd319676683bc4a74924af0037f325b4bf9a313717cbfa30bf9b6b7cf69aee19
3
+ size 840182216
model-00002-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cd490d39eb5f9554d2d91cef03b3223b5a1b705d0237c5bc127fff02d5d46ad
3
+ size 681595600
model-00003-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7d1c3d5297c2f0799566f1c32a7bc0a26d322616bfab40a13a3e46471d5faf0
3
+ size 681595608
model-00004-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3db5a5bc001b0b38745ae78367fe9f74dfe64e2442fe4cb9e1272caaa242d3c4
3
+ size 681595608
model-00005-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2434ac1a5f05236997e96ed7609f0263ff371919bade8e5ef02a385eedff8278
3
+ size 681595608
model-00006-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24f592f4512cdd79f81678d5918a6d4cebafe0dbf55480465b3c3410701a15c8
3
+ size 681595608
model-00007-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f430f78944a070a3bbb83dc8f6a6ba93a4000a733937b09b2a83ca1813043812
3
+ size 681595608
model-00008-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4a21f9c214cb7f571a74acfec2c41cbd4e8c577d78beef8ada61f3b75f4e0aa
3
+ size 681595600
model-00009-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dafbe49f58f8bc8682e661dd532c5262d4602bc7e3dbe3c5811a29a11d7a1ca5
3
+ size 681595608
model-00010-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b65ad651e31ae4c4819b333bea50a8304861cf0a9c189d8496299abe011934e
3
+ size 681595608
model-00011-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4f94e74a300715f9d603fb229c4eceddd84250486f33afd83ebb04f85a93227
3
+ size 681595608
model-00012-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceb903d2540ee6d3897bd0c294afeb866aa38993802a7906f9cbb3dc2448f983
3
+ size 681595608
model-00013-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fe9d306d942e6622326f58ea57b6f26e05818e946e7627cccd7c2ef06c54910
3
+ size 681595608
model-00014-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e39811cfc2e713b576014c083ff9be15a1afec8a5f6f3fa8302877a72c5b06cc
3
+ size 681595608
model-00015-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e571711a1a8f4f1c833984692e411afcbb81c43dfc49725dba8a4c21386d59c
3
+ size 681595608
model-00016-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2222394bd76ff287ed5c052dc6dd511f7066f7b101d607e6fe323a3bf1f644df
3
+ size 681595608
model-00017-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3623df71c62c884ee72f9c923991b615cd8d06cd54cf9211d4c79ae20209fd1f
3
+ size 681595608
model-00018-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eca4acdcf26c6e677140922625e30afc10ba91783246db5770b90b1c0201b4ca
3
+ size 681595608
model-00019-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02c2098ebd1fb3a8e7e6dccd7a3750e8b4d4a6db23461356004e70ad590208c6
3
+ size 681595600
model-00020-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3803958f6e56a2528cb2c2edf22ab22efb0260c81b538441307ccffc513be16c
3
+ size 681595608
model-00021-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bafb16df0bd1ff9ab1f8af3dbb73d11e31eabf463b3c9d2166db4813104db8b5
3
+ size 681595608
model-00022-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e61c85c4b7d7d41d60184510786e60f3004a3615cfef8a647f6e7ff47ffcff7
3
+ size 681595608
model-00023-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71e3999422946e99cd4047e5e962a87d441a92f95bc1e5f0878a4008e2b731f8
3
+ size 681595608
model-00024-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1fd0ac45d72e4dfda425aa51a70bc4fb8fb0a067e1afd18fb3d87996041925c
3
+ size 681595608
model-00025-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a16e2721ce00172f8d8e2e9d3a08e1027621cd7c7b084c54761d027460bf92df
3
+ size 681595608
model-00026-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:412667381303b0c97993e332326c9258b2af6c39ea360221e5d4b6b4c23c63e3
3
+ size 681595600
model-00027-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d330ca4213583d70661b87b3dc7f4173f7c33f740b2d37fe602fb2d11d2b7276
3
+ size 681595600
model-00028-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a415acc306d6630ee13a510f47263c6d9e46d464b3911a6f750a930a999617f5
3
+ size 681595600
model-00029-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69d08c807d59b0657456d3ff6f5b388b3833ed3c76baedfc95d8c2c843c962f2
3
+ size 681595600
model-00030-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92756ceaf0d9d72001469db255b89d7457e2046c5c1cb399a8a638da30a0dda3
3
+ size 681595600
model-00031-of-00031.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbd1f28d909b104be7815756f6c4cdc1a86c664b572de672e6e218975c0879ac
3
+ size 498094672
model.safetensors.index.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"metadata": {"mergekit_version": "0.0.4.2", "total_size": 21104527360}, "weight_map": {"lm_head.weight": "model-00001-of-00031.safetensors", "model.embed_tokens.weight": "model-00001-of-00031.safetensors", "model.layers.0.input_layernorm.weight": "model-00001-of-00031.safetensors", "model.layers.0.mlp.down_proj.weight": "model-00001-of-00031.safetensors", "model.layers.0.mlp.gate_up_proj.weight": "model-00002-of-00031.safetensors", "model.layers.0.post_attention_layernorm.weight": "model-00002-of-00031.safetensors", "model.layers.0.self_attn.o_proj.weight": "model-00002-of-00031.safetensors", "model.layers.0.self_attn.qkv_proj.weight": "model-00002-of-00031.safetensors", "model.layers.1.input_layernorm.weight": "model-00002-of-00031.safetensors", "model.layers.1.mlp.down_proj.weight": "model-00002-of-00031.safetensors", "model.layers.1.mlp.gate_up_proj.weight": "model-00003-of-00031.safetensors", "model.layers.1.post_attention_layernorm.weight": "model-00003-of-00031.safetensors", "model.layers.1.self_attn.o_proj.weight": "model-00003-of-00031.safetensors", "model.layers.1.self_attn.qkv_proj.weight": "model-00003-of-00031.safetensors", "model.layers.10.input_layernorm.weight": "model-00003-of-00031.safetensors", "model.layers.10.mlp.down_proj.weight": "model-00003-of-00031.safetensors", "model.layers.10.mlp.gate_up_proj.weight": "model-00004-of-00031.safetensors", "model.layers.10.post_attention_layernorm.weight": "model-00004-of-00031.safetensors", "model.layers.10.self_attn.o_proj.weight": "model-00004-of-00031.safetensors", "model.layers.10.self_attn.qkv_proj.weight": "model-00004-of-00031.safetensors", "model.layers.11.input_layernorm.weight": "model-00004-of-00031.safetensors", "model.layers.11.mlp.down_proj.weight": "model-00004-of-00031.safetensors", "model.layers.11.mlp.gate_up_proj.weight": "model-00005-of-00031.safetensors", "model.layers.11.post_attention_layernorm.weight": "model-00005-of-00031.safetensors", "model.layers.11.self_attn.o_proj.weight": "model-00005-of-00031.safetensors", "model.layers.11.self_attn.qkv_proj.weight": "model-00005-of-00031.safetensors", "model.layers.12.input_layernorm.weight": "model-00005-of-00031.safetensors", "model.layers.12.mlp.down_proj.weight": "model-00005-of-00031.safetensors", "model.layers.12.mlp.gate_up_proj.weight": "model-00006-of-00031.safetensors", "model.layers.12.post_attention_layernorm.weight": "model-00006-of-00031.safetensors", "model.layers.12.self_attn.o_proj.weight": "model-00006-of-00031.safetensors", "model.layers.12.self_attn.qkv_proj.weight": "model-00006-of-00031.safetensors", "model.layers.13.input_layernorm.weight": "model-00006-of-00031.safetensors", "model.layers.13.mlp.down_proj.weight": "model-00006-of-00031.safetensors", "model.layers.13.mlp.gate_up_proj.weight": "model-00007-of-00031.safetensors", "model.layers.13.post_attention_layernorm.weight": "model-00007-of-00031.safetensors", "model.layers.13.self_attn.o_proj.weight": "model-00007-of-00031.safetensors", "model.layers.13.self_attn.qkv_proj.weight": "model-00007-of-00031.safetensors", "model.layers.2.input_layernorm.weight": "model-00007-of-00031.safetensors", "model.layers.2.mlp.down_proj.weight": "model-00007-of-00031.safetensors", "model.layers.2.mlp.gate_up_proj.weight": "model-00008-of-00031.safetensors", "model.layers.2.post_attention_layernorm.weight": "model-00008-of-00031.safetensors", "model.layers.2.self_attn.o_proj.weight": "model-00008-of-00031.safetensors", "model.layers.2.self_attn.qkv_proj.weight": "model-00008-of-00031.safetensors", "model.layers.14.input_layernorm.weight": "model-00008-of-00031.safetensors", "model.layers.14.mlp.down_proj.weight": "model-00008-of-00031.safetensors", "model.layers.14.mlp.gate_up_proj.weight": "model-00009-of-00031.safetensors", "model.layers.14.post_attention_layernorm.weight": "model-00009-of-00031.safetensors", "model.layers.14.self_attn.o_proj.weight": "model-00009-of-00031.safetensors", "model.layers.14.self_attn.qkv_proj.weight": "model-00009-of-00031.safetensors", "model.layers.15.input_layernorm.weight": "model-00009-of-00031.safetensors", "model.layers.15.mlp.down_proj.weight": "model-00009-of-00031.safetensors", "model.layers.15.mlp.gate_up_proj.weight": "model-00010-of-00031.safetensors", "model.layers.15.post_attention_layernorm.weight": "model-00010-of-00031.safetensors", "model.layers.15.self_attn.o_proj.weight": "model-00010-of-00031.safetensors", "model.layers.15.self_attn.qkv_proj.weight": "model-00010-of-00031.safetensors", "model.layers.16.input_layernorm.weight": "model-00010-of-00031.safetensors", "model.layers.16.mlp.down_proj.weight": "model-00010-of-00031.safetensors", "model.layers.16.mlp.gate_up_proj.weight": "model-00011-of-00031.safetensors", "model.layers.16.post_attention_layernorm.weight": "model-00011-of-00031.safetensors", "model.layers.16.self_attn.o_proj.weight": "model-00011-of-00031.safetensors", "model.layers.16.self_attn.qkv_proj.weight": "model-00011-of-00031.safetensors", "model.layers.17.input_layernorm.weight": "model-00011-of-00031.safetensors", "model.layers.17.mlp.down_proj.weight": "model-00011-of-00031.safetensors", "model.layers.17.mlp.gate_up_proj.weight": "model-00012-of-00031.safetensors", "model.layers.17.post_attention_layernorm.weight": "model-00012-of-00031.safetensors", "model.layers.17.self_attn.o_proj.weight": "model-00012-of-00031.safetensors", "model.layers.17.self_attn.qkv_proj.weight": "model-00012-of-00031.safetensors", "model.layers.18.input_layernorm.weight": "model-00012-of-00031.safetensors", "model.layers.18.mlp.down_proj.weight": "model-00012-of-00031.safetensors", "model.layers.18.mlp.gate_up_proj.weight": "model-00013-of-00031.safetensors", "model.layers.18.post_attention_layernorm.weight": "model-00013-of-00031.safetensors", "model.layers.18.self_attn.o_proj.weight": "model-00013-of-00031.safetensors", "model.layers.18.self_attn.qkv_proj.weight": "model-00013-of-00031.safetensors", "model.layers.19.input_layernorm.weight": "model-00013-of-00031.safetensors", "model.layers.19.mlp.down_proj.weight": "model-00013-of-00031.safetensors", "model.layers.19.mlp.gate_up_proj.weight": "model-00014-of-00031.safetensors", "model.layers.19.post_attention_layernorm.weight": "model-00014-of-00031.safetensors", "model.layers.19.self_attn.o_proj.weight": "model-00014-of-00031.safetensors", "model.layers.19.self_attn.qkv_proj.weight": "model-00014-of-00031.safetensors", "model.layers.20.input_layernorm.weight": "model-00014-of-00031.safetensors", "model.layers.20.mlp.down_proj.weight": "model-00014-of-00031.safetensors", "model.layers.20.mlp.gate_up_proj.weight": "model-00015-of-00031.safetensors", "model.layers.20.post_attention_layernorm.weight": "model-00015-of-00031.safetensors", "model.layers.20.self_attn.o_proj.weight": "model-00015-of-00031.safetensors", "model.layers.20.self_attn.qkv_proj.weight": "model-00015-of-00031.safetensors", "model.layers.21.input_layernorm.weight": "model-00015-of-00031.safetensors", "model.layers.21.mlp.down_proj.weight": "model-00015-of-00031.safetensors", "model.layers.21.mlp.gate_up_proj.weight": "model-00016-of-00031.safetensors", "model.layers.21.post_attention_layernorm.weight": "model-00016-of-00031.safetensors", "model.layers.21.self_attn.o_proj.weight": "model-00016-of-00031.safetensors", "model.layers.21.self_attn.qkv_proj.weight": "model-00016-of-00031.safetensors", "model.layers.22.input_layernorm.weight": "model-00016-of-00031.safetensors", "model.layers.22.mlp.down_proj.weight": "model-00016-of-00031.safetensors", "model.layers.22.mlp.gate_up_proj.weight": "model-00017-of-00031.safetensors", "model.layers.22.post_attention_layernorm.weight": "model-00017-of-00031.safetensors", "model.layers.22.self_attn.o_proj.weight": "model-00017-of-00031.safetensors", "model.layers.22.self_attn.qkv_proj.weight": "model-00017-of-00031.safetensors", "model.layers.23.input_layernorm.weight": "model-00017-of-00031.safetensors", "model.layers.23.mlp.down_proj.weight": "model-00017-of-00031.safetensors", "model.layers.23.mlp.gate_up_proj.weight": "model-00018-of-00031.safetensors", "model.layers.23.post_attention_layernorm.weight": "model-00018-of-00031.safetensors", "model.layers.23.self_attn.o_proj.weight": "model-00018-of-00031.safetensors", "model.layers.23.self_attn.qkv_proj.weight": "model-00018-of-00031.safetensors", "model.layers.3.input_layernorm.weight": "model-00018-of-00031.safetensors", "model.layers.3.mlp.down_proj.weight": "model-00018-of-00031.safetensors", "model.layers.3.mlp.gate_up_proj.weight": "model-00019-of-00031.safetensors", "model.layers.3.post_attention_layernorm.weight": "model-00019-of-00031.safetensors", "model.layers.3.self_attn.o_proj.weight": "model-00019-of-00031.safetensors", "model.layers.3.self_attn.qkv_proj.weight": "model-00019-of-00031.safetensors", "model.layers.24.input_layernorm.weight": "model-00019-of-00031.safetensors", "model.layers.24.mlp.down_proj.weight": "model-00019-of-00031.safetensors", "model.layers.24.mlp.gate_up_proj.weight": "model-00020-of-00031.safetensors", "model.layers.24.post_attention_layernorm.weight": "model-00020-of-00031.safetensors", "model.layers.24.self_attn.o_proj.weight": "model-00020-of-00031.safetensors", "model.layers.24.self_attn.qkv_proj.weight": "model-00020-of-00031.safetensors", "model.layers.25.input_layernorm.weight": "model-00020-of-00031.safetensors", "model.layers.25.mlp.down_proj.weight": "model-00020-of-00031.safetensors", "model.layers.25.mlp.gate_up_proj.weight": "model-00021-of-00031.safetensors", "model.layers.25.post_attention_layernorm.weight": "model-00021-of-00031.safetensors", "model.layers.25.self_attn.o_proj.weight": "model-00021-of-00031.safetensors", "model.layers.25.self_attn.qkv_proj.weight": "model-00021-of-00031.safetensors", "model.layers.26.input_layernorm.weight": "model-00021-of-00031.safetensors", "model.layers.26.mlp.down_proj.weight": "model-00021-of-00031.safetensors", "model.layers.26.mlp.gate_up_proj.weight": "model-00022-of-00031.safetensors", "model.layers.26.post_attention_layernorm.weight": "model-00022-of-00031.safetensors", "model.layers.26.self_attn.o_proj.weight": "model-00022-of-00031.safetensors", "model.layers.26.self_attn.qkv_proj.weight": "model-00022-of-00031.safetensors", "model.layers.27.input_layernorm.weight": "model-00022-of-00031.safetensors", "model.layers.27.mlp.down_proj.weight": "model-00022-of-00031.safetensors", "model.layers.27.mlp.gate_up_proj.weight": "model-00023-of-00031.safetensors", "model.layers.27.post_attention_layernorm.weight": "model-00023-of-00031.safetensors", "model.layers.27.self_attn.o_proj.weight": "model-00023-of-00031.safetensors", "model.layers.27.self_attn.qkv_proj.weight": "model-00023-of-00031.safetensors", "model.layers.28.input_layernorm.weight": "model-00023-of-00031.safetensors", "model.layers.28.mlp.down_proj.weight": "model-00023-of-00031.safetensors", "model.layers.28.mlp.gate_up_proj.weight": "model-00024-of-00031.safetensors", "model.layers.28.post_attention_layernorm.weight": "model-00024-of-00031.safetensors", "model.layers.28.self_attn.o_proj.weight": "model-00024-of-00031.safetensors", "model.layers.28.self_attn.qkv_proj.weight": "model-00024-of-00031.safetensors", "model.layers.29.input_layernorm.weight": "model-00024-of-00031.safetensors", "model.layers.29.mlp.down_proj.weight": "model-00024-of-00031.safetensors", "model.layers.29.mlp.gate_up_proj.weight": "model-00025-of-00031.safetensors", "model.layers.29.post_attention_layernorm.weight": "model-00025-of-00031.safetensors", "model.layers.29.self_attn.o_proj.weight": "model-00025-of-00031.safetensors", "model.layers.29.self_attn.qkv_proj.weight": "model-00025-of-00031.safetensors", "model.layers.4.input_layernorm.weight": "model-00025-of-00031.safetensors", "model.layers.4.mlp.down_proj.weight": "model-00025-of-00031.safetensors", "model.layers.4.mlp.gate_up_proj.weight": "model-00026-of-00031.safetensors", "model.layers.4.post_attention_layernorm.weight": "model-00026-of-00031.safetensors", "model.layers.4.self_attn.o_proj.weight": "model-00026-of-00031.safetensors", "model.layers.4.self_attn.qkv_proj.weight": "model-00026-of-00031.safetensors", "model.layers.5.input_layernorm.weight": "model-00026-of-00031.safetensors", "model.layers.5.mlp.down_proj.weight": "model-00026-of-00031.safetensors", "model.layers.5.mlp.gate_up_proj.weight": "model-00027-of-00031.safetensors", "model.layers.5.post_attention_layernorm.weight": "model-00027-of-00031.safetensors", "model.layers.5.self_attn.o_proj.weight": "model-00027-of-00031.safetensors", "model.layers.5.self_attn.qkv_proj.weight": "model-00027-of-00031.safetensors", "model.layers.6.input_layernorm.weight": "model-00027-of-00031.safetensors", "model.layers.6.mlp.down_proj.weight": "model-00027-of-00031.safetensors", "model.layers.6.mlp.gate_up_proj.weight": "model-00028-of-00031.safetensors", "model.layers.6.post_attention_layernorm.weight": "model-00028-of-00031.safetensors", "model.layers.6.self_attn.o_proj.weight": "model-00028-of-00031.safetensors", "model.layers.6.self_attn.qkv_proj.weight": "model-00028-of-00031.safetensors", "model.layers.7.input_layernorm.weight": "model-00028-of-00031.safetensors", "model.layers.7.mlp.down_proj.weight": "model-00028-of-00031.safetensors", "model.layers.7.mlp.gate_up_proj.weight": "model-00029-of-00031.safetensors", "model.layers.7.post_attention_layernorm.weight": "model-00029-of-00031.safetensors", "model.layers.7.self_attn.o_proj.weight": "model-00029-of-00031.safetensors", "model.layers.7.self_attn.qkv_proj.weight": "model-00029-of-00031.safetensors", "model.layers.8.input_layernorm.weight": "model-00029-of-00031.safetensors", "model.layers.8.mlp.down_proj.weight": "model-00029-of-00031.safetensors", "model.layers.8.mlp.gate_up_proj.weight": "model-00030-of-00031.safetensors", "model.layers.8.post_attention_layernorm.weight": "model-00030-of-00031.safetensors", "model.layers.8.self_attn.o_proj.weight": "model-00030-of-00031.safetensors", "model.layers.8.self_attn.qkv_proj.weight": "model-00030-of-00031.safetensors", "model.layers.9.input_layernorm.weight": "model-00030-of-00031.safetensors", "model.layers.9.mlp.down_proj.weight": "model-00030-of-00031.safetensors", "model.layers.9.mlp.gate_up_proj.weight": "model-00031-of-00031.safetensors", "model.layers.9.post_attention_layernorm.weight": "model-00031-of-00031.safetensors", "model.layers.9.self_attn.o_proj.weight": "model-00031-of-00031.safetensors", "model.layers.9.self_attn.qkv_proj.weight": "model-00031-of-00031.safetensors", "model.norm.weight": "model-00031-of-00031.safetensors"}}
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": true,
26
+ "single_word": false,
27
+ "special": false
28
+ },
29
+ "32000": {
30
+ "content": "<|endoftext|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "32001": {
38
+ "content": "<|assistant|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": true,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "32002": {
46
+ "content": "<|placeholder1|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": true,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "32003": {
54
+ "content": "<|placeholder2|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": true,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "32004": {
62
+ "content": "<|placeholder3|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": true,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "32005": {
70
+ "content": "<|placeholder4|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": true,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "32006": {
78
+ "content": "<|system|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": true,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "32007": {
86
+ "content": "<|end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": true,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "32008": {
94
+ "content": "<|placeholder5|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": true,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "32009": {
102
+ "content": "<|placeholder6|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": true,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "32010": {
110
+ "content": "<|user|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": true,
114
+ "single_word": false,
115
+ "special": true
116
+ }
117
+ },
118
+ "bos_token": "<s>",
119
+ "chat_template": "{% for message in messages %}{% if (message['role'] == 'user') %}{{'<|user|>' + '\n' + message['content'] + '<|end|>' + '\n' + '<|assistant|>' + '\n'}}{% elif (message['role'] == 'assistant') %}{{message['content'] + '<|end|>' + '\n'}}{% endif %}{% endfor %}",
120
+ "clean_up_tokenization_spaces": false,
121
+ "eos_token": "<|endoftext|>",
122
+ "model_max_length": 131072,
123
+ "pad_token": "<|endoftext|>",
124
+ "padding_side": "left",
125
+ "sp_model_kwargs": {},
126
+ "tokenizer_class": "LlamaTokenizer",
127
+ "unk_token": "<unk>",
128
+ "use_default_system_prompt": false
129
+ }