professorsynapse commited on
Commit
2f1076c
·
verified ·
1 Parent(s): 2becb75

Upload Nexus-Quark-Q3.0.1 MLC model for WebLLM

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
Qwen3-4B-q4f16_1-ctx4k_cs1k-webgpu.wasm ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ddf44e49b03e53e24fd29a45591850924346140452f60c29280190388571340
3
+ size 6070240
added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
mlc-chat-config.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "0.1.0",
3
+ "model_type": "qwen3",
4
+ "quantization": "q4f16_1",
5
+ "model_config": {
6
+ "hidden_act": "silu",
7
+ "hidden_size": 2560,
8
+ "intermediate_size": 9728,
9
+ "attention_bias": false,
10
+ "num_attention_heads": 32,
11
+ "num_hidden_layers": 36,
12
+ "num_key_value_heads": 8,
13
+ "rms_norm_eps": 1e-06,
14
+ "rope_theta": 5000000,
15
+ "vocab_size": 151936,
16
+ "tie_word_embeddings": true,
17
+ "context_window_size": 32768,
18
+ "prefill_chunk_size": 2048,
19
+ "tensor_parallel_shards": 1,
20
+ "head_dim": 128,
21
+ "dtype": "float32",
22
+ "max_batch_size": 128,
23
+ "weight_block_size": null
24
+ },
25
+ "vocab_size": 151936,
26
+ "context_window_size": 32768,
27
+ "sliding_window_size": -1,
28
+ "prefill_chunk_size": 2048,
29
+ "attention_sink_size": -1,
30
+ "tensor_parallel_shards": 1,
31
+ "pipeline_parallel_stages": 1,
32
+ "active_vocab_size": 151669,
33
+ "temperature": 1.0,
34
+ "presence_penalty": 0.0,
35
+ "frequency_penalty": 0.0,
36
+ "repetition_penalty": 1.0,
37
+ "top_p": 1.0,
38
+ "tokenizer_files": [
39
+ "tokenizer.json",
40
+ "vocab.json",
41
+ "merges.txt",
42
+ "added_tokens.json",
43
+ "tokenizer_config.json"
44
+ ],
45
+ "tokenizer_info": {
46
+ "token_postproc_method": "byte_level",
47
+ "prepend_space_in_encode": false,
48
+ "strip_space_in_decode": false
49
+ },
50
+ "conv_template": {
51
+ "name": "chatml",
52
+ "system_template": "<|im_start|>system\n{system_message}<|im_end|>\n",
53
+ "system_message": "A conversation between a user and an LLM-based AI assistant. The assistant gives helpful and honest answers.",
54
+ "system_prefix_token_ids": null,
55
+ "add_role_after_system_message": true,
56
+ "roles": {
57
+ "user": "<|im_start|>user",
58
+ "assistant": "<|im_start|>assistant"
59
+ },
60
+ "role_templates": {
61
+ "user": "{user_message}",
62
+ "assistant": "{assistant_message}",
63
+ "tool": "{tool_message}"
64
+ },
65
+ "messages": [],
66
+ "seps": [
67
+ "<|im_end|>\n"
68
+ ],
69
+ "role_content_sep": "\n",
70
+ "role_empty_sep": "\n",
71
+ "stop_str": [
72
+ "<|im_end|>"
73
+ ],
74
+ "stop_token_ids": [
75
+ 2
76
+ ],
77
+ "function_string": "",
78
+ "use_function_calling": false
79
+ },
80
+ "pad_token_id": 151654,
81
+ "bos_token_id": 151643,
82
+ "eos_token_id": 151645
83
+ }
params_shard_0.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13ad91f76557178770d57690454e11ce1b1bb63f8c4c4f88743cf4346f028a8d
3
+ size 194478080
params_shard_1.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a01863a17cb654501a7ca06080e7aae13541b393eb11cae398a975972592d6f
3
+ size 24314880
params_shard_10.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:855c1b899845b72194ae95388fdce148859eb954e296d8600025904ee5ec6539
3
+ size 24903680
params_shard_11.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1e60eb18ebbcfa1626fa63f7018bdc375576bc03a6acc528829dcea24ec17b6
3
+ size 31877632
params_shard_12.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63f66df7e4bea480fde73b6b96d4083ac0442eb2127a637cf378dd33abbb41e1
3
+ size 24903680
params_shard_13.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14a3cb427858852ce94835bff3ca4fa81eda0a75a55b312285089d507dc6bbb7
3
+ size 31877632
params_shard_14.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c84decc8ec4aefb816376d44d1b0bdaa1d4b345cd921c0278cc9fea346c38c6
3
+ size 24903680
params_shard_15.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c754a0a72a728fafa5bc1e3956ae29c61816bf1512483cf8f76b37ddd5b2151f
3
+ size 31877632
params_shard_16.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7552d9613b3cb7dbc8938026e8e03a14643a1906912faedbfb18b821ac1e25e1
3
+ size 24903680
params_shard_17.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c32302ba7522127da45e0dbc8b220754cbb470c2b233923241307a330bb0298f
3
+ size 31877632
params_shard_18.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d85804bbe62edf532fbb80651668935e49dd429b723ea8d497b4b93a8e0ff51
3
+ size 24903680
params_shard_19.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:255869a10c75676f9be615b6b64387daf917406aae277d078f4adce582ba74d5
3
+ size 31877632
params_shard_2.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9308562f2454066b9c855af93825226cdbe47027bf3768df28c451005aaf83b9
3
+ size 24903680
params_shard_20.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f79b2e3518d39f302fecae25e00f9a7d45db525fdb574f76f31234237778d66a
3
+ size 24903680
params_shard_21.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d822618146c6bbc22baad98b924c774819d31796973e7638b8b8190332e2c4b6
3
+ size 31877632
params_shard_22.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8a8b40a9262b464a74ef5cd637396ac974806502cf20f3cae44ae25f049b774
3
+ size 24903680
params_shard_23.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10f50874ce75c0bd81fd837c8ea1b45ffb05da9f5587e478acf983210fbcae9e
3
+ size 31877632
params_shard_24.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:706b2a32b3657a40e64b369801d79c2d3a8f7b8d18bee7a23a02990093cd96bc
3
+ size 24903680
params_shard_25.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb5a2fe72cbf60867a2a01e580cacb8c06ecfd744cbb9ff3bbe33adb45208c4e
3
+ size 31877632
params_shard_26.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1a7163af0c87c71faa7ef73165369cfdc527fd3e241cb8517303daf1a4e7eb2
3
+ size 24903680
params_shard_27.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f12e208cd07e8568df62b633ae4789231ec02cac4e0cb1b14644d414a912427a
3
+ size 24903680
params_shard_28.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19fdc6637809bb839855b477d53ce4bb4185606ed965e3e483ec912fec2d367a
3
+ size 31877632
params_shard_29.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47dc756dd960a7aae61166566532b671402c2237050dbd528c1ea2a7935087f5
3
+ size 24903680
params_shard_3.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edff9d1347c9200d13dd3eda3021a419c9597cfacbac9c20d594317011d84db8
3
+ size 31877632
params_shard_30.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b57f7a552aa3c2adae6928f7efeb254d9b59b94ba1e57780697175af1b724056
3
+ size 31877632
params_shard_31.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35b6136028f976187c50965958ddf5c788f13f7741eceda3f393feb9d28e1bf2
3
+ size 24903680
params_shard_32.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c348b913566147b0f5a8fbc33c00a154835dc93943d2297f519ee9f9c7bfbbb0
3
+ size 31877632
params_shard_33.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f57fbbc5d1f5b3ef1ad3747235782f28bab2ef52ee001f9333a4697436673ce
3
+ size 24903680
params_shard_34.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c03a8bc519f54891bc77aea3cbee3b4da186100298e2cc197e3d773d0fcd091
3
+ size 31877632
params_shard_35.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9adb9d6ac251e8657f584571c89e0caa01c5676659511d437b6da7046c38642e
3
+ size 24903680
params_shard_36.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:083bad1d543dc53055d0165c8619e6df5d6bd92f523244bcafe5b4e6d9828790
3
+ size 31877632
params_shard_37.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7df2ce1537fda4ef1f16a8b801b5904da5d291a067e099327d13409332011977
3
+ size 24903680
params_shard_38.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b459f135ef301aa85d0216be811119c7d354c38d5316d43ec3a8629b45707d4f
3
+ size 31877632
params_shard_39.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a073f78c491683cdedb4f21aac135c383060e5e0a8b0067fec069a976f38abf
3
+ size 24903680
params_shard_4.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:848b0a3dfa8d529d6c550ca6f8cba2a0f826581020e8ae58efcfae59967362fd
3
+ size 24903680
params_shard_40.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e09b08df436757d3bef3d496f7c2bf0921e519878e01704cc073b9943b3580bf
3
+ size 31877632
params_shard_41.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b09bdaf21b25bba3210e07ca8d846c770cba80d2608111a03c07812e6f304406
3
+ size 24903680
params_shard_42.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45cd1c5bc7bed64f7cd396ebb732fe85f372f9d346bf5502ca6a5e9b5e2a12d5
3
+ size 31877632
params_shard_43.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c358c05ca94830f53a381b3ebc6a80f4fc5f6ee2c64655e289f03feedd04552d
3
+ size 31877632
params_shard_44.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:736b218f2654200fe628a1a108ad1ca2eaea48ff89ca29c7ba0568ad734c13c7
3
+ size 24903680
params_shard_45.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd50f7d08f00153d34480aa54d09345e0fe351e4082311e1c8045b0160bedf03
3
+ size 31877632
params_shard_46.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62f5d09c0849d58c6b3b6cdf3c4a771750f882725f148d7725c57b685129096b
3
+ size 24903680
params_shard_47.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9c9007c83014a33cc6e302a4e974570c9b91378184a4dbb1831f0db95461979
3
+ size 31877632
params_shard_48.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64e237e5cdd5a7d4d2b227beeeade6b8c6b05d411059f3231345b194e0831891
3
+ size 24903680
params_shard_49.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49dca4632b44941a0520dfed295b53bd435714bbdb121f0097aba6b47791f72e
3
+ size 31877632