professorsynapse commited on
Commit
87ee7cd
·
verified ·
1 Parent(s): 502b7f8

Upload folder using huggingface_hub

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
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": 4096,
8
+ "intermediate_size": 12288,
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": false,
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
+ "active_vocab_size": 151669,
27
+ "context_window_size": 32768,
28
+ "sliding_window_size": -1,
29
+ "prefill_chunk_size": 2048,
30
+ "attention_sink_size": -1,
31
+ "tensor_parallel_shards": 1,
32
+ "pipeline_parallel_stages": 1,
33
+ "temperature": 0.7,
34
+ "presence_penalty": 0.0,
35
+ "frequency_penalty": 0.0,
36
+ "repetition_penalty": 1.05,
37
+ "top_p": 0.8,
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": 0,
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:3118d001753582a8af33fd04f5bea3fa80eca4841b786e150f84a9fba4cd8a27
3
+ size 311164928
params_shard_1.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a448c6ff29e9be8ae4598956f2bcd423cbfc11c6435d60b0ddbd8f7ff9e65c1f
3
+ size 38895616
params_shard_10.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58ccd7f82b5f41feef4b1707636fcc3345508f71db8bf6f23a98ca7847ecb9f2
3
+ size 50331648
params_shard_100.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4016298511646837d84eea3bd1f3f6f164e42b991dfad2296e702aedb51545f6
3
+ size 50331648
params_shard_101.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7809f53ccd4eb2313043460c26dd4f1fd7a8d2ebd69253d6865a0b6ec2526fd
3
+ size 33047040
params_shard_102.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1ec44d365425e56b4c010795336ed2d82ad1e3b477eb7c9a0618a04e260eb10
3
+ size 25165824
params_shard_103.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c22c90bd0fab4db4faf7672fff8740e03a75a9c3e22d3980a9f49ac966a7e26a
3
+ size 50331648
params_shard_104.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5184a17bbab05d7a5a00e1c9e30a741859c04ade2a5807bcc601bc710dd6151
3
+ size 33047040
params_shard_105.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2d3b9d265b5b58b8243d8e71fa2e3f9ad06887e26b240939122fd5cd2514e64
3
+ size 25165824
params_shard_106.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:806f76fee088d0d83b3cdb84ca018f9c613e045a12487ac6845ed744c1a7cc19
3
+ size 50331648
params_shard_107.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21d20c69fc2bc64de295030236afe5d7f42bb6de1b50241afd27808b6688623e
3
+ size 33047040
params_shard_108.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51d939a3e9ce89f1c528c3c688da649787dd68922824b10c3d2adcc128fb0afe
3
+ size 25165824
params_shard_109.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30afd5171f2d0eff6527479e550f4b7bfa5c1e7f6971b4f1bc0f5f1975a4daf0
3
+ size 50331648
params_shard_11.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcb8c98c74eaa4b2af33652065b22733da14a8b80547c3aa6da1e67eafe47cec
3
+ size 33047040
params_shard_110.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fc525e61314d9e0c80ccd41af15921ada069148e1cb6c488a6aee0684c954e0
3
+ size 33047040
params_shard_111.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26cad690a86346dae0da15bb89022e2d7a6716075704eaf666e00a5aba5724c2
3
+ size 29901312
params_shard_12.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09c5dc132ea314b7110f44803feab6ff5fd5d7af0dc33667737688162012ecb7
3
+ size 25165824
params_shard_13.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23db82bcdf6ee6a21c55a3cb642dd7f34f285b2d0291fe6dae4b1c51ce6e1f4e
3
+ size 50331648
params_shard_14.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13e442d520924f7cb814340f3cd633a811deda66c0fd88df0ff1c96436ae9f78
3
+ size 33047040
params_shard_15.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7fcb87a256717ec49e14bff2cebb554a260e2da3185fd7657aa03c2bfecfd06
3
+ size 25165824
params_shard_16.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a566a6573c6897f9cd33bfb38f10d8784de98aa4d30712212a0beb7a5438f64e
3
+ size 50331648
params_shard_17.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb929646c33a0d91417407f557dd94bd7e5776ad12e3ffddb86119e3df35086c
3
+ size 33047040
params_shard_18.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cd9f021e72fc622623dab999851327ba774f7f1f731f1393b38563ef881a000
3
+ size 25165824
params_shard_19.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b168c21163c867bb5cb64de868b7681b9623fa784fd4a0a49dc4ede5bb122b41
3
+ size 50331648
params_shard_2.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4aa8f6ad0fb81e557d8a7b6ad5dc37c96805ce174d9b06374f9380d96ffff573
3
+ size 311164928
params_shard_20.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba34a290d9bb18f634d1bfe26f3ce0b806c20f6c48582a7f301aa509e8fd2677
3
+ size 33047040
params_shard_21.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e04a39560482cd193786b1ed50260868bee6cc74a13f5356c30e5f504107b007
3
+ size 25165824
params_shard_22.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e57d2678ad548969db73a26a3c2459a0686e9b75d7cc017ca7a99137c5600bca
3
+ size 50331648
params_shard_23.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58c6545bdaf2572ba41bbd8fe79f53be91d032e7f694afa15c6efa9db6379ff8
3
+ size 33047040
params_shard_24.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2f6f611a0a7351ffeda04bb182b2b4c3fd1a43b541d3d7694750053072ebef0
3
+ size 25165824
params_shard_25.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36836e9e3081b42080950206512f48ee37e513ee477d2e0c6f6f451f03af1f27
3
+ size 50331648
params_shard_26.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d97e16063efa260569f9faf67fb17f2da7061822f261d371695891ea90e8eec3
3
+ size 33047040
params_shard_27.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25a8f7f4ccf09ace10cf957d2f74d87700c4be39724c3c9e7e74d73f72296c03
3
+ size 25165824
params_shard_28.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d615027af1af335b3ef843e426d39aef91b3d4afbf930a194c8678c0ec5c4274
3
+ size 50331648
params_shard_29.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:447841690ad6db3a7bf986b3e3a4acd1a819af78d83bde0a7a1ce24a3ba8cee6
3
+ size 33047040
params_shard_3.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9359725cc00a5256a96cfb4835e8156323b87f84686626c527a0f82d8e7560ba
3
+ size 38895616
params_shard_30.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27fd13ef8aa1045c5aedc3bfe5f3505948013e3c05de0dbc826960642c8410a4
3
+ size 25165824
params_shard_31.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:412b94285d945bd59aeb45ec3c300e3a21a7a8a0490a1b0874cc05a309eac282
3
+ size 50331648
params_shard_32.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1632a0fff60d26aeb293000eeda80413ce2bb987e0524e6421161b66c509a3df
3
+ size 33047040
params_shard_33.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3020a72e2668c6de5b3b9dc51f7464e5f323227c8b7a1628384105417ce10c04
3
+ size 25165824
params_shard_34.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:576164c48340acb6bf8a64a5fd9df4a44ed241ae2f0fec0e9846fefcd78d4764
3
+ size 50331648
params_shard_35.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45afe36e4dcdac6215e666320956a16355e842bf7be2b9eb41dff5a381707309
3
+ size 33047040
params_shard_36.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92af20cf4ea0474f07193cfcb9c00dcb8b027193cc4efd36d7a2cdb02c6c4a05
3
+ size 25165824
params_shard_37.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47e769f16f412a0f01ffcf041fd53fd7f73388d270c0a178986dd1fcde4e1108
3
+ size 50331648
params_shard_38.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8996a20f67c7e7e8c5524fddbf194f9f5eca67545307e6b9c69746548c6731a1
3
+ size 33047040
params_shard_39.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a386bc4249bbba025a1c217a57902941ed89c7d3b5bf9a18470336d615ec7b6e
3
+ size 25165824