Pyron commited on
Commit
2d81b8d
1 Parent(s): 865222b

Add dolphin phi model weights

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,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
mlc-chat-config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "0.1.0",
3
+ "model_type": "phi-msft",
4
+ "quantization": "q4f16_1",
5
+ "model_config": {
6
+ "model_type": "phi-msft",
7
+ "vocab_size": 51200,
8
+ "n_positions": 2048,
9
+ "n_embd": 2560,
10
+ "n_layer": 32,
11
+ "n_inner": 10240,
12
+ "n_head": 32,
13
+ "rotary_dim": 32,
14
+ "position_embedding_base": 10000,
15
+ "layer_norm_epsilon": 1e-05,
16
+ "context_window_size": 2048,
17
+ "prefill_chunk_size": 2048,
18
+ "n_head_kv": 32,
19
+ "head_dim": 80,
20
+ "tensor_parallel_shards": 1
21
+ },
22
+ "vocab_size": 51200,
23
+ "context_window_size": 2048,
24
+ "sliding_window_size": -1,
25
+ "prefill_chunk_size": 2048,
26
+ "attention_sink_size": -1,
27
+ "tensor_parallel_shards": 1,
28
+ "pipeline_parallel_stages": 1,
29
+ "temperature": 1.0,
30
+ "presence_penalty": 0.0,
31
+ "frequency_penalty": 0.0,
32
+ "repetition_penalty": 1.0,
33
+ "top_p": 1.0,
34
+ "tokenizer_files": [
35
+ "tokenizer.json",
36
+ "vocab.json",
37
+ "merges.txt",
38
+ "added_tokens.json",
39
+ "tokenizer_config.json"
40
+ ],
41
+ "tokenizer_info": {
42
+ "token_postproc_method": "byte_level",
43
+ "prepend_space_in_encode": false,
44
+ "strip_space_in_decode": false
45
+ },
46
+ "conv_template": {
47
+ "name": "gemma_instruction",
48
+ "system_template": "{system_message}",
49
+ "system_message": "",
50
+ "system_prefix_token_ids": [
51
+ 2
52
+ ],
53
+ "add_role_after_system_message": true,
54
+ "roles": {
55
+ "user": "<start_of_turn>user",
56
+ "assistant": "<start_of_turn>model"
57
+ },
58
+ "role_templates": {
59
+ "user": "{user_message}",
60
+ "assistant": "{assistant_message}",
61
+ "tool": "{tool_message}"
62
+ },
63
+ "messages": [],
64
+ "seps": [
65
+ "<end_of_turn>\n"
66
+ ],
67
+ "role_content_sep": "\n",
68
+ "role_empty_sep": "\n",
69
+ "stop_str": [
70
+ "<end_of_turn>"
71
+ ],
72
+ "stop_token_ids": [
73
+ 1,
74
+ 107
75
+ ],
76
+ "function_string": "",
77
+ "use_function_calling": false
78
+ },
79
+ "pad_token_id": 0,
80
+ "bos_token_id": 1,
81
+ "eos_token_id": 2
82
+ }
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:a3ad8f8344104056936f16f1c490d93c29d87e39179917bc551a3834227e2885
3
+ size 65536000
params_shard_1.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c774eff25a2a832d624c3a18276027b9ecadb4359aa69ea865c8b663838bc87f
3
+ size 23091200
params_shard_10.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1c2997c36b140138b49cfb13fe61f3cb860c7c2590ff3fa321327f28eeb5717
3
+ size 29521920
params_shard_11.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:448d2559940587adf9f0e6bfe0001f6cd693a6f77b147971bef813a27c3a8fb6
3
+ size 29542400
params_shard_12.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ef0cb8518f2a87e85824d9a95886c44a0be633e83cb75d6395f58809e0ba86b
3
+ size 29521920
params_shard_13.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdbd3efe7b92dd648c6c7671c1c75ab02273d98f699620adaef7bc91df4adc36
3
+ size 29521920
params_shard_14.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a4f67010d207e30b651055daab80a8b96980bc864290369b75bdb154cfa728b
3
+ size 29542400
params_shard_15.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73b4c8730934128b964a8df17b0ed02263372578ba9ab46fc12571ae8c7b458b
3
+ size 29521920
params_shard_16.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4040395c60f776a2ef0182ec3ca74c2714fae3d73ff6f0e459eb98650a3b7ddb
3
+ size 29521920
params_shard_17.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6761835bcdb39d1cd02645df7fdfe3034367fea4aa153a32c5fa3f7531e21988
3
+ size 29542400
params_shard_18.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de6dfebb58ed821185b4277424a8daaab86d36c29b3be24b1d9a6fada4213031
3
+ size 29521920
params_shard_19.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89413fdf02a6e62364d16a1baa01ec5d716c9fcefb1899e9cbb5814a6f2484c1
3
+ size 29521920
params_shard_2.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:855a04c0c9c3ba4495aa65a045930b7aa2a41fafa6abad5339e2ffc12ec36216
3
+ size 29521920
params_shard_20.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f8c591240ff2a7f9497a97484415b9c104d40a8664f4c175ddde99c5a3104c6
3
+ size 29542400
params_shard_21.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f8b82bfb0b64e8a11435396942744fbcbcc73b838f71dd84df9ebf3466186de
3
+ size 29521920
params_shard_22.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93010a60e1aba53bea5c7181c94732da3afd088aae3bace6fd8fa37ac2b44f84
3
+ size 29521920
params_shard_23.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db6422321daa10c15766e7076f081af5188e926dd398d2a9454a06b03a895661
3
+ size 29542400
params_shard_24.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:feb0b9fa9a3d343a131f423c821f83fc67ab34d505d496f1c7673e9f68b383dc
3
+ size 29521920
params_shard_25.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94571e1c7d80227b8ac650d6adb64b4c44c440a6cf739b9c02347b2e3d5c428a
3
+ size 29521920
params_shard_26.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6f774086ce89244a85d42b9fb13287cbd495632399f411e2cf5cb33cd3971ea
3
+ size 29542400
params_shard_27.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16102a8af1c348b746607db8de952cc4bcafb61941a01e3e744cd73d8cb2f005
3
+ size 29521920
params_shard_28.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:569d851503b4f6e7d3e2db0ac7d4188bd593ca0e9727c1f9a6c421efbc161c68
3
+ size 29521920
params_shard_29.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86b56fdc9ffac8f036eaead344422ddc5d2c48c6aa990f741a83641cfd21bb69
3
+ size 29542400
params_shard_3.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf4fa6a8736f0d61f300e2e570917ee044e9d30c6a79e0fcf3516b09d77f66f3
3
+ size 29521920
params_shard_30.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9400291515ff862360a48c23b1597fa29bbbe5e7535ebe73e01552170b303075
3
+ size 29521920
params_shard_31.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dddea15be74767afa4d3c7d1126d2148cefaec43ff72604d7124037abc62089
3
+ size 29521920
params_shard_32.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:439891e2e2753f25be0c5f48b82134109eccb050d820f9040635c00454ae99ff
3
+ size 29542400
params_shard_33.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b88abce063cab5c623078d9b712cf363d17fa348f1f51237790f2d009674f78
3
+ size 29521920
params_shard_34.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a184014676edb68f7f086f3bb4ed8f28e9e349a24fd3fec30460aed886c1156
3
+ size 29521920
params_shard_35.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59fdd89ef79c8510a5bcc717d78c74e3ddfb5be14d1c4adaf791d43a4efd9aac
3
+ size 29542400
params_shard_36.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cb4674f7ac2e55234217c051630f299cd2c4cdd1e1622d994052c25403e4970
3
+ size 29521920
params_shard_37.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efbb6f627ab3745dbb768b39215ab539e98af78734366cf2eed283fb9ebbd5e7
3
+ size 29521920
params_shard_38.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43fcb089fcbd1becee85927a9b437e1eb91568fa8be5d66b3c62c886b9f92f3d
3
+ size 29542400
params_shard_39.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9b9a0f3610bd6e4e8b9287489c7266247403fedb615e894cedcefee1ab4660c
3
+ size 29521920
params_shard_4.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b03f1bcbc700569ef6f9870f275e0906508dfc83d1d5e4621af2958af77adc6d
3
+ size 65536000
params_shard_40.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40950f7e4de913da4a0d596acf118e28f3419512b1e51c4e04c53a0121fc8f46
3
+ size 29521920
params_shard_41.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27471cae2dd189444444d4eb172b18b3db2c9b2f7a4ab143be9c35fda96b72df
3
+ size 29552640
params_shard_42.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2356f4d62a72859be23c637cbbcf5dca6e1419da8f502c3be55c03887104241
3
+ size 29521920
params_shard_43.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd1b6d012e21beb1ca785e00b3d2290614608c0678746fbfecf9c04cb9d48350
3
+ size 29521920
params_shard_44.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84e68658ac6fcc29934777953492e617207d1c23a9aee2964e386928e84e12ae
3
+ size 29542400
params_shard_45.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79c570dd0920d37772ef53d54d4750f69c6866e5029700000a0d7f229898e6f6
3
+ size 29521920
params_shard_46.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad3b33e9de23a7b2cdc31a8d25b9709aca26f5cb82f630d5503db4901ebda2d6
3
+ size 29521920
params_shard_47.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec4a352f2b265970f11d04d9985c330f38239e551151db64f76276bbd682963
3
+ size 29542400
params_shard_48.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d679adfe03699db8dfebc524baeb0792735e8603242ad723c8b5e0cd7312a7da
3
+ size 29521920
params_shard_49.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94e40b6c5243f1774d557cfbc1bb67018530f790604847652a83c5d00af5b7c1
3
+ size 29521920
params_shard_5.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d5678dcdc555321e482927661b14d3ee72339c180dff9d8737284466294639f
3
+ size 32793600