mhjiang0408 commited on
Commit
752cdfc
·
verified ·
1 Parent(s): 9c0b38f

Add files using upload-large-folder tool

Browse files
Files changed (48) hide show
  1. .gitattributes +1 -1
  2. config.json +43 -0
  3. model-00003-of-00132.safetensors +3 -0
  4. model-00004-of-00132.safetensors +3 -0
  5. model-00005-of-00132.safetensors +3 -0
  6. model-00009-of-00132.safetensors +3 -0
  7. model-00012-of-00132.safetensors +3 -0
  8. model-00013-of-00132.safetensors +3 -0
  9. model-00014-of-00132.safetensors +3 -0
  10. model-00016-of-00132.safetensors +3 -0
  11. model-00017-of-00132.safetensors +3 -0
  12. model-00028-of-00132.safetensors +3 -0
  13. model-00029-of-00132.safetensors +3 -0
  14. model-00032-of-00132.safetensors +3 -0
  15. model-00033-of-00132.safetensors +3 -0
  16. model-00034-of-00132.safetensors +3 -0
  17. model-00038-of-00132.safetensors +3 -0
  18. model-00044-of-00132.safetensors +3 -0
  19. model-00045-of-00132.safetensors +3 -0
  20. model-00048-of-00132.safetensors +3 -0
  21. model-00051-of-00132.safetensors +3 -0
  22. model-00063-of-00132.safetensors +3 -0
  23. model-00064-of-00132.safetensors +3 -0
  24. model-00065-of-00132.safetensors +3 -0
  25. model-00069-of-00132.safetensors +3 -0
  26. model-00070-of-00132.safetensors +3 -0
  27. model-00072-of-00132.safetensors +3 -0
  28. model-00073-of-00132.safetensors +3 -0
  29. model-00074-of-00132.safetensors +3 -0
  30. model-00075-of-00132.safetensors +3 -0
  31. model-00078-of-00132.safetensors +3 -0
  32. model-00081-of-00132.safetensors +3 -0
  33. model-00082-of-00132.safetensors +3 -0
  34. model-00083-of-00132.safetensors +3 -0
  35. model-00087-of-00132.safetensors +3 -0
  36. model-00088-of-00132.safetensors +3 -0
  37. model-00095-of-00132.safetensors +3 -0
  38. model-00098-of-00132.safetensors +3 -0
  39. model-00102-of-00132.safetensors +3 -0
  40. model-00104-of-00132.safetensors +3 -0
  41. model-00107-of-00132.safetensors +3 -0
  42. model-00108-of-00132.safetensors +3 -0
  43. model-00115-of-00132.safetensors +3 -0
  44. model-00116-of-00132.safetensors +3 -0
  45. model-00121-of-00132.safetensors +3 -0
  46. model-00124-of-00132.safetensors +3 -0
  47. model-00131-of-00132.safetensors +3 -0
  48. tokenizer_config.json +325 -0
