mengshyu commited on
Commit
fedbdc3
1 Parent(s): b83712a

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
mlc-chat-config.json ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "0.1.0",
3
+ "model_type": "phi3_v",
4
+ "quantization": "q4f16_1",
5
+ "model_config": {
6
+ "model_type": "phi3_v",
7
+ "hidden_size": 3072,
8
+ "vocab_size": 32064,
9
+ "num_hidden_layers": 32,
10
+ "num_attention_heads": 32,
11
+ "intermediate_size": 8192,
12
+ "rms_norm_eps": 1e-05,
13
+ "num_key_value_heads": 32,
14
+ "max_position_embeddings": 131072,
15
+ "vision_config": {
16
+ "hidden_size": 1024,
17
+ "image_size": 336,
18
+ "intermediate_size": 4096,
19
+ "num_attention_heads": 16,
20
+ "num_hidden_layers": 24,
21
+ "patch_size": 14,
22
+ "projection_dim": 768,
23
+ "vocab_size": null,
24
+ "num_channels": 3,
25
+ "layer_norm_eps": 1e-05,
26
+ "kwargs": {}
27
+ },
28
+ "img_processor": {
29
+ "image_dim_out": 1024,
30
+ "model_name": "openai/clip-vit-large-patch14-336",
31
+ "name": "clip_vision_model",
32
+ "num_img_tokens": 144
33
+ },
34
+ "position_embedding_base": 10000.0,
35
+ "rope_scaling": {
36
+ "long_factor": [
37
+ 1.0800000429153442,
38
+ 1.1100000143051147,
39
+ 1.1399999856948853,
40
+ 1.340000033378601,
41
+ 1.5899999141693115,
42
+ 1.600000023841858,
43
+ 1.6200000047683716,
44
+ 2.620000123977661,
45
+ 3.2300000190734863,
46
+ 3.2300000190734863,
47
+ 4.789999961853027,
48
+ 7.400000095367432,
49
+ 7.700000286102295,
50
+ 9.09000015258789,
51
+ 12.199999809265137,
52
+ 17.670000076293945,
53
+ 24.46000099182129,
54
+ 28.57000160217285,
55
+ 30.420001983642578,
56
+ 30.840002059936523,
57
+ 32.590003967285156,
58
+ 32.93000411987305,
59
+ 42.320003509521484,
60
+ 44.96000289916992,
61
+ 50.340003967285156,
62
+ 50.45000457763672,
63
+ 57.55000305175781,
64
+ 57.93000411987305,
65
+ 58.21000289916992,
66
+ 60.1400032043457,
67
+ 62.61000442504883,
68
+ 62.62000274658203,
69
+ 62.71000289916992,
70
+ 63.1400032043457,
71
+ 63.1400032043457,
72
+ 63.77000427246094,
73
+ 63.93000411987305,
74
+ 63.96000289916992,
75
+ 63.970001220703125,
76
+ 64.02999877929688,
77
+ 64.06999969482422,
78
+ 64.08000183105469,
79
+ 64.12000274658203,
80
+ 64.41000366210938,
81
+ 64.4800033569336,
82
+ 64.51000213623047,
83
+ 64.52999877929688,
84
+ 64.83999633789062
85
+ ],
86
+ "short_factor": [
87
+ 1.08,
88
+ 1.1,
89
+ 1.1300000000000001,
90
+ 1.2800000000000002,
91
+ 1.3100000000000003,
92
+ 1.4500000000000004,
93
+ 1.4500000000000004,
94
+ 1.9500000000000008,
95
+ 2.030000000000001,
96
+ 2.4299999999999926,
97
+ 2.5699999999999896,
98
+ 2.9499999999999815,
99
+ 3.729999999999965,
100
+ 3.869999999999962,
101
+ 4.189999999999955,
102
+ 4.43999999999995,
103
+ 4.6399999999999455,
104
+ 4.979999999999938,
105
+ 5.159999999999934,
106
+ 5.279999999999932,
107
+ 5.759999999999922,
108
+ 5.889999999999919,
109
+ 5.889999999999919,
110
+ 5.969999999999917,
111
+ 6.089999999999915,
112
+ 6.2799999999999105,
113
+ 6.7699999999999,
114
+ 6.8899999999998975,
115
+ 7.109999999999893,
116
+ 7.129999999999892,
117
+ 7.179999999999891,
118
+ 7.289999999999889,
119
+ 7.339999999999888,
120
+ 7.559999999999883,
121
+ 7.619999999999882,
122
+ 7.69999999999988,
123
+ 7.879999999999876,
124
+ 7.879999999999876,
125
+ 7.879999999999876,
126
+ 7.939999999999875,
127
+ 7.949999999999875,
128
+ 7.979999999999874,
129
+ 8.19999999999987,
130
+ 8.439999999999864,
131
+ 8.469999999999864,
132
+ 8.589999999999861,
133
+ 8.809999999999857,
134
+ 8.999999999999853
135
+ ],
136
+ "type": "longrope",
137
+ "rope_type": "longrope",
138
+ "max_position_embeddings": 131072,
139
+ "original_max_position_embeddings": 4096
140
+ },
141
+ "original_max_position_embeddings": 4096,
142
+ "context_window_size": 131072,
143
+ "prefill_chunk_size": 8192,
144
+ "head_dim": 96,
145
+ "tensor_parallel_shards": 1,
146
+ "max_batch_size": 128
147
+ },
148
+ "vocab_size": 32064,
149
+ "context_window_size": 131072,
150
+ "sliding_window_size": -1,
151
+ "prefill_chunk_size": 8192,
152
+ "attention_sink_size": -1,
153
+ "tensor_parallel_shards": 1,
154
+ "pipeline_parallel_stages": 1,
155
+ "temperature": 1.0,
156
+ "presence_penalty": 0.0,
157
+ "frequency_penalty": 0.0,
158
+ "repetition_penalty": 1.0,
159
+ "top_p": 1.0,
160
+ "tokenizer_files": [
161
+ "tokenizer.json",
162
+ "tokenizer_config.json"
163
+ ],
164
+ "tokenizer_info": {
165
+ "token_postproc_method": "byte_fallback",
166
+ "prepend_space_in_encode": true,
167
+ "strip_space_in_decode": true
168
+ },
169
+ "conv_template": {
170
+ "name": "phi-3-vision",
171
+ "system_template": "{system_message}",
172
+ "system_message": "",
173
+ "system_prefix_token_ids": [
174
+ 1
175
+ ],
176
+ "add_role_after_system_message": true,
177
+ "roles": {
178
+ "user": "<|user|>",
179
+ "assistant": "<|assistant|>"
180
+ },
181
+ "role_templates": {
182
+ "user": "{user_message}",
183
+ "assistant": "{assistant_message}",
184
+ "tool": "{tool_message}"
185
+ },
186
+ "messages": [],
187
+ "seps": [
188
+ "<|end|>\n"
189
+ ],
190
+ "role_content_sep": "\n",
191
+ "role_empty_sep": "\n",
192
+ "stop_str": [
193
+ "<|endoftext|>"
194
+ ],
195
+ "stop_token_ids": [
196
+ 2,
197
+ 32000,
198
+ 32001,
199
+ 32007
200
+ ],
201
+ "function_string": "",
202
+ "use_function_calling": false
203
+ },
204
+ "pad_token_id": 32000,
205
+ "bos_token_id": 1,
206
+ "eos_token_id": 2
207
+ }
ndarray-cache.json ADDED
The diff for this file is too large to render. See raw diff
 
