Felladrin commited on
Commit
f4a2ac7
·
verified ·
1 Parent(s): 53732fd

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
added_tokens.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "\t\t": 50294,
3
+ "\t\t\t": 50293,
4
+ "\t\t\t\t": 50292,
5
+ "\t\t\t\t\t": 50291,
6
+ "\t\t\t\t\t\t": 50290,
7
+ "\t\t\t\t\t\t\t": 50289,
8
+ "\t\t\t\t\t\t\t\t": 50288,
9
+ "\t\t\t\t\t\t\t\t\t": 50287,
10
+ " ": 50286,
11
+ " ": 50285,
12
+ " ": 50284,
13
+ " ": 50283,
14
+ " ": 50282,
15
+ " ": 50281,
16
+ " ": 50280,
17
+ " ": 50279,
18
+ " ": 50278,
19
+ " ": 50277,
20
+ " ": 50276,
21
+ " ": 50275,
22
+ " ": 50274,
23
+ " ": 50273,
24
+ " ": 50272,
25
+ " ": 50271,
26
+ " ": 50270,
27
+ " ": 50269,
28
+ " ": 50268,
29
+ " ": 50267,
30
+ " ": 50266,
31
+ " ": 50265,
32
+ " ": 50264,
33
+ " ": 50263,
34
+ " ": 50262,
35
+ " ": 50261,
36
+ " ": 50260,
37
+ " ": 50259,
38
+ " ": 50258,
39
+ " ": 50257,
40
+ "<|im_end|>": 50295,
41
+ "<|im_start|>": 50296,
42
+ "<|startoftext|>": 50297
43
+ }
mlc-chat-config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "0.1.0",
3
+ "model_type": "phi",
4
+ "quantization": "q4f16_1",
5
+ "model_config": {
6
+ "vocab_size": 51200,
7
+ "hidden_size": 2560,
8
+ "intermediate_size": 10240,
9
+ "num_hidden_layers": 32,
10
+ "num_attention_heads": 32,
11
+ "layer_norm_eps": 1e-05,
12
+ "position_embedding_base": 10000.0,
13
+ "partial_rotary_factor": 0.4,
14
+ "num_key_value_heads": 32,
15
+ "context_window_size": 2048,
16
+ "prefill_chunk_size": 2048,
17
+ "head_dim": 80,
18
+ "tensor_parallel_shards": 1,
19
+ "max_batch_size": 80
20
+ },
21
+ "vocab_size": 51200,
22
+ "context_window_size": 2048,
23
+ "sliding_window_size": -1,
24
+ "prefill_chunk_size": 2048,
25
+ "attention_sink_size": -1,
26
+ "tensor_parallel_shards": 1,
27
+ "temperature": 1.0,
28
+ "presence_penalty": 0.0,
29
+ "frequency_penalty": 0.0,
30
+ "repetition_penalty": 1.0,
31
+ "top_p": 1.0,
32
+ "tokenizer_files": [
33
+ "tokenizer.json",
34
+ "vocab.json",
35
+ "added_tokens.json",
36
+ "tokenizer_config.json"
37
+ ],
38
+ "tokenizer_info": {
39
+ "token_postproc_method": "byte_level",
40
+ "prepend_space_in_encode": false,
41
+ "strip_space_in_decode": false
42
+ },
43
+ "conv_template": {
44
+ "name": "chatml",
45
+ "system_template": "<|im_start|>system\n{system_message}<|im_end|>\n",
46
+ "system_message": "A conversation between a user and an LLM-based AI assistant. The assistant gives helpful and honest answers.",
47
+ "system_prefix_token_ids": null,
48
+ "add_role_after_system_message": true,
49
+ "roles": {
50
+ "user": "<|im_start|>user",
51
+ "assistant": "<|im_start|>assistant"
52
+ },
53
+ "role_templates": {
54
+ "user": "{user_message}",
55
+ "assistant": "{assistant_message}",
56
+ "tool": "{tool_message}"
57
+ },
58
+ "messages": [],
59
+ "seps": [
60
+ "<|im_end|>\n"
61
+ ],
62
+ "role_content_sep": "\n",
63
+ "role_empty_sep": "\n",
64
+ "stop_str": [
65
+ "<|im_end|>"
66
+ ],
67
+ "stop_token_ids": [
68
+ 2
69
+ ],
70
+ "function_string": "",
71
+ "use_function_calling": false
72
+ },
73
+ "pad_token_id": 0,
74
+ "bos_token_id": 50256,
75
+ "eos_token_id": 50295
76
+ }
model.wasm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:134b2433a00106a0e3e603ad55e4a8cf195b968c7491bb2d9b2043bd0c64430d
3
+ size 4376594
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:c552033e76c4614b6952f881a0931ab83554e13d9c84febc3051547a0d8c456a
3
+ size 65536000
params_shard_1.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46f3c88e5dd13e8620ccf3409c436e87579090f1564d912dde76c187aeec43dc
3
+ size 23086080
params_shard_10.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54e274774f69e6c186de83f5233cae5664843a85896ca788ad5b358cba233a62
3
+ size 33203200
params_shard_11.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ff098933d1893f3b1f02ac404e057eb6f3a420d88d1dcb34c67a2fa3948fc6a
3
+ size 25840640
params_shard_12.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7745987821a352af78edfc5af52ecb3be4f3f0fcbf48b521919fbdddffd795d
3
+ size 29542400
params_shard_13.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7723f0157fb6ee56f3a2e2ee4f1c821a6acf69e853413fe1ab1bb7d8b8252f81
3
+ size 33203200
params_shard_14.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a86c91c55855a5933194d367c26d1c26cd51d40076bcd44566b665e1f8796dc7
3
+ size 25840640
params_shard_15.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:773f745ca0e76ec6b62be264f86426858f5f5bfa1a626eae86dcff8f1b59160f
3
+ size 29542400
params_shard_16.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26fe82d20852588867105322b5ebe3bb43a1860e4461e08c15cd533483e919cc
3
+ size 33203200
params_shard_17.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a501428adaab53e1cf61d5d679ff7a6d69ac2ab7d91dc7772f0645cf350d8f94
3
+ size 25840640
params_shard_18.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a5c407ee7fca2d27844792dccfe27142d07221c63e05d3d7f00f3ba4809d884
3
+ size 29542400
params_shard_19.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a3bf5b5b99c68373739773e26641c25b36e94658e53ee7fbef213932fdc8e1c
3
+ size 33203200
params_shard_2.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb1ad08a1adbf89b44d50ad1c9bc0bd15cdee3fc9d33a2e4017b4514998c5963
3
+ size 29542400
params_shard_20.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77a8f521755e92550b784a413bf199ccdbd978269b9e06921fc1f409116b60de
3
+ size 25840640
params_shard_21.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bfff43b002cb3e2fc37aaf0336bf347e547c81e0251f136d15cfea6da34d5c9
3
+ size 29542400
params_shard_22.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a23557be03b7afb890ace3521937570cef274fb4c09c8df55c0f7ca28258aedb
3
+ size 33203200
params_shard_23.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43ee94f3df9acc7e703085866a51b4836e0806c1d9d30a2e8d1bc02cda0d20f6
3
+ size 25840640
params_shard_24.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fdb812c6e6470e772ac45fca437dd6a31a09825ed091b6a3096e42309d67b0f
3
+ size 29542400
params_shard_25.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7fe5df51e276c2f07ed25dd2f90358b169f63d6ec148fb82f7cba265816765a
3
+ size 33203200
params_shard_26.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0c2b629035cee6b59af1f67075250e65933863b7eb8cb4b88beadaa9560030b
3
+ size 25840640
params_shard_27.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:449aa902a6476389d4c7a865bea99b5f4c79ec093a97a5979fcd017203d13125
3
+ size 29542400
params_shard_28.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38ceb0dde21c93bb95036bb0ec4f1b653aebcef3bd157a38bdd218561ce45951
3
+ size 33203200
params_shard_29.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8a2232d32d5987e881506d66e68a73a30131e53a7aa032721fd367429322ad3
3
+ size 25840640
params_shard_3.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4c1e4f75d1f6a70e31ad7b9608d9532b64faa6ac90bb752a3f82a758192bc38
3
+ size 33203200
params_shard_30.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:081728c6a8328defb89bbb1f87c49caa5d57df415451f8439179e37efb5b8887
3
+ size 29542400
params_shard_31.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b99c2858e4287327dc716bb291d7eb6b491e326650ad0b0e33846dfd1c6a6b
3
+ size 33203200
params_shard_32.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e75af31a6cdb65b2f7275869457110c9d16e1b6f40a2a932edbf2205856835ef
3
+ size 25840640
params_shard_33.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbefe7deb375fa0343866c8cee2f77be18b3a23c081dc7aa961aa8908d05033f
3
+ size 29542400
params_shard_34.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68ec7704afb39643353e4c65ad714bc0708bed1581a3565cfd8fdfaa2389c534
3
+ size 33203200
params_shard_35.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b05df136887fbbcf0868a8acf61c45565ed763d0a7f95f95439f00a8bd8401af
3
+ size 25840640
params_shard_36.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e15fd21987ca45cdda66fee47a3d9a290435fa03646ecb285beb837ce39eed34
3
+ size 29542400
params_shard_37.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5765826003e017b063023b42df42bce205f700fad62a62eec3b7f167217f0224
3
+ size 33203200
params_shard_38.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9cbcc6c395e8aec68e1134f171e23eef55c82aee4687722de316f5dacfbc3bf
3
+ size 25840640
params_shard_39.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce3dfab3c9aa4dd01a0ed9f842a110e5674887b4f3a8ecb68fabeb2e25d510c1
3
+ size 29542400
params_shard_4.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c49c950cc8da17b3b31255742b79eef3fb93e71780951a720ad4f0da1048d1
3
+ size 65536000
params_shard_40.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f69e63f83a574d0fb7afefe36e54d8c9ea7aef282934f6ed4fa459bcfc25e3b
3
+ size 33203200
params_shard_41.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a85cfeb725e8ed2858058870a1ce17070b9c37c160c46f1afe9010dc4dd1e83
3
+ size 25840640
params_shard_42.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:143a64cbc669bba4ef2617b3ce69a7efed84b4c35527846f95a2ab4522ac4fab
3
+ size 29542400
params_shard_43.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddad1f20a2b0d60c53bc374927a281c7302d20f81c18325dc6774c6ab333788d
3
+ size 33203200
params_shard_44.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cfc1fe8f79a41820da1629e0b9765d0a201c3423cebb402aed2bcc037794713
3
+ size 25840640
params_shard_45.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8cf3d5c6bab5861bcaf5383511822616971115fa38825e4278e6c5e9cf6039b
3
+ size 29542400
params_shard_46.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:438b63059bbf5328ce559e9617bd89edf4657b36f88dd4d1c68ab73a580e9ba0
3
+ size 33203200
params_shard_47.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b63ffa4e4f70c10dbdcba60481b0f4e2aa863d11e825535daff1dcb64361845
3
+ size 25840640
params_shard_48.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1606aafa5a6d005f74a20e24aa8ed6a8918cbbb0509592da65cf24450bd2b6fc
3
+ size 29542400
params_shard_49.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78ee0b931336d73cdcaca2bb8a8d4667d6f1dec0403a9b301a27aafa2592299d
3
+ size 33203200
params_shard_5.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0a267d96bd2a2d68d9881dbeb22f75ceb41b35dfcb8583ba7211f960c123ed8
3
+ size 32389120