.gitattributes CHANGED
@@ -33,4 +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
36
- assets/teaser.jpg 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
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Glm4MoeForCausalLM"
4
+ ],
5
+ "attention_bias": true,
6
+ "attention_dropout": 0.0,
7
+ "pad_token_id": 151329,
8
+ "eos_token_id": [
9
+ 151329,
10
+ 151336,
11
+ 151338
12
+ ],
13
+ "head_dim": 128,
14
+ "hidden_act": "silu",
15
+ "hidden_size": 5120,
16
+ "partial_rotary_factor": 0.5,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 12288,
19
+ "max_position_embeddings": 131072,
20
+ "model_type": "glm4_moe",
21
+ "moe_intermediate_size": 1536,
22
+ "norm_topk_prob": true,
23
+ "num_attention_heads": 96,
24
+ "n_group": 1,
25
+ "topk_group": 1,
26
+ "n_routed_experts": 160,
27
+ "n_shared_experts": 1,
28
+ "routed_scaling_factor": 2.5,
29
+ "num_experts_per_tok": 8,
30
+ "first_k_dense_replace": 3,
31
+ "num_hidden_layers": 92,
32
+ "num_key_value_heads": 8,
33
+ "rms_norm_eps": 1e-05,
34
+ "rope_scaling": null,
35
+ "rope_theta": 1000000,
36
+ "num_nextn_predict_layers": 1,
37
+ "tie_word_embeddings": false,
38
+ "torch_dtype": "bfloat16",
39
+ "transformers_version": "4.54.0",
40
+ "use_cache": true,
41
+ "use_qk_norm": true,
42
+ "vocab_size": 151552
43
+ }
model-00003-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cd855e20ea4049a294a68b7d28268519d6b96868a76e98c2c530410043efe36
3
+ size 5363548312
model-00004-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1118e4f4bbb52e46bc6b3f6ec9d36cf7373b504a7e0341486ec4ecc37ca6a06e
3
+ size 5354671160
model-00005-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2390f34fd1d401dcc014fe271c42aa36daea3177e71c85e0f57b90e921a9f0a
3
+ size 5363508568
model-00009-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79638de3bb541caa92a60aa19224752fd4cd208b4350f463df478734ea673714
3
+ size 5363548296
model-00012-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fc0eb0e4748e00b6b96f515ff319e1e2b640546e086c92043057aa568458b30
3
+ size 5363519576
model-00013-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bf3d0807df52fb59ed0a87805d23c77c57016808c38786e8ccca57bffecc447
3
+ size 5365186280
model-00014-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da9e773d0169e6c2ddf3a590ea7bf6e352fb22e09912136940ce09fe1367e7f3
3
+ size 5363519784
model-00016-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01e14fb11ccc0ad341a351eb0684c3aba0f94dfca60e1a7b3ca897e488f0fd91
3
+ size 5365186272
model-00017-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04d55d74aa8d1e8f096546f6184be2d4b75eaf00e5af9bb399b34b0d021cc0d3
3
+ size 5363519744
model-00028-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f6f90af4b070f6e026e80cba2c959031d65fc6c93b1e86f2fc6b1665ce211f7
3
+ size 5363508928
model-00029-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d0f96a957d134c733976d118c5b300ec72c5b4d79d2e74f2aa11e1512ecbf5f
3
+ size 5273906752
model-00032-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c8b84b2ec7f2c8dfb3049e2c9fd2ac4c9030565279594b8cb9cf837ef9205c0
3
+ size 5353072712
model-00033-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12d88d66d8110d4a5cce568ceef88f8fe006d961bcb35d919c215872116399ba
3
+ size 5363508880
model-00034-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36f88eb05cd013b87160be8cbfb67317ab0ecf43f49373cc8af4c1d18e70896d
3
+ size 5365198632
model-00038-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25e33d9e8378a5f834ca3f505cd24f1da1f6aab2b7c1f09b110d204601966bee
3
+ size 5353072648
model-00044-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6704057e46edef17fe9c4d01a672ad7cdc321f327a7581748548537e90b1df69
3
+ size 5353072584
model-00045-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b517edbec096c9d50272e1e7ccbf389aeb8085cf85a6b155f01e9e8e01e09a2
3
+ size 5365198760
model-00048-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:171b48284b941a7ea4de084fd3c7cb4ef84091fa3ac4e4c22e4d792e2f398b16
3
+ size 5365198744
model-00051-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e584a156d9898906a91f8be869d21ee6447aab991827779367a5b613a234058
3
+ size 5365198704
model-00063-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049f75ea0a1387d325aa402791862df95de364d78e4efaffee34aed56b38c255
3
+ size 5367473224
model-00064-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a109d8709c18a0fc98297a89b5e4fb963415e3c74e4d933b4b30ea486a60f17e
3
+ size 5363508920
model-00065-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a35c591f1e9c771e20aee15d3bf38de92dfa5ec5f455b27be67230e7812eb8c8
3
+ size 5365198624
model-00069-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4226cb7b205a984cab101def9e5c40c0767e07fb23d04d1abdb44e677528d8f4
3
+ size 5353072616
model-00070-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d632cfb99c95a402be4935758ae145960e7200b0acff40d42e51a1a8bc900dc2
3
+ size 5363509064
model-00072-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7003da69597c0f816a503e25eb42c32e71bebcc34109218bc1f1ac7bce4f14e8
3
+ size 5353072584
model-00073-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a3e5365a3a07f38ec2ec81da4db46fb0118b3101196c6a68187357a455b02f5
3
+ size 5365198760
model-00074-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fae12a3264525e8181044eafd6e91c4aad884efb36f68309bd2a9ab88b02c9f
3
+ size 5363508896
model-00075-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c3a4928ac07234b82af99165484cc390146cef56d6474ce0f6e5128433656a1
3
+ size 5353072568
model-00078-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e69877e62e1513fd69b11d1ad5f3d9b42a2cf690a21d70225637c710e4287c2
3
+ size 5353072560
model-00081-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24541348449097b6923940dec92ab5ee7457e0463deb98d891a255d3d21e9467
3
+ size 5353072520
model-00082-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de2de3ae09ef0acbe2ed061ec9836a6db0a6598b19b358f0b42004192107ad9a
3
+ size 5365198664
model-00083-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cd30d1d1d0e8b0d388224b5de3e124c89385fefa292e832767422d60aedd094
3
+ size 5358274768
model-00087-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56d33efda9360c3e657b41f14f2e01477d9a8c8190da6ce8b0cf3fd7d6f89aea
3
+ size 5363508896
model-00088-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c51b6ec7350df600a82df1617a200a8cae2dd705836605a5d2df325c35ecbfd6
3
+ size 5365198632
model-00095-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3176cd0385b86fe6d55b98fba5b79225af20fbf104e591988d296288d68f3b86
3
+ size 5353072600
model-00098-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeed2494c1685af548eea1cfc2d859a9edb2ef9387f09414709b820d909a32ca
3
+ size 5363509040
model-00102-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8473901a42cb718ffae05bbf645c8d19b9da0fb8c307c7854064e778d114b398
3
+ size 5363508904
model-00104-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc1ce34f63071bb42f922b877855c3ce94fd0439d91ec95df579cfc3087c0399
3
+ size 5363538392
model-00107-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e820646335f567fda6e952ef59cc57b2f0368fb38b33c6ca2a5bf9b6835f4de
3
+ size 5363538344
model-00108-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:352ac295287df943584abc0548821ad922ffaf5f276053199d07b6d5bfb6961b
3
+ size 5363509064
model-00115-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a0d2d96842e1038521153c2103921223fbe350ec7cf346dd2c246a6e35bc88a
3
+ size 5363508944
model-00116-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a388038af4c973a51c43bcee418085c4f0bc42b809c3c9e366e4e406580cede1
3
+ size 5353051632
model-00121-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:876f88f7b3be1276c6882054ee0a8c0275509fb498aec27e232d766367ea5c26
3
+ size 5353062136
model-00124-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:549a8d5d9c457f7eaab2c5a84432c18490cf75344daa43cce5987b947c1fd30f
3
+ size 5353062120
model-00131-of-00132.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46263ecb3ad26f3f544ba45addd95319b19852ffdab1125f6f9ed5355dd2ae87
3
+ size 3487825680
tokenizer_config.json ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "151329": {
4
+ "content": "<|endoftext|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "151330": {
12
+ "content": "[MASK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "151331": {
20
+ "content": "[gMASK]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "151332": {
28
+ "content": "[sMASK]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "151333": {
36
+ "content": "<sop>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "151334": {
44
+ "content": "<eop>",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "151335": {
52
+ "content": "<|system|>",
53
+ "lstrip": false,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": true
58
+ },
59
+ "151336": {
60
+ "content": "<|user|>",
61
+ "lstrip": false,
62
+ "normalized": false,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": true
66
+ },
67
+ "151337": {
68
+ "content": "<|assistant|>",
69
+ "lstrip": false,
70
+ "normalized": false,
71
+ "rstrip": false,
72
+ "single_word": false,
73
+ "special": true
74
+ },
75
+ "151338": {
76
+ "content": "<|observation|>",
77
+ "lstrip": false,
78
+ "normalized": false,
79
+ "rstrip": false,
80
+ "single_word": false,
81
+ "special": true
82
+ },
83
+ "151339": {
84
+ "content": "<|begin_of_image|>",
85
+ "lstrip": false,
86
+ "normalized": false,
87
+ "rstrip": false,
88
+ "single_word": false,
89
+ "special": true
90
+ },
91
+ "151340": {
92
+ "content": "<|end_of_image|>",
93
+ "lstrip": false,
94
+ "normalized": false,
95
+ "rstrip": false,
96
+ "single_word": false,
97
+ "special": true
98
+ },
99
+ "151341": {
100
+ "content": "<|begin_of_video|>",
101
+ "lstrip": false,
102
+ "normalized": false,
103
+ "rstrip": false,
104
+ "single_word": false,
105
+ "special": true
106
+ },
107
+ "151342": {
108
+ "content": "<|end_of_video|>",
109
+ "lstrip": false,
110
+ "normalized": false,
111
+ "rstrip": false,
112
+ "single_word": false,
113
+ "special": true
114
+ },
115
+ "151343": {
116
+ "content": "<|begin_of_audio|>",
117
+ "lstrip": false,
118
+ "normalized": false,
119
+ "rstrip": false,
120
+ "single_word": false,
121
+ "special": true
122
+ },
123
+ "151344": {
124
+ "content": "<|end_of_audio|>",
125
+ "lstrip": false,
126
+ "normalized": false,
127
+ "rstrip": false,
128
+ "single_word": false,
129
+ "special": true
130
+ },
131
+ "151345": {
132
+ "content": "<|begin_of_transcription|>",
133
+ "lstrip": false,
134
+ "normalized": false,
135
+ "rstrip": false,
136
+ "single_word": false,
137
+ "special": true
138
+ },
139
+ "151346": {
140
+ "content": "<|end_of_transcription|>",
141
+ "lstrip": false,
142
+ "normalized": false,
143
+ "rstrip": false,
144
+ "single_word": false,
145
+ "special": true
146
+ },
147
+ "151347": {
148
+ "content": "<|code_prefix|>",
149
+ "lstrip": false,
150
+ "normalized": false,
151
+ "rstrip": false,
152
+ "single_word": false,
153
+ "special": true
154
+ },
155
+ "151348": {
156
+ "content": "<|code_middle|>",
157
+ "lstrip": false,
158
+ "normalized": false,
159
+ "rstrip": false,
160
+ "single_word": false,
161
+ "special": true
162
+ },
163
+ "151349": {
164
+ "content": "<|code_suffix|>",
165
+ "lstrip": false,
166
+ "normalized": false,
167
+ "rstrip": false,
168
+ "single_word": false,
169
+ "special": true
170
+ },
171
+ "151350": {
172
+ "content": "<think>",
173
+ "lstrip": false,
174
+ "normalized": false,
175
+ "rstrip": false,
176
+ "single_word": false,
177
+ "special": false
178
+ },
179
+ "151351": {
180
+ "content": "</think>",
181
+ "lstrip": false,
182
+ "normalized": false,
183
+ "rstrip": false,
184
+ "single_word": false,
185
+ "special": false
186
+ },
187
+ "151352": {
188
+ "content": "<tool_call>",
189
+ "lstrip": false,
190
+ "normalized": false,
191
+ "rstrip": false,
192
+ "single_word": false,
193
+ "special": false
194
+ },
195
+ "151353": {
196
+ "content": "</tool_call>",
197
+ "lstrip": false,
198
+ "normalized": false,
199
+ "rstrip": false,
200
+ "single_word": false,
201
+ "special": false
202
+ },
203
+ "151354": {
204
+ "content": "<tool_response>",
205
+ "lstrip": false,
206
+ "normalized": false,
207
+ "rstrip": false,
208
+ "single_word": false,
209
+ "special": false
210
+ },
211
+ "151355": {
212
+ "content": "</tool_response>",
213
+ "lstrip": false,
214
+ "normalized": false,
215
+ "rstrip": false,
216
+ "single_word": false,
217
+ "special": false
218
+ },
219
+ "151356": {
220
+ "content": "<arg_key>",
221
+ "lstrip": false,
222
+ "normalized": false,
223
+ "rstrip": false,
224
+ "single_word": false,
225
+ "special": false
226
+ },
227
+ "151357": {
228
+ "content": "</arg_key>",
229
+ "lstrip": false,
230
+ "normalized": false,
231
+ "rstrip": false,
232
+ "single_word": false,
233
+ "special": false
234
+ },
235
+ "151358": {
236
+ "content": "<arg_value>",
237
+ "lstrip": false,
238
+ "normalized": false,
239
+ "rstrip": false,
240
+ "single_word": false,
241
+ "special": false
242
+ },
243
+ "151359": {
244
+ "content": "</arg_value>",
245
+ "lstrip": false,
246
+ "normalized": false,
247
+ "rstrip": false,
248
+ "single_word": false,
249
+ "special": false
250
+ },
251
+ "151360": {
252
+ "content": "/nothink",
253
+ "lstrip": false,
254
+ "normalized": false,
255
+ "rstrip": false,
256
+ "single_word": false,
257
+ "special": true
258
+ },
259
+ "151361": {
260
+ "content": "<|begin_of_box|>",
261
+ "lstrip": false,
262
+ "normalized": false,
263
+ "rstrip": false,
264
+ "single_word": false,
265
+ "special": false
266
+ },
267
+ "151362": {
268
+ "content": "<|end_of_box|>",
269
+ "lstrip": false,
270
+ "normalized": false,
271
+ "rstrip": false,
272
+ "single_word": false,
273
+ "special": false
274
+ },
275
+ "151363": {
276
+ "content": "<|image|>",
277
+ "lstrip": false,
278
+ "normalized": false,
279
+ "rstrip": false,
280
+ "single_word": false,
281
+ "special": false
282
+ },
283
+ "151364": {
284
+ "content": "<|video|>",
285
+ "lstrip": false,
286
+ "normalized": false,
287
+ "rstrip": false,
288
+ "single_word": false,
289
+ "special": false
290
+ }
291
+ },
292
+ "additional_special_tokens": [
293
+ "<|endoftext|>",
294
+ "[MASK]",
295
+ "[gMASK]",
296
+ "[sMASK]",
297
+ "<sop>",
298
+ "<eop>",
299
+ "<|system|>",
300
+ "<|user|>",
301
+ "<|assistant|>",
302
+ "<|observation|>",
303
+ "<|begin_of_image|>",
304
+ "<|end_of_image|>",
305
+ "<|begin_of_video|>",
306
+ "<|end_of_video|>",
307
+ "<|begin_of_audio|>",
308
+ "<|end_of_audio|>",
309
+ "<|begin_of_transcription|>",
310
+ "<|end_of_transcription|>",
311
+ "<|code_prefix|>",
312
+ "<|code_middle|>",
313
+ "<|code_suffix|>",
314
+ "/nothink"
315
+ ],
316
+ "clean_up_tokenization_spaces": false,
317
+ "do_lower_case": false,
318
+ "eos_token": "<|endoftext|>",
319
+ "extra_special_tokens": {},
320
+ "model_max_length": 128000,
321
+ "pad_token": "<|endoftext|>",
322
+ "padding_side": "left",
323
+ "remove_space": false,
324
+ "tokenizer_class": "PreTrainedTokenizer"
325
+ }