params_shard_0.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81297aec4fcde9f701f1aa5c602edca6e417e86d70e563d4b543810030bf5f8d
3
+ size 49250304
params_shard_1.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cb3be86e95443540e1bbb74f85f9ebf193bce0cf65b64e44d51922950753b9f
3
+ size 25165824
params_shard_10.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d5576605b34ab95fc447c0e5b1c0a5af977eae8b76e9996b950eb450fc862d1
3
+ size 21239808
params_shard_100.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f29ef3fcc9ba8c66b7d85750451a1066cad22142876e0b0ad1dad6d6d626734
3
+ size 25192448
params_shard_101.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3cb80fac56fa63595d204122751bc048a218f552b3525ee8666e3d5a1a5bb61
3
+ size 25192448
params_shard_102.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15fe6e0782e6c7fcc2608a620bd532df2c01948210a0ae29a78fd26e08cc8848
3
+ size 25192448
params_shard_103.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3a6b054e2b0fa6fac22c84b14f9e8e20095648e7fdf00f9659ade781f7e53c2
3
+ size 25192448
params_shard_104.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47d578479f438d9a57c130ecabbe1bae0bd7cdf78a9b875fd105cdfdca5322f5
3
+ size 25192448
params_shard_105.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:654e8815613bba5cae2733c2845f3c169e14c122f621e5341dac054f4ff5eba0
3
+ size 29200384
params_shard_11.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bda0912e2f1d3d5d8af249a6ab48e7844283223aec2c8742fbce3e7b64e07d83
3
+ size 25165824
params_shard_12.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2a04ed984360df1c110d15213ccd686e1a1be314bc3842df30821c12b094109
3
+ size 22616064
params_shard_13.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a00b92fbcfe5e4f75eeb94dde8308162832c8613a319d2b75605c03f753cf6c3
3
+ size 25165824
params_shard_14.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:455b82cea27e0d4486b8bb2dd147b78ad6174ad28d85f714b551043f5d1e8a24
3
+ size 33239040
params_shard_15.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a890edcc59e43538c5c88f1e1dc923e57ccd9d28d412a15ef69315cd0e26af6
3
+ size 21239808
params_shard_16.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb4514df14bb8853862923c9b95eb3771ea42f4294adc0c08ce041c8ba849391
3
+ size 25165824
params_shard_17.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2d9bb5532b42ec66293d46b8bcd8798439fc8b3fafafdad47a30d2d3dff3397
3
+ size 22616064
params_shard_18.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14e6ff5e2d2e8c0b69bbc6a673b7fc59e5f5aaae964065cc80cb96b531ea914e
3
+ size 25165824
params_shard_19.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c2ca06b4a15722a6cddf4146396996d8e32611391d116c8a000fd3b843eeefc
3
+ size 33239040
params_shard_2.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d770157dfa010ff5b87c86f87fc3c4d113b535539417b7f3959e5c9673be7df4
3
+ size 23470080
params_shard_20.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf1be0521235bbefb1f8184fe8f26af1d1c58e43cdd0379cbb2cd4ec2d329493
3
+ size 21239808
params_shard_21.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64e6ae6c4299a675e5511d199600cea3db33dac30b97036b33abdabb7dd955b9
3
+ size 25165824
params_shard_22.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b143e78d1c127fc9eba2ac9da2453153e1a7faf330b93f7f502fb72858b453c0
3
+ size 22616064
params_shard_23.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fadc302e1ae4811fccbf7a080fffd2d21dd415141e18071bc29025dec9f81f82
3
+ size 25165824
params_shard_24.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1475c34e6bf00faebe1fc6781f9ecf2f97e603e03b1c123a9a304d0b916ac6ab
3
+ size 33239040
params_shard_25.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22f6e0f02a12b29f2ac2ab8ee6c5bfd2127d74bc47ce39d2c9291e2a8b4bf1d7
3
+ size 21239808
params_shard_26.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcdeb372a63465619f978504a1f117232b310490b35f2a39091d026297e75209
3
+ size 25165824
params_shard_27.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd9a8fbf49f3ba652d63c42477f09aee5642721cf04d211bf1e19bce53585b53
3
+ size 22616064
params_shard_28.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d5c3107d6faea1f075ccebb8d6775633b60ba9878e8aa942b794164b046e848
3
+ size 25165824
params_shard_29.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:711d12ebeb1e5c9b9bd2d5ad1b03b7afe23596e7ea420ccd8770844c45c1c81e
3
+ size 33239040
params_shard_3.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dba1d1e8c1ef52483cf1918128b24c21d47d1ecb7df76e776e284d8207118bf
3
+ size 25165824
params_shard_30.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c2497c7ab3b54273e3ede4914b8e1824dfea1654c9f38303bc9d6cdc5838b3c
3
+ size 21239808
params_shard_31.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:041d1acaf61a8a9d7a63d65676d08b6c553554b2fa822d3d9408dac2c1548b04
3
+ size 25165824
params_shard_32.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28324bf9a531de0523cf62069bc12601bba29416be2c59bbbeefae1d465d0624
3
+ size 22616064
params_shard_33.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05db6c2f05b40540e537c4cec4d2d387f97d78a7ff526eb477c828fba1da9073
3
+ size 25165824
params_shard_34.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd7101261ba97e7e7e5231826dad79d58c5e3b0559d8dafc8e1cc86a3e4cd249
3
+ size 33239040
params_shard_35.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27fc97aa15240e94e85e05f1cdb424d7f914d17fae1e7d76a308e83a412b592c
3
+ size 49250304
params_shard_36.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4537bac1683c57ce5c460ee5c89a22bf45470e2e4c61839b50867445cb16c3ae
3
+ size 27402240
params_shard_37.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2063f087de81d486a84202db6b6c515723557cc59449b181930de10baff2d0b
3
+ size 25165824
params_shard_38.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17b368d41a904c9ac97c6c5f33726f6725ca1964ce9ec39ff50aba62e08175d7
3
+ size 22616064
params_shard_39.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa297df7af5aa2512d729398f574a429bcca6c5c0248ba526443ebccbd6719f9
3
+ size 25165824
params_shard_4.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6598c58bb43df623984ea9c9c9564cedce5a9039a049ee4d14e730385c99578b
3
+ size 33239040
params_shard_40.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59f7ba6b7fcd7093fb9393a1d7a3e307d1ec70add8cb2d7858decd0e4789f0a1
3
+ size 33239040
params_shard_41.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02c449a9ec999c01bae18f98edadf921d869d004817a7e153bf6988ccbc9d7fe
3
+ size 21239808
params_shard_42.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfe302cfa588fe7658a15cbb3cd3f942483f102423d39c249b5ecc36283eb74e
3
+ size 25165824
params_shard_43.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69c724d49f53f789576a9922f6878c981100812bd76c3921bbef181214042041
3
+ size 22616064
params_shard_44.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6cf37fffe1f9658b913b862d73c15af69c0779681c04e457af355bda9e6a2b3
3
+ size 25165824
params_shard_45.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12d1beeb01f480fc8dff50a2293675b9a02393fbc96b588d499d2696bbb24ae8
3
+ size 33239040
params_shard_46.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b97b34e2fabc826ffc89e169984579d0def4e5d01fb5194ec722e53ffff39845
3
+ size 21239808