diff --git a/.gitattributes b/.gitattributes index a6344aac8c09253b3b630fb776ae94478aa0275b..52373fe24473b1aa44333d318f578ae6bf04b49b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text *tfevents* filter=lfs diff=lfs merge=lfs -text +tokenizer.json filter=lfs diff=lfs merge=lfs -text diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..267adf8c3c51c858a71c86dbaf12b067741a5517 --- /dev/null +++ b/config.json @@ -0,0 +1,40 @@ +{ + "_name_or_path": "meta-llama/Llama-3.1-8b-Instruct", + "architectures": [ + "LlamaForCausalLM" + ], + "attention_bias": false, + "attention_dropout": 0.0, + "bos_token_id": 128000, + "eos_token_id": [ + 128001, + 128008, + 128009 + ], + "head_dim": 128, + "hidden_act": "silu", + "hidden_size": 4096, + "initializer_range": 0.02, + "intermediate_size": 14336, + "max_position_embeddings": 131072, + "mlp_bias": false, + "model_type": "llama", + "num_attention_heads": 32, + "num_hidden_layers": 32, + "num_key_value_heads": 8, + "pretraining_tp": 1, + "rms_norm_eps": 1e-05, + "rope_scaling": { + "factor": 8.0, + "high_freq_factor": 4.0, + "low_freq_factor": 1.0, + "original_max_position_embeddings": 8192, + "rope_type": "llama3" + }, + "rope_theta": 500000.0, + "tie_word_embeddings": false, + "torch_dtype": "float32", + "transformers_version": "4.46.3", + "use_cache": true, + "vocab_size": 128256 +} diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000000000000000000000000000000000000..aba45c8e2bd7d66ff3a5e250c9e9233e137a752c --- /dev/null +++ b/generation_config.json @@ -0,0 +1,12 @@ +{ + "bos_token_id": 128000, + "do_sample": true, + "eos_token_id": [ + 128001, + 128008, + 128009 + ], + "temperature": 0.6, + "top_p": 0.9, + "transformers_version": "4.46.3" +} diff --git a/pytorch_model-00001-of-00162.bin b/pytorch_model-00001-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..3c2f130523b7eddb68b5cce320835371d97d49e2 --- /dev/null +++ b/pytorch_model-00001-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b7703b39d8c63695590a75e09e7ed6eed84747c8bfcb87d27fa4baa4e9c96e5 +size 2101347717 diff --git a/pytorch_model-00002-of-00162.bin b/pytorch_model-00002-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..9e894e908ed0cb08a508670aff3ca7b3078a8a1c --- /dev/null +++ b/pytorch_model-00002-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a7a729d6178840a6c315fab2c1140a407200552086b0c2babe60b205e14c5e +size 83887830 diff --git a/pytorch_model-00003-of-00162.bin b/pytorch_model-00003-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..0722d398349caa5f044c67d9e354e32ee3dc813c --- /dev/null +++ b/pytorch_model-00003-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb85b3c1fb2cb0f5e11418ba1e12b925296c69de6991a471b922df0cf83e8e16 +size 234882437 diff --git a/pytorch_model-00004-of-00162.bin b/pytorch_model-00004-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..e8b6f2f65b26e6efb230d13fa3b479361e4e4265 --- /dev/null +++ b/pytorch_model-00004-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a02508a1f5d4406cd4b2b925bb76cbb41aa961f49dc260190bd2ff800987d10 +size 234882437 diff --git a/pytorch_model-00005-of-00162.bin b/pytorch_model-00005-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..b52faad135db8a1fef3948ff87dd9e76610d6e08 --- /dev/null +++ b/pytorch_model-00005-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e77ff35193175e7cbef360e628e9312632ffd25557b39b48c8d0bf6ce6d9e52 +size 234882437 diff --git a/pytorch_model-00006-of-00162.bin b/pytorch_model-00006-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..d196ca54896527606fb3c46ea2babf787477d5e2 --- /dev/null +++ b/pytorch_model-00006-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f941f3fb0a197687f624692089289ba083f661e5ff42cde74be744735f301139 +size 83921208 diff --git a/pytorch_model-00007-of-00162.bin b/pytorch_model-00007-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..268a052d4b6cbb2ff0740dc8308e06be249a7bf6 --- /dev/null +++ b/pytorch_model-00007-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c892895361a4b21f4c69bddc59ed7cecaa054783e4e7d401d891bc5c5439df +size 83887830 diff --git a/pytorch_model-00008-of-00162.bin b/pytorch_model-00008-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..2feded1c7e8a5a2b6366c6650984aae5d25012ab --- /dev/null +++ b/pytorch_model-00008-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2726ef9e5e7a6c77971c7cb8ce3f4fbbea28b07f67c5bba605249bedd90e5d5 +size 234882437 diff --git a/pytorch_model-00009-of-00162.bin b/pytorch_model-00009-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..cc0f3bdeabf317589e343d9de1a7cbdb5dd4c5bb --- /dev/null +++ b/pytorch_model-00009-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c47c51e8d56fda10842e78b436135acfcbbaee66b4278ad665e8694e4647b191 +size 234882437 diff --git a/pytorch_model-00010-of-00162.bin b/pytorch_model-00010-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..beb7284f7d0b17d4e797585d1b363b396a0a65ee --- /dev/null +++ b/pytorch_model-00010-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89edbe75f6b591631f2d248e88557e273bf6abd9bafbda0c5f422bbedb4e120 +size 234882437 diff --git a/pytorch_model-00011-of-00162.bin b/pytorch_model-00011-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..f135fd3681102d5de4282f9f76cc029256a19ee3 --- /dev/null +++ b/pytorch_model-00011-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b16792be49ea16395a27a15bc6469b84819bbf41bb747b528378d318759b634 +size 83921208 diff --git a/pytorch_model-00012-of-00162.bin b/pytorch_model-00012-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..38b60fec2283512a7260be4480b0e300272ba730 --- /dev/null +++ b/pytorch_model-00012-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdeeb095cee34aa1d110eb9f2d40364b3c8c78a5a7a3b50a4115dafc3165041 +size 83887830 diff --git a/pytorch_model-00013-of-00162.bin b/pytorch_model-00013-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..0ee58f0d493bad0f29cf65aa97afff497f55ffa7 --- /dev/null +++ b/pytorch_model-00013-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2d16c4ec6f43fa5308cef525782ff8cc6f65b7bc38ec163cfaa673c2251fd5 +size 234882437 diff --git a/pytorch_model-00014-of-00162.bin b/pytorch_model-00014-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..ee40bd7eae51571f7695794bc24c37e8c0982caa --- /dev/null +++ b/pytorch_model-00014-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400c898992281632bba19f172b9fd15e6ae1a4f9b7211d7006f13b783876acb0 +size 234882437 diff --git a/pytorch_model-00015-of-00162.bin b/pytorch_model-00015-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..497598017a16626fb2f85199e6bfed33bba254fb --- /dev/null +++ b/pytorch_model-00015-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c037527babd9a2737cf1ad4642b7bece1edb5c9e7f02fb87b21e1c92cbc816 +size 234882437 diff --git a/pytorch_model-00016-of-00162.bin b/pytorch_model-00016-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..d99b060a1bf39a67d078268f7ae86b8da18cec9b --- /dev/null +++ b/pytorch_model-00016-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66adb78584cb4c769bb889cfcc581a0e49f973135ae08a212db9f828f04f9ada +size 83921208 diff --git a/pytorch_model-00017-of-00162.bin b/pytorch_model-00017-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..8c04d83ef0225f279ae9c7e7253fd001e2d2c035 --- /dev/null +++ b/pytorch_model-00017-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065ea6c35a593c92eb80d8617a6b9d4dc1d0f262efe8a8a4e9e87a80af7213cb +size 83887830 diff --git a/pytorch_model-00018-of-00162.bin b/pytorch_model-00018-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..f0fde255c3f76a61b42c6adf95746b8eb450b4b2 --- /dev/null +++ b/pytorch_model-00018-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f3049d233bbef4933e1f152e60b175569e21ae8fb30bb12720fa22583f1477 +size 234882437 diff --git a/pytorch_model-00019-of-00162.bin b/pytorch_model-00019-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..78120ff7575cf582a34243bfd5824fde84c2861c --- /dev/null +++ b/pytorch_model-00019-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe27774ce627fe60e50848741dc75a2c89bf6579fbe0a695657e40dcfd07375 +size 234882437 diff --git a/pytorch_model-00020-of-00162.bin b/pytorch_model-00020-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..4630937b6be6a12ef1688f2a345649fc7287e425 --- /dev/null +++ b/pytorch_model-00020-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82597344d832961811925a0c8d333fae479d3060631844c3b184810cab041cd5 +size 234882437 diff --git a/pytorch_model-00021-of-00162.bin b/pytorch_model-00021-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..f0b6f5235b255d80c476cd0ccd79fa72d725acb3 --- /dev/null +++ b/pytorch_model-00021-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c62e59e090238f77e2eda60aea84691d8c26d74c1c9fe835aed21d2f2c0b20c +size 83921208 diff --git a/pytorch_model-00022-of-00162.bin b/pytorch_model-00022-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..a9ca26963a10a10dcb56f086f7bec98486c4e01e --- /dev/null +++ b/pytorch_model-00022-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e11ad6c9e415487e216151ac01f26cf387bb678777938aa5d03b9cb5e4d94e +size 83887830 diff --git a/pytorch_model-00023-of-00162.bin b/pytorch_model-00023-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..3455bac4e39729136736cbdc56c60c903b5c395b --- /dev/null +++ b/pytorch_model-00023-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ae562f3fb74d7a3b6e944383d48546988eb65ea3fdd53021b5ca2a34704e2e +size 234882437 diff --git a/pytorch_model-00024-of-00162.bin b/pytorch_model-00024-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..1e4f15c369a053881b584b32c3f31e0f280f6175 --- /dev/null +++ b/pytorch_model-00024-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410846dae4753013ced8ff387947d7cdafca872489064f19bd5be44177e58d17 +size 234882437 diff --git a/pytorch_model-00025-of-00162.bin b/pytorch_model-00025-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..0d17b89de8ddcaa12e759f61818d9e34390cc980 --- /dev/null +++ b/pytorch_model-00025-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80f0df46ea112386173d5110547be96b00b336bf2416f20546a17746dc71b40 +size 234882437 diff --git a/pytorch_model-00026-of-00162.bin b/pytorch_model-00026-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..9a57afc63a9faf453f8d6de57dd3e90f23a099b3 --- /dev/null +++ b/pytorch_model-00026-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89845ef68175bf631588ca47830de952cfa1d7599b521b92d3c7a8c691b0a9bb +size 83921208 diff --git a/pytorch_model-00027-of-00162.bin b/pytorch_model-00027-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..fb84859da734e544f46f02134378c606c48d2559 --- /dev/null +++ b/pytorch_model-00027-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c9b2d2fc10e7eb1f7d5cc62612d95af4ec9ea12dd5cb9de2385184f764d2236 +size 83887830 diff --git a/pytorch_model-00028-of-00162.bin b/pytorch_model-00028-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..b8f8ebcd5b86280bdab8b07e05d18a72a373033b --- /dev/null +++ b/pytorch_model-00028-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab466e8483140c1fd401f0eb22bee758c327ab0b41afac5e7d5a61379197b24c +size 234882437 diff --git a/pytorch_model-00029-of-00162.bin b/pytorch_model-00029-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..ee3538cedb5dbaedbbbd16653953fbc0022efb11 --- /dev/null +++ b/pytorch_model-00029-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1ecb314a44ef6a3c3ebc35e829ee055988cf193ad5fdb73130751282a7fd1a +size 234882437 diff --git a/pytorch_model-00030-of-00162.bin b/pytorch_model-00030-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..3c43d89618b451dfc89aafaeb7df8b3ce58f7080 --- /dev/null +++ b/pytorch_model-00030-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fcf37c48bec630a21a0ac09753cf0342f9286beb1f3b353fd4248158c89f017 +size 234882437 diff --git a/pytorch_model-00031-of-00162.bin b/pytorch_model-00031-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..723e9b2c581767eea16f7fcb948e57ad2cd0d837 --- /dev/null +++ b/pytorch_model-00031-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c16aa187a0d9ae1614d832fa168d0197391cb943df29148aa0dabd88bea239 +size 83921208 diff --git a/pytorch_model-00032-of-00162.bin b/pytorch_model-00032-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..f169b9141a437fa9b2193911f46c9de7c742926f --- /dev/null +++ b/pytorch_model-00032-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3124672d7fb279a41dd4606403e0c1dce6b1b53a6eb81392591433968010ef70 +size 83887830 diff --git a/pytorch_model-00033-of-00162.bin b/pytorch_model-00033-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..955843998aabd3190de9c4f63c8448c5c535be82 --- /dev/null +++ b/pytorch_model-00033-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26133d9a86756b4cf05ddb92451b77f6a12291524942aec7e3aa1c18a7d68f29 +size 234882437 diff --git a/pytorch_model-00034-of-00162.bin b/pytorch_model-00034-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..34e9d8561a34b6bea606c8f5d4f1529245a5bf44 --- /dev/null +++ b/pytorch_model-00034-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872b65f4ac60e10f7b73613efac67a5da792f9c53ad051e0f14fb76b90e5a582 +size 234882437 diff --git a/pytorch_model-00035-of-00162.bin b/pytorch_model-00035-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..86d7236cdf0d6508e53de517afd5de4a3020f15f --- /dev/null +++ b/pytorch_model-00035-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda50d9e0c4b01120db8640aa5d201bc5cdcfc57a2bde233fae80c564c40b4b5 +size 234882437 diff --git a/pytorch_model-00036-of-00162.bin b/pytorch_model-00036-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..5b17127aa817eb6606fc37f8d3d4dc02afbb3d39 --- /dev/null +++ b/pytorch_model-00036-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6814b9d449c91feb7a1f872fcfd5de617687ff95b66c2d6aa039560ea17860 +size 83921208 diff --git a/pytorch_model-00037-of-00162.bin b/pytorch_model-00037-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..1dd913d0cbef689f1a51984e17dc17fac3b79af6 --- /dev/null +++ b/pytorch_model-00037-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db6f520cd58f0bf171cb396312ed5b8cf0d5731a00e3b0a25747c3572787cd5 +size 83887830 diff --git a/pytorch_model-00038-of-00162.bin b/pytorch_model-00038-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..9467ef1b9ac5070b267b933d087d734d91a4a968 --- /dev/null +++ b/pytorch_model-00038-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922dfcecbbe79c3cd7846bbbfe6838422402148ce798db479fb04e28c4ec9ab8 +size 234882437 diff --git a/pytorch_model-00039-of-00162.bin b/pytorch_model-00039-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..b92ae7a87f0a222e17d62ebf7343c7a80a004f7e --- /dev/null +++ b/pytorch_model-00039-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:403c4e059bf21ce6fb89c470d2643a79f230728d99fb7c39afc77a2fb83cf416 +size 234882437 diff --git a/pytorch_model-00040-of-00162.bin b/pytorch_model-00040-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..acb652af80cbe2649bd4e7198e2b41ec8759e31e --- /dev/null +++ b/pytorch_model-00040-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60dadf2e3fe49870a27c983dc55edfeefa91bcdb81a15a52723d680f74bed1c2 +size 234882437 diff --git a/pytorch_model-00041-of-00162.bin b/pytorch_model-00041-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..a9fa80ff7508e46e2fe5a2f0d28a32f263f3fd7a --- /dev/null +++ b/pytorch_model-00041-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1161581a2dbcc334d79a8b9e650c1363880d603c83e502fd72fd0367405e9084 +size 83921208 diff --git a/pytorch_model-00042-of-00162.bin b/pytorch_model-00042-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..7202c0f973a4c2b9cd77947b0c05415e8c0a5a77 --- /dev/null +++ b/pytorch_model-00042-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2c58b10c8ec1ec62dbd72a4fc80cba07a55816c37b2cd4a1eb295209025d03 +size 83887830 diff --git a/pytorch_model-00043-of-00162.bin b/pytorch_model-00043-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..1d688e52acb3b106b99ab25c7809cb6295c9c956 --- /dev/null +++ b/pytorch_model-00043-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb675efac85ca8271c5684b59b8e73289e3f2d5797a9248810fbc6bcc52ebbc +size 234882437 diff --git a/pytorch_model-00044-of-00162.bin b/pytorch_model-00044-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..14d0a26f59cdcd4aeb60201e4e795dce0926259f --- /dev/null +++ b/pytorch_model-00044-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509008f3eef60e5f2764b1dbbafcd335ced9578d54b2275f2863b75e009187c3 +size 234882437 diff --git a/pytorch_model-00045-of-00162.bin b/pytorch_model-00045-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..cfc971fe15294d8c498b151ad8554599bfcee764 --- /dev/null +++ b/pytorch_model-00045-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f2b472bfdb63cdce85fc68a481cf82f70670a764db75ca9310fa0a5b7778bf +size 234882437 diff --git a/pytorch_model-00046-of-00162.bin b/pytorch_model-00046-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..37af268c4ea6785839dd7c81fe8eb50c78cc1300 --- /dev/null +++ b/pytorch_model-00046-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75acd66e6d83d740406df674efb1d7936cb1dc46a33684217e1085aeda83244f +size 83921208 diff --git a/pytorch_model-00047-of-00162.bin b/pytorch_model-00047-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..bb58b920c7a4db9fdac43ef325f4d208a21b3c5e --- /dev/null +++ b/pytorch_model-00047-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad54a0c92ac4914b23990eb4415026e4ab936ee53e3377330a5120e5d391820b +size 83887830 diff --git a/pytorch_model-00048-of-00162.bin b/pytorch_model-00048-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..8b55107e53777e30203c5f88ab71727181214121 --- /dev/null +++ b/pytorch_model-00048-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77572d2ff5ff000c2078b0e79ac02024725f22278026b97e0502a3ac3af3e224 +size 234882437 diff --git a/pytorch_model-00049-of-00162.bin b/pytorch_model-00049-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..3ff50018bdcc1a94cc182adbff73ef3f07240290 --- /dev/null +++ b/pytorch_model-00049-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca101babd022b50b03ed3ce8918755fb00424e3297f5dbd3a13337237b11e9e +size 234882437 diff --git a/pytorch_model-00050-of-00162.bin b/pytorch_model-00050-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..a9ac856394fb2a443bef02737300f79ef2f89f5d --- /dev/null +++ b/pytorch_model-00050-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08d2380f0588da363b4d05639cbd5f874ca744270a86bc1b39cdf41b32fdf639 +size 234882437 diff --git a/pytorch_model-00051-of-00162.bin b/pytorch_model-00051-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..addd661503e3a851f19f0b365e7e53b723251f32 --- /dev/null +++ b/pytorch_model-00051-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb2847400eb012accd6e44ef75de71695c93ce11a1a87fb0672ddf8f24da12e +size 83921208 diff --git a/pytorch_model-00052-of-00162.bin b/pytorch_model-00052-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..d28fb57c3fa8892a09bf688e1806de708eb45021 --- /dev/null +++ b/pytorch_model-00052-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed449b75592df6df8bc8b5a2037b0b746ee938fbbd432843b78d44f936b3341a +size 83887830 diff --git a/pytorch_model-00053-of-00162.bin b/pytorch_model-00053-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..b3b9dd15642c9b40dbfee997947e87096eb25067 --- /dev/null +++ b/pytorch_model-00053-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44c137d35f22f41b65ce3be67aec2f2d940c580fbc4a422da58540f029fc649 +size 234882437 diff --git a/pytorch_model-00054-of-00162.bin b/pytorch_model-00054-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..b8bdb5240af7c736581c3fc1bca9e55619692f51 --- /dev/null +++ b/pytorch_model-00054-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f0b5f5104324f93f7eb1d701297d5586fe6fd3405b529810e31f02538f3bcb +size 234882437 diff --git a/pytorch_model-00055-of-00162.bin b/pytorch_model-00055-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..4cb78e0f48495daed9787ba1899af0e2908679ce --- /dev/null +++ b/pytorch_model-00055-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67a88edc6b2e32db5f8ddbb7f7dc365fc4f762b8086371513f96cda5a577169 +size 234882437 diff --git a/pytorch_model-00056-of-00162.bin b/pytorch_model-00056-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..55adec8366d1612160be5d133378d70437d612da --- /dev/null +++ b/pytorch_model-00056-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d649110ecd001615d1a1e302d6078bacc456b3268b3227897bb01bc73831c5c +size 83921272 diff --git a/pytorch_model-00057-of-00162.bin b/pytorch_model-00057-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..9225c7f1bf17d729d8c4b14f0bc12b6917e0a18f --- /dev/null +++ b/pytorch_model-00057-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f79d8ab8f33b2e88ed57968205edc35b1b0b7a49814f82295d4950c2245823c1 +size 83887830 diff --git a/pytorch_model-00058-of-00162.bin b/pytorch_model-00058-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..7eb1a03a40503b1b4a2a7a49fea39d1a39b964c1 --- /dev/null +++ b/pytorch_model-00058-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85625a9bd926c5d2442109eb8675a3e34c7c4dbb1c9a54b87125797f2c9ce48f +size 234882437 diff --git a/pytorch_model-00059-of-00162.bin b/pytorch_model-00059-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..2e3c4ed436441393248cd016b94b4bf2792a6935 --- /dev/null +++ b/pytorch_model-00059-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c415d2ee87ffecd63aaa3c009b1371860873d7f36fb8e072b66717557dd849 +size 234882437 diff --git a/pytorch_model-00060-of-00162.bin b/pytorch_model-00060-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..dc141058735a190e9a0a019b90f4ab9b7a1f3815 --- /dev/null +++ b/pytorch_model-00060-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b5920f900235725692900b51c3fd23f1ca142d3807521b4c17bb5456249516 +size 234882437 diff --git a/pytorch_model-00061-of-00162.bin b/pytorch_model-00061-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..f64527e776938013bd4a13d89253e94a7f5b7f44 --- /dev/null +++ b/pytorch_model-00061-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bf95e2ecc09b3e24582dd3b36253e9b9cfe30d0f908c497183fb3b729eff44 +size 83921272 diff --git a/pytorch_model-00062-of-00162.bin b/pytorch_model-00062-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..1e8a78fb32c61f2b58a07623a692d15844293c01 --- /dev/null +++ b/pytorch_model-00062-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029cda2be4844ca84b307296da83d574bc60e0d0a4c793a397b32b32cfc0c558 +size 83887830 diff --git a/pytorch_model-00063-of-00162.bin b/pytorch_model-00063-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..a7552286090897ca0e319dda4029eb09d1ba543e --- /dev/null +++ b/pytorch_model-00063-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d0c21320ad3ed6c3e8794681a8af4158b101786db825817c8b4ae7bff93dad +size 234882437 diff --git a/pytorch_model-00064-of-00162.bin b/pytorch_model-00064-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..76f7cd0b85c30858c276c057b71916f1c36bade2 --- /dev/null +++ b/pytorch_model-00064-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d91c5906fc5880d92de19a3fbbc8da126e21e5ceac8b39234532c0bc6ead71f +size 234882437 diff --git a/pytorch_model-00065-of-00162.bin b/pytorch_model-00065-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..99737d68694584d0cc8e6f3f9919e6be088cb5f0 --- /dev/null +++ b/pytorch_model-00065-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca49747f0587a8aec0c538bc476cb4b0e54268354315a21aeb139d2d3dfc6e4 +size 234882437 diff --git a/pytorch_model-00066-of-00162.bin b/pytorch_model-00066-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..e68dd3a416b585835303aad1a399934c41d9ff85 --- /dev/null +++ b/pytorch_model-00066-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4951d4b7f0907f41c0978f1a17f0dd612f3f8cde971a786bc43414139993083d +size 83921272 diff --git a/pytorch_model-00067-of-00162.bin b/pytorch_model-00067-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..0b77b48874f49ea1da19290211b9efb0893676d4 --- /dev/null +++ b/pytorch_model-00067-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf25b6a3a763daf4119b0151aa5236e3e1854ef7d34e308a560bda270612cfa +size 83887830 diff --git a/pytorch_model-00068-of-00162.bin b/pytorch_model-00068-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..9ae2986afd516239b657b30602cb11a0ebf1ca00 --- /dev/null +++ b/pytorch_model-00068-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1445e4efa7cbb3f8e5732ef6b6b66d9fdd93be250a40392d6cc23718054583 +size 234882437 diff --git a/pytorch_model-00069-of-00162.bin b/pytorch_model-00069-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..55b2fe0f73b354ace003e616a0b3ef1e24f8c75f --- /dev/null +++ b/pytorch_model-00069-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9421a92eea0519d84370c26394b5b825b9f6cb70fa0c60d9766c7be9d95d636a +size 234882437 diff --git a/pytorch_model-00070-of-00162.bin b/pytorch_model-00070-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..68a250b89a0b43487d3ee6143321968e4550d78b --- /dev/null +++ b/pytorch_model-00070-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f7abb7da5ca1d4cde0a3051fcc33744f129de6723810ded590f1163c0bb7c2 +size 234882437 diff --git a/pytorch_model-00071-of-00162.bin b/pytorch_model-00071-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..41a324f666f1835cd5d31ad08cf0277579f4fee0 --- /dev/null +++ b/pytorch_model-00071-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e2ac10dc13dd7f14d167f86897981bd25cab44d2ccc22ef43d79ed1fec8c3a +size 83921272 diff --git a/pytorch_model-00072-of-00162.bin b/pytorch_model-00072-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..bdce9d64b4bdc7fc55fbfa60626303891f4fd2a3 --- /dev/null +++ b/pytorch_model-00072-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ef72ea956399bf462aceeb9cb3ab1cd4be846234b3f45b92d03f6b67a9e9720 +size 83887830 diff --git a/pytorch_model-00073-of-00162.bin b/pytorch_model-00073-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..920167d9bb93680597b02f01b825bda2a72b82df --- /dev/null +++ b/pytorch_model-00073-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911e19c759ccc9d184886247de7f5fb8af23b3525a94873cde20a84c10da8d2e +size 234882437 diff --git a/pytorch_model-00074-of-00162.bin b/pytorch_model-00074-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..54089ca63f53721582336f8d9f133e5599259c23 --- /dev/null +++ b/pytorch_model-00074-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7c8e554c657a72abeef305c452df06ee4e45e606c5a57d656b67edda05ac83 +size 234882437 diff --git a/pytorch_model-00075-of-00162.bin b/pytorch_model-00075-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..159459ca793236df59caf1d298bf0d58b0c86c6b --- /dev/null +++ b/pytorch_model-00075-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5123ff948ba00d54dae557b10861ec1cdf2d5ad25c4150f2e7e5a77b3b76631b +size 234882437 diff --git a/pytorch_model-00076-of-00162.bin b/pytorch_model-00076-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..3caa0966e7a3350dd410aec82579c0f39cf6543b --- /dev/null +++ b/pytorch_model-00076-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffa08075dcda7aea0ae5e6e08856aebe01e6916bc378e9f4a19ad74d4d05d1ba +size 83921272 diff --git a/pytorch_model-00077-of-00162.bin b/pytorch_model-00077-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..a57622f5a61dd2dfba5956dc4030c3500fb52e85 --- /dev/null +++ b/pytorch_model-00077-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92dae63313f3adcf2fab466a6f4140a9c452e15def2c300bd201242614438ee +size 83887830 diff --git a/pytorch_model-00078-of-00162.bin b/pytorch_model-00078-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..fb9c1337a1550d9a3f8bc4351b4aca2811db73d7 --- /dev/null +++ b/pytorch_model-00078-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca230ecacba9b852d3b7f1891800b37b5119de4ac6b39a8fa087492944ba31e +size 234882437 diff --git a/pytorch_model-00079-of-00162.bin b/pytorch_model-00079-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..ec760779ce87988d739e8874a1810cf68e64d08c --- /dev/null +++ b/pytorch_model-00079-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630c36d510cf6e6c171120f14c930cc543e270234603a8997fd39486e03bf19b +size 234882437 diff --git a/pytorch_model-00080-of-00162.bin b/pytorch_model-00080-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..c51ea7a6121a4df94e8ca2f3add0c3f54e06e9cc --- /dev/null +++ b/pytorch_model-00080-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2f0bdcd9931209e5665c67ca7d3dd17b3a6fe9164e50f6f34ce6a687d1249b +size 234882437 diff --git a/pytorch_model-00081-of-00162.bin b/pytorch_model-00081-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..f11768f8bac63945609eebdf75ae27ac633f3176 --- /dev/null +++ b/pytorch_model-00081-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce63f236dccb9025a6aa592aedc6736d5eaa681dc9bc0ad1a0f636e97672f27 +size 83921272 diff --git a/pytorch_model-00082-of-00162.bin b/pytorch_model-00082-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..2b798037f85dfe128c82cf951b4d5581344bfb11 --- /dev/null +++ b/pytorch_model-00082-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925fe722991dcfd74f32b47cd70f6ad2ae739e8c3d399267bd571c6891a033bd +size 83887830 diff --git a/pytorch_model-00083-of-00162.bin b/pytorch_model-00083-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..b564583d81b1a0a6a8cd0fd9dbbfc4a18c27f920 --- /dev/null +++ b/pytorch_model-00083-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60202c03eb3667f7cdbe979177b53c0839cec828ac3c07f5d3d837685ea4cd3d +size 234882437 diff --git a/pytorch_model-00084-of-00162.bin b/pytorch_model-00084-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..48803b172c693495e26e15d9a804dd896b3171b5 --- /dev/null +++ b/pytorch_model-00084-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb574b08051e3aa87fd96c6ecd9ca03d3e1f33a6675fda06e5f0532aca57c3de +size 234882437 diff --git a/pytorch_model-00085-of-00162.bin b/pytorch_model-00085-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..27b38bb98f6f85612a2e5c4eceedd00acddfe4b0 --- /dev/null +++ b/pytorch_model-00085-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e244b34989fedaa90c1160e7340b35c46784730159cafb2ac43efc8772bc380 +size 234882437 diff --git a/pytorch_model-00086-of-00162.bin b/pytorch_model-00086-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..c8a6ddb3490c4a2b279ad9e967829db6595dab7c --- /dev/null +++ b/pytorch_model-00086-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d6a89633c05b06d2d70983996cc8c26c334b074e0e328789cd91b0c87fdee0 +size 83921272 diff --git a/pytorch_model-00087-of-00162.bin b/pytorch_model-00087-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..c0e35ab76838354cdf918b1b8f6a193726042def --- /dev/null +++ b/pytorch_model-00087-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e824c6fb1bf6c73e911909915bbac80cb4a7dcd8989250d75eb522701f356bf +size 83887830 diff --git a/pytorch_model-00088-of-00162.bin b/pytorch_model-00088-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..6bde5778c864368068333ff887f709c9fe6dea79 --- /dev/null +++ b/pytorch_model-00088-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14b85dc59f2e7221799c5401fbee966abe3d3f9820c5583c64a7ec967cc24e7 +size 234882437 diff --git a/pytorch_model-00089-of-00162.bin b/pytorch_model-00089-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..28d62edf0b6d649fcf8941ec60119581b7ca9521 --- /dev/null +++ b/pytorch_model-00089-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21e0e93fc2221d28c37bf83cd2bef5f3b9327c3e9644ffc45627b13a81aae3f +size 234882437 diff --git a/pytorch_model-00090-of-00162.bin b/pytorch_model-00090-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..589e1d624e9c8844cd83a75d6a4f4e42f6229cb7 --- /dev/null +++ b/pytorch_model-00090-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4e48ea441a681cf054e2f5d2aa921e279252f83e410618821de6227c6ca39d +size 234882437 diff --git a/pytorch_model-00091-of-00162.bin b/pytorch_model-00091-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..b5e08da3269d2a851e1d5d00574e68ce87b7fbe0 --- /dev/null +++ b/pytorch_model-00091-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441662c3d99988099ba747c541278e914a3a138eb5265183ffd64e0147a2c0c6 +size 83921272 diff --git a/pytorch_model-00092-of-00162.bin b/pytorch_model-00092-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..27b355b7458d5a5ef46309f6421b3a132c512e86 --- /dev/null +++ b/pytorch_model-00092-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f877be23d52469e75bb49c62ac817d0c701eed3841357d83c6e6873eb0d57faa +size 83887830 diff --git a/pytorch_model-00093-of-00162.bin b/pytorch_model-00093-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..3f4c7faf493bf68e85a4c0d4d2a25870619a00ab --- /dev/null +++ b/pytorch_model-00093-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cbb19c3dbf19d56f8b31c4e9d8f676a4913dc4e757500a4ba06a51e60f7054 +size 234882437 diff --git a/pytorch_model-00094-of-00162.bin b/pytorch_model-00094-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..76861a146d77750361162af9b6b1b887ab85b484 --- /dev/null +++ b/pytorch_model-00094-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e96cdaf96c4512ed6a9285cf2c80189c7a2e10717057f59127e1e620eece69 +size 234882437 diff --git a/pytorch_model-00095-of-00162.bin b/pytorch_model-00095-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..194ef5e513aec5415388dd5fdbd99c1685e3b2f1 --- /dev/null +++ b/pytorch_model-00095-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12163649fc81ead2170f39034b7ed49455f688bb369432a2fdcda288c2387c4d +size 234882437 diff --git a/pytorch_model-00096-of-00162.bin b/pytorch_model-00096-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..55dbe9ecb68f56a6d29650cc47defbdcb35fd9db --- /dev/null +++ b/pytorch_model-00096-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618cb3416dcf27bf354bb147486b9d4f1125064d631cd059977da7213baffccc +size 83921272 diff --git a/pytorch_model-00097-of-00162.bin b/pytorch_model-00097-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..d76f87032ea0118c35dfb4a5e31176310473a35b --- /dev/null +++ b/pytorch_model-00097-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee4dd328f082f4774dc058c93b41bc5b27be1cfe00d1bc0483770eda000cd1f +size 83887830 diff --git a/pytorch_model-00098-of-00162.bin b/pytorch_model-00098-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..9cc4cdf17420c9d7ef9533d6c4f92cc4ea25964d --- /dev/null +++ b/pytorch_model-00098-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3745d5cd363b091d57311daf173322959b085625984b9aff081db56a6fc1f6fa +size 234882437 diff --git a/pytorch_model-00099-of-00162.bin b/pytorch_model-00099-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..8dbe12f7333f9c0c023fca533c33af889b4e0759 --- /dev/null +++ b/pytorch_model-00099-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f18467ee10adf8794944d6eb14462b05e2f2c124a528c487377d726196a115 +size 234882437 diff --git a/pytorch_model-00100-of-00162.bin b/pytorch_model-00100-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..85733bde1244c3771bdf91eeaa01531dd8794d93 --- /dev/null +++ b/pytorch_model-00100-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f164720d6ac1018a41bc67157c1ad079bb6abd93cf984169fe750319cfa9ce06 +size 234882437 diff --git a/pytorch_model-00101-of-00162.bin b/pytorch_model-00101-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..52b3ff574a9c527ff8be8a76afc7f5b7420e7d65 --- /dev/null +++ b/pytorch_model-00101-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e285e2f918d9a2e491440ba36aee16003312ee4aada9b5cbc3bb5ed9f010cc95 +size 83921272 diff --git a/pytorch_model-00102-of-00162.bin b/pytorch_model-00102-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..b1fd95a220c16c7e4b54b426ce55431090fe6b20 --- /dev/null +++ b/pytorch_model-00102-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8ea04a789c15f1a973f5101f4acf2f74b9f7330ef5bfbf5c6c5ec62807432f +size 83887830 diff --git a/pytorch_model-00103-of-00162.bin b/pytorch_model-00103-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..48e4319b0933688233f12d548d6639dfb8046157 --- /dev/null +++ b/pytorch_model-00103-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac93c370065ea94d317c074e38b1e57bf786c0cb1e4be224dd9759607e4c2d15 +size 234882437 diff --git a/pytorch_model-00104-of-00162.bin b/pytorch_model-00104-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..8fb83a40c09865b8df2406cf57443957a9bcd30e --- /dev/null +++ b/pytorch_model-00104-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bc963b4944ccebf2ef2ec3c79787450721292482534607402d59d58d7cb747 +size 234882437 diff --git a/pytorch_model-00105-of-00162.bin b/pytorch_model-00105-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..50628d12c138fca3357c5badb49f41e07ac13823 --- /dev/null +++ b/pytorch_model-00105-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88f7d0b623075af770b854802ae034742b056111c8e505ee534395f4c170600 +size 234882437 diff --git a/pytorch_model-00106-of-00162.bin b/pytorch_model-00106-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..c659cf2e6f0ab7516badb1a2bcbf4a2ec14dbaf2 --- /dev/null +++ b/pytorch_model-00106-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4428fe7a4d77b3da37fd574bf0767ae08aaf045de5242a9a6f3dcea4650a2fb8 +size 83921272 diff --git a/pytorch_model-00107-of-00162.bin b/pytorch_model-00107-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..9ceb4f774556ebb38eb9f79a85cf9901f7aa0f31 --- /dev/null +++ b/pytorch_model-00107-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665c5e109babca27274e876365d94385cc85844dbf0d927439c8ef8e7ca695bd +size 83887830 diff --git a/pytorch_model-00108-of-00162.bin b/pytorch_model-00108-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..836fc7ece44cc11e53c82e96da6a148b47396eea --- /dev/null +++ b/pytorch_model-00108-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4797bbf05b7ee17db073cec1b46e02c1f65c6b9842799c6e7940210483f35ced +size 234882437 diff --git a/pytorch_model-00109-of-00162.bin b/pytorch_model-00109-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..eecf41b535807a478db9d4afe162e95b59dd2830 --- /dev/null +++ b/pytorch_model-00109-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33aa3d379b70df71bbba40e1ebcc2caec9aae9baa7149c6f0a918057b1bb1843 +size 234882437 diff --git a/pytorch_model-00110-of-00162.bin b/pytorch_model-00110-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..dec4af78e342b300802998470f4f1caf9289594b --- /dev/null +++ b/pytorch_model-00110-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac5c666da4602b8a5c4b7b248201c53e083165b5cc794fdf3c814dbfdc90cc3 +size 234882437 diff --git a/pytorch_model-00111-of-00162.bin b/pytorch_model-00111-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..bb23f105ecb8d30ad64d9eb0cce60675df36292b --- /dev/null +++ b/pytorch_model-00111-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cabcb869058b77a435fc897141d0f24af3fa440c347d3a45501164267357de50 +size 83921272 diff --git a/pytorch_model-00112-of-00162.bin b/pytorch_model-00112-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..5b5d4bf79af4ef5aee0971c04f5d9c837fe668fb --- /dev/null +++ b/pytorch_model-00112-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02db269b4134bd1c25790745f8fa2cfe6db6149c53972c3ed692e187d876602d +size 83887830 diff --git a/pytorch_model-00113-of-00162.bin b/pytorch_model-00113-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..69f7261056b56f7e989a19dc931cd12f6d927b32 --- /dev/null +++ b/pytorch_model-00113-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de74c88e694ebb58a940a90db2a576615148f05630099bcf904190aa501b8b8e +size 234882437 diff --git a/pytorch_model-00114-of-00162.bin b/pytorch_model-00114-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..aacad67d2c43a22d96ba5d4bf8671b139a82c7df --- /dev/null +++ b/pytorch_model-00114-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87535971a58d3387171bb465544386562fc0d80dfcfdd90e51665ee8039c5ecf +size 234882437 diff --git a/pytorch_model-00115-of-00162.bin b/pytorch_model-00115-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..3036c99b524abeb9667d00219546f682bc9496d6 --- /dev/null +++ b/pytorch_model-00115-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e2731e6236fe55da91fd0277767ed44bca9ee906683c09ffc70d2bf91f2b8e +size 234882437 diff --git a/pytorch_model-00116-of-00162.bin b/pytorch_model-00116-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..d935efdf0f0909c507eadb625f085e1febcb1296 --- /dev/null +++ b/pytorch_model-00116-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb55540dafce30fa93f90ae2e0cc6ae4b7bd1d23aa25c452aeb1def46c2729a +size 83921272 diff --git a/pytorch_model-00117-of-00162.bin b/pytorch_model-00117-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..fa0a7dc793e8f86af92d779ee7705535b035a472 --- /dev/null +++ b/pytorch_model-00117-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aeb5dc89e3dea06a3626843fab8af57a0bd8c3fadb56df915212867ca168107 +size 83887830 diff --git a/pytorch_model-00118-of-00162.bin b/pytorch_model-00118-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..abefc58f3e80ce7cb30f10180ece8eafc90e3743 --- /dev/null +++ b/pytorch_model-00118-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4a8a1a1d7c0737a34a98dd23d58933afb1ea56b324a83c77c99053d59222f71 +size 234882437 diff --git a/pytorch_model-00119-of-00162.bin b/pytorch_model-00119-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..31187ad51480520c250768b2d71f66259d016546 --- /dev/null +++ b/pytorch_model-00119-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4d033ce5f529edde8aadd70d0c65278e45b440e1f5f3ce8335afc0857b75f6 +size 234882437 diff --git a/pytorch_model-00120-of-00162.bin b/pytorch_model-00120-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..c380b0fc3ec3f9231e3f0b2de3ca34207c456035 --- /dev/null +++ b/pytorch_model-00120-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0524a03f76f2ec7357310d521fb9be6dcf7320f28479ddd3c2874cd1d4193cfe +size 234882437 diff --git a/pytorch_model-00121-of-00162.bin b/pytorch_model-00121-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..87703b521a1044192a06285418dd91df5f67a465 --- /dev/null +++ b/pytorch_model-00121-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643605e0bd3997b34a39f66b92a0d4f42b0aeddeb8201fd8838ac16f0d08700e +size 83921272 diff --git a/pytorch_model-00122-of-00162.bin b/pytorch_model-00122-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..01c48da08c4db004c5e98a7474b4a7a2534d290d --- /dev/null +++ b/pytorch_model-00122-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040a76f4d91390cac828d0afec2dabf3ba46953e6eda8e486f98b7456163079e +size 83887830 diff --git a/pytorch_model-00123-of-00162.bin b/pytorch_model-00123-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..07055912eb8a804f7f946d82557f8a963a0d6014 --- /dev/null +++ b/pytorch_model-00123-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61c4c300255f16c48a50a603467a904a2f984128b26f8ad5989da4356e067ea +size 234882437 diff --git a/pytorch_model-00124-of-00162.bin b/pytorch_model-00124-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..73e617958e6fa53f91b209bd8899a26d290fe410 --- /dev/null +++ b/pytorch_model-00124-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4feed3286422c698242bb2ddab46d425daac47d3331e4911d7c7e582a02fcdf +size 234882437 diff --git a/pytorch_model-00125-of-00162.bin b/pytorch_model-00125-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..e33a1ef03ba8aefa1bd91fc52f5d3f9663ca6f2c --- /dev/null +++ b/pytorch_model-00125-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7906a9ded32d0ad655273c191e6c22d933cfbd8bbfdecf53b380ff2973589658 +size 234882437 diff --git a/pytorch_model-00126-of-00162.bin b/pytorch_model-00126-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..deb7c9d8a72372478bf977be10fb5ce28e777d6b --- /dev/null +++ b/pytorch_model-00126-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc37d7f42057cc2b4e5550eba05035be7406daddd9b198ccb8d2e0ddb8ecafa6 +size 83921272 diff --git a/pytorch_model-00127-of-00162.bin b/pytorch_model-00127-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..cfe56b2a28447a42dcba83712aa3c99187bfb08d --- /dev/null +++ b/pytorch_model-00127-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc81079ae7c09a28d7437cdea385b93886afbebbc301510649dadef05970f55a +size 83887830 diff --git a/pytorch_model-00128-of-00162.bin b/pytorch_model-00128-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..6022587300a53c8abe59b30b427d58f1aa357329 --- /dev/null +++ b/pytorch_model-00128-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92adeb5ae52b31b8e4921582a1289737e5b7f50c1aa3352f6da609965a2c7229 +size 234882437 diff --git a/pytorch_model-00129-of-00162.bin b/pytorch_model-00129-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..6e8d08aa123648398bf7518df58e0405cedd0a7e --- /dev/null +++ b/pytorch_model-00129-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9073d294cdb8258b4e1f340a3dde5aa35bcb3f5d8258aea3dec5d702b2ee4d57 +size 234882437 diff --git a/pytorch_model-00130-of-00162.bin b/pytorch_model-00130-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..859e88a912a18ee73818aab1fdbdc3ffa1602f5c --- /dev/null +++ b/pytorch_model-00130-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4307a4f72a80acc025c7d7d93cb616994ab00881ffe2022773063f108d16ce9 +size 234882437 diff --git a/pytorch_model-00131-of-00162.bin b/pytorch_model-00131-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..1fc14298654c1b022fc8a8d2f937fa055f6c0b19 --- /dev/null +++ b/pytorch_model-00131-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af47a53fdbf7f6a25cc5e86382246e637ad54fdd63e23c4d6a180c3ea40d6a12 +size 83921272 diff --git a/pytorch_model-00132-of-00162.bin b/pytorch_model-00132-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..8823ba7f08e6cc392e2e652abc05ac6c869652f6 --- /dev/null +++ b/pytorch_model-00132-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b3af48c9ad0ce02e157b093ff1f6eb78eda0541154ba40a527a012b54e2324 +size 83887830 diff --git a/pytorch_model-00133-of-00162.bin b/pytorch_model-00133-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..cd70b593a904d9e9e8d8e9d112152b9d14796e9e --- /dev/null +++ b/pytorch_model-00133-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d82d265b6a8eb0f5e2021461448fc0b5d28d12acdec4b6dfab0d2ccbd9c85ca +size 234882437 diff --git a/pytorch_model-00134-of-00162.bin b/pytorch_model-00134-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..0dee9244b3b5174f41e7025e4781a0a3de110490 --- /dev/null +++ b/pytorch_model-00134-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7355110be5907c51d0783c56ba258f471a16e276b26715f1e807d4033582c8cb +size 234882437 diff --git a/pytorch_model-00135-of-00162.bin b/pytorch_model-00135-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..1fce78d9e985bc4c7100c70348a8d41745a331c6 --- /dev/null +++ b/pytorch_model-00135-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411c87585f93b27e4e105cb48cb5e6ee77220a81939b0bb31eacf001e1d3c229 +size 234882437 diff --git a/pytorch_model-00136-of-00162.bin b/pytorch_model-00136-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..21eee320662705f773a1dace261b34da2dee4d9b --- /dev/null +++ b/pytorch_model-00136-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81929e252e4fa68a6ef076ab7e312ee272fbf3976de5e7103359b4894ecae41f +size 83921272 diff --git a/pytorch_model-00137-of-00162.bin b/pytorch_model-00137-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..caf74e2b2190f388dbc35111c5c0249701a1d231 --- /dev/null +++ b/pytorch_model-00137-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a8fd512aacdf69af4e3672875be910493c3353739c11ed3fe03d7673ce05b6 +size 83887830 diff --git a/pytorch_model-00138-of-00162.bin b/pytorch_model-00138-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..82c1db15cc8b482a41f5ca1dcdc9baa014accf12 --- /dev/null +++ b/pytorch_model-00138-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49910823df7542074680bffa0be8b7c8f89012242a39c461fadb04cf7f9499d +size 234882437 diff --git a/pytorch_model-00139-of-00162.bin b/pytorch_model-00139-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..65a670dead88827ec859d6779ee16d35d548590d --- /dev/null +++ b/pytorch_model-00139-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07fccb50d3c178963f0304778b677ae688602b217efce28bd998511e854d6f50 +size 234882437 diff --git a/pytorch_model-00140-of-00162.bin b/pytorch_model-00140-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..3804e2cde5849d91f28146922e89b53fc6762298 --- /dev/null +++ b/pytorch_model-00140-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c11afaf8c78b8737f445fbd0a034eedd5300510fc9e2e8ce0d949f5d31296e6 +size 234882437 diff --git a/pytorch_model-00141-of-00162.bin b/pytorch_model-00141-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..17cb3e8d326002c99974070b1a59e1212913e78e --- /dev/null +++ b/pytorch_model-00141-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0642cacbdd30d73764096a4d51f1f5c5ad05ffb8266802a6c146a7fb70ef33 +size 83921272 diff --git a/pytorch_model-00142-of-00162.bin b/pytorch_model-00142-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..186dcfeb5653e5735142d55fed8ceb6d790e57bd --- /dev/null +++ b/pytorch_model-00142-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccffe67ab559f236f7ea7990c334f8ab9ef9cd029285499d748be4362e578927 +size 83887830 diff --git a/pytorch_model-00143-of-00162.bin b/pytorch_model-00143-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..f5d491fa7472dead1883d3b9eae4af02bcbc9a9d --- /dev/null +++ b/pytorch_model-00143-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79e445c37bbc7b9857628ab740bc0f0df9000660ab7ea1e31aebc96f8bc1592 +size 234882437 diff --git a/pytorch_model-00144-of-00162.bin b/pytorch_model-00144-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..5d7920a8820cf473683ff3ff09764677b8705a4b --- /dev/null +++ b/pytorch_model-00144-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6bc6d144ae224122935845b5fb66cdd2ee7478e3ef9487a2a35ec2b9c049df +size 234882437 diff --git a/pytorch_model-00145-of-00162.bin b/pytorch_model-00145-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..1497b9f7366d09767f47ea9d12c4f1ef187e8cb8 --- /dev/null +++ b/pytorch_model-00145-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28ede0d1fa30ff3a2aac443ce8db24e8d9e9c87ee55dea67b04d1e55564bccf +size 234882437 diff --git a/pytorch_model-00146-of-00162.bin b/pytorch_model-00146-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..6d626088e5a7c8c23255cd11b8ff8f7374d19d5b --- /dev/null +++ b/pytorch_model-00146-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e601754abf5eb80355b6e4b68c2ecb7898b8bf0bf81257d83ffc1b91630b8be +size 83921272 diff --git a/pytorch_model-00147-of-00162.bin b/pytorch_model-00147-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..62ffb663d141d93f0e44861ff9eb728e79aa2fa7 --- /dev/null +++ b/pytorch_model-00147-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41617ad103c44cd932cfa723beca143dfb866860940738385d4bddab29a7781 +size 83887830 diff --git a/pytorch_model-00148-of-00162.bin b/pytorch_model-00148-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..3b65eada959bbc3a7352b4de3dcca788ac6cc03a --- /dev/null +++ b/pytorch_model-00148-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a12f498c57e808b691bc826ca05dd5ac38ddea7f80806fca7523aaa21dae33 +size 234882437 diff --git a/pytorch_model-00149-of-00162.bin b/pytorch_model-00149-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..a69b101d196d89525f0669dee45d9dbc81ef1400 --- /dev/null +++ b/pytorch_model-00149-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f5a6a1913cfb2fc9ca84da5d202f70e5855127be3e5186ef42ed41a38ea4b45 +size 234882437 diff --git a/pytorch_model-00150-of-00162.bin b/pytorch_model-00150-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..228980c31ea98ba81f1d5936a5d4b17679ae36ef --- /dev/null +++ b/pytorch_model-00150-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9461c2fcf5c8c5c42fbd44b65eb1acf78d3e0891506fa67ded2719f0b494586d +size 234882437 diff --git a/pytorch_model-00151-of-00162.bin b/pytorch_model-00151-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..47f4018becde8a70d32dbc5f7b3872b16aa21a2e --- /dev/null +++ b/pytorch_model-00151-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c620d913514c59ab4938e8b1d2c76a01939bcc3115157dc5b554563dfc0fae6a +size 83921272 diff --git a/pytorch_model-00152-of-00162.bin b/pytorch_model-00152-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..0b81c82a8c2892a14cadb7b19fc939bce5f5397e --- /dev/null +++ b/pytorch_model-00152-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19d9e60d05c4bedc6b3b69e98de8831a15a3ad7625e6454c89c6efc5849c365 +size 83887830 diff --git a/pytorch_model-00153-of-00162.bin b/pytorch_model-00153-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..215bef5f3856d2449ae10c5277cbed578dfc3e42 --- /dev/null +++ b/pytorch_model-00153-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10713027b5313531508c3cf69970b0f5770063053f3e51b5b936055ff9ed169d +size 234882437 diff --git a/pytorch_model-00154-of-00162.bin b/pytorch_model-00154-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..04a66862e8f88f3b7c6bd419a3b29ff82c233f0c --- /dev/null +++ b/pytorch_model-00154-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfda34ae4a0c8d4c192417611c73b8e66b018cb7eb123a20805860dbd108bff8 +size 234882437 diff --git a/pytorch_model-00155-of-00162.bin b/pytorch_model-00155-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..f1fd405b24c07bfd00640cbc4422455eee809284 --- /dev/null +++ b/pytorch_model-00155-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e7280944486f86e5993d04e1912b2e80236c1bca3149e0a921557dc3692bc8 +size 234882437 diff --git a/pytorch_model-00156-of-00162.bin b/pytorch_model-00156-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..4df687d0917974c2ea902a89f2cb13dca29c3bf2 --- /dev/null +++ b/pytorch_model-00156-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2175b83480a45c75d8625eed10cf62544a893ee96ab7d3496cf6e1e65059d1f3 +size 83921272 diff --git a/pytorch_model-00157-of-00162.bin b/pytorch_model-00157-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..73691dac91355079de8faa63086dc8a0603f45e6 --- /dev/null +++ b/pytorch_model-00157-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4c355eac1fc59e29d2da8dd632568278c83c46bd8ba87a29ac02891211a9e1 +size 83887830 diff --git a/pytorch_model-00158-of-00162.bin b/pytorch_model-00158-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..0efdb109da47ca6d70f8941060aa871f4aff87ba --- /dev/null +++ b/pytorch_model-00158-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ad44a65ee25d603e79f2d3fd7aa78986aeb70326cd962ba424f2b371597377 +size 234882437 diff --git a/pytorch_model-00159-of-00162.bin b/pytorch_model-00159-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..d5a06074332b4bc00529c24ab5482bcf12aa1ced --- /dev/null +++ b/pytorch_model-00159-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e39383803cbf61f353fc2e456e9ad712d26b957b197de95e2497f6426a9e990e +size 234882437 diff --git a/pytorch_model-00160-of-00162.bin b/pytorch_model-00160-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..3adeb9385a11c8904967a0e92516e018955a97af --- /dev/null +++ b/pytorch_model-00160-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d8728cfbea691ea69c417f2bd57b7d4da533af8d500f43c58bda3f8aa33f8c +size 234882437 diff --git a/pytorch_model-00161-of-00162.bin b/pytorch_model-00161-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..63863c571244015c2263b1f94bd86b70aabce02b --- /dev/null +++ b/pytorch_model-00161-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172aa777b9c7950e1f9df1f794b1394a1dc9164ebafe37d626fb67069dff3c61 +size 2101347717 diff --git a/pytorch_model-00162-of-00162.bin b/pytorch_model-00162-of-00162.bin new file mode 100644 index 0000000000000000000000000000000000000000..63583d3184343577799e417bd764da701700e69b --- /dev/null +++ b/pytorch_model-00162-of-00162.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103401da62f893afd6aeb9a128ef46f5d7a66d5c5dd15e4e496143aef6d5b7c2 +size 83937929 diff --git a/pytorch_model.bin.index.json b/pytorch_model.bin.index.json new file mode 100644 index 0000000000000000000000000000000000000000..a392b006085e954ff3741c8fc82ae4d0a214d3b9 --- /dev/null +++ b/pytorch_model.bin.index.json @@ -0,0 +1,298 @@ +{ + "metadata": { + "total_size": 32121044992 + }, + "weight_map": { + "lm_head.weight": "pytorch_model-00161-of-00162.bin", + "model.embed_tokens.weight": "pytorch_model-00001-of-00162.bin", + "model.layers.0.input_layernorm.weight": "pytorch_model-00006-of-00162.bin", + "model.layers.0.mlp.down_proj.weight": "pytorch_model-00005-of-00162.bin", + "model.layers.0.mlp.gate_proj.weight": "pytorch_model-00003-of-00162.bin", + "model.layers.0.mlp.up_proj.weight": "pytorch_model-00004-of-00162.bin", + "model.layers.0.post_attention_layernorm.weight": "pytorch_model-00006-of-00162.bin", + "model.layers.0.self_attn.k_proj.weight": "pytorch_model-00002-of-00162.bin", + "model.layers.0.self_attn.o_proj.weight": "pytorch_model-00006-of-00162.bin", + "model.layers.0.self_attn.q_proj.weight": "pytorch_model-00002-of-00162.bin", + "model.layers.0.self_attn.v_proj.weight": "pytorch_model-00006-of-00162.bin", + "model.layers.1.input_layernorm.weight": "pytorch_model-00011-of-00162.bin", + "model.layers.1.mlp.down_proj.weight": "pytorch_model-00010-of-00162.bin", + "model.layers.1.mlp.gate_proj.weight": "pytorch_model-00008-of-00162.bin", + "model.layers.1.mlp.up_proj.weight": "pytorch_model-00009-of-00162.bin", + "model.layers.1.post_attention_layernorm.weight": "pytorch_model-00011-of-00162.bin", + "model.layers.1.self_attn.k_proj.weight": "pytorch_model-00007-of-00162.bin", + "model.layers.1.self_attn.o_proj.weight": "pytorch_model-00011-of-00162.bin", + "model.layers.1.self_attn.q_proj.weight": "pytorch_model-00007-of-00162.bin", + "model.layers.1.self_attn.v_proj.weight": "pytorch_model-00011-of-00162.bin", + "model.layers.10.input_layernorm.weight": "pytorch_model-00056-of-00162.bin", + "model.layers.10.mlp.down_proj.weight": "pytorch_model-00055-of-00162.bin", + "model.layers.10.mlp.gate_proj.weight": "pytorch_model-00053-of-00162.bin", + "model.layers.10.mlp.up_proj.weight": "pytorch_model-00054-of-00162.bin", + "model.layers.10.post_attention_layernorm.weight": "pytorch_model-00056-of-00162.bin", + "model.layers.10.self_attn.k_proj.weight": "pytorch_model-00052-of-00162.bin", + "model.layers.10.self_attn.o_proj.weight": "pytorch_model-00056-of-00162.bin", + "model.layers.10.self_attn.q_proj.weight": "pytorch_model-00052-of-00162.bin", + "model.layers.10.self_attn.v_proj.weight": "pytorch_model-00056-of-00162.bin", + "model.layers.11.input_layernorm.weight": "pytorch_model-00061-of-00162.bin", + "model.layers.11.mlp.down_proj.weight": "pytorch_model-00060-of-00162.bin", + "model.layers.11.mlp.gate_proj.weight": "pytorch_model-00058-of-00162.bin", + "model.layers.11.mlp.up_proj.weight": "pytorch_model-00059-of-00162.bin", + "model.layers.11.post_attention_layernorm.weight": "pytorch_model-00061-of-00162.bin", + "model.layers.11.self_attn.k_proj.weight": "pytorch_model-00057-of-00162.bin", + "model.layers.11.self_attn.o_proj.weight": "pytorch_model-00061-of-00162.bin", + "model.layers.11.self_attn.q_proj.weight": "pytorch_model-00057-of-00162.bin", + "model.layers.11.self_attn.v_proj.weight": "pytorch_model-00061-of-00162.bin", + "model.layers.12.input_layernorm.weight": "pytorch_model-00066-of-00162.bin", + "model.layers.12.mlp.down_proj.weight": "pytorch_model-00065-of-00162.bin", + "model.layers.12.mlp.gate_proj.weight": "pytorch_model-00063-of-00162.bin", + "model.layers.12.mlp.up_proj.weight": "pytorch_model-00064-of-00162.bin", + "model.layers.12.post_attention_layernorm.weight": "pytorch_model-00066-of-00162.bin", + "model.layers.12.self_attn.k_proj.weight": "pytorch_model-00062-of-00162.bin", + "model.layers.12.self_attn.o_proj.weight": "pytorch_model-00066-of-00162.bin", + "model.layers.12.self_attn.q_proj.weight": "pytorch_model-00062-of-00162.bin", + "model.layers.12.self_attn.v_proj.weight": "pytorch_model-00066-of-00162.bin", + "model.layers.13.input_layernorm.weight": "pytorch_model-00071-of-00162.bin", + "model.layers.13.mlp.down_proj.weight": "pytorch_model-00070-of-00162.bin", + "model.layers.13.mlp.gate_proj.weight": "pytorch_model-00068-of-00162.bin", + "model.layers.13.mlp.up_proj.weight": "pytorch_model-00069-of-00162.bin", + "model.layers.13.post_attention_layernorm.weight": "pytorch_model-00071-of-00162.bin", + "model.layers.13.self_attn.k_proj.weight": "pytorch_model-00067-of-00162.bin", + "model.layers.13.self_attn.o_proj.weight": "pytorch_model-00071-of-00162.bin", + "model.layers.13.self_attn.q_proj.weight": "pytorch_model-00067-of-00162.bin", + "model.layers.13.self_attn.v_proj.weight": "pytorch_model-00071-of-00162.bin", + "model.layers.14.input_layernorm.weight": "pytorch_model-00076-of-00162.bin", + "model.layers.14.mlp.down_proj.weight": "pytorch_model-00075-of-00162.bin", + "model.layers.14.mlp.gate_proj.weight": "pytorch_model-00073-of-00162.bin", + "model.layers.14.mlp.up_proj.weight": "pytorch_model-00074-of-00162.bin", + "model.layers.14.post_attention_layernorm.weight": "pytorch_model-00076-of-00162.bin", + "model.layers.14.self_attn.k_proj.weight": "pytorch_model-00072-of-00162.bin", + "model.layers.14.self_attn.o_proj.weight": "pytorch_model-00076-of-00162.bin", + "model.layers.14.self_attn.q_proj.weight": "pytorch_model-00072-of-00162.bin", + "model.layers.14.self_attn.v_proj.weight": "pytorch_model-00076-of-00162.bin", + "model.layers.15.input_layernorm.weight": "pytorch_model-00081-of-00162.bin", + "model.layers.15.mlp.down_proj.weight": "pytorch_model-00080-of-00162.bin", + "model.layers.15.mlp.gate_proj.weight": "pytorch_model-00078-of-00162.bin", + "model.layers.15.mlp.up_proj.weight": "pytorch_model-00079-of-00162.bin", + "model.layers.15.post_attention_layernorm.weight": "pytorch_model-00081-of-00162.bin", + "model.layers.15.self_attn.k_proj.weight": "pytorch_model-00077-of-00162.bin", + "model.layers.15.self_attn.o_proj.weight": "pytorch_model-00081-of-00162.bin", + "model.layers.15.self_attn.q_proj.weight": "pytorch_model-00077-of-00162.bin", + "model.layers.15.self_attn.v_proj.weight": "pytorch_model-00081-of-00162.bin", + "model.layers.16.input_layernorm.weight": "pytorch_model-00086-of-00162.bin", + "model.layers.16.mlp.down_proj.weight": "pytorch_model-00085-of-00162.bin", + "model.layers.16.mlp.gate_proj.weight": "pytorch_model-00083-of-00162.bin", + "model.layers.16.mlp.up_proj.weight": "pytorch_model-00084-of-00162.bin", + "model.layers.16.post_attention_layernorm.weight": "pytorch_model-00086-of-00162.bin", + "model.layers.16.self_attn.k_proj.weight": "pytorch_model-00082-of-00162.bin", + "model.layers.16.self_attn.o_proj.weight": "pytorch_model-00086-of-00162.bin", + "model.layers.16.self_attn.q_proj.weight": "pytorch_model-00082-of-00162.bin", + "model.layers.16.self_attn.v_proj.weight": "pytorch_model-00086-of-00162.bin", + "model.layers.17.input_layernorm.weight": "pytorch_model-00091-of-00162.bin", + "model.layers.17.mlp.down_proj.weight": "pytorch_model-00090-of-00162.bin", + "model.layers.17.mlp.gate_proj.weight": "pytorch_model-00088-of-00162.bin", + "model.layers.17.mlp.up_proj.weight": "pytorch_model-00089-of-00162.bin", + "model.layers.17.post_attention_layernorm.weight": "pytorch_model-00091-of-00162.bin", + "model.layers.17.self_attn.k_proj.weight": "pytorch_model-00087-of-00162.bin", + "model.layers.17.self_attn.o_proj.weight": "pytorch_model-00091-of-00162.bin", + "model.layers.17.self_attn.q_proj.weight": "pytorch_model-00087-of-00162.bin", + "model.layers.17.self_attn.v_proj.weight": "pytorch_model-00091-of-00162.bin", + "model.layers.18.input_layernorm.weight": "pytorch_model-00096-of-00162.bin", + "model.layers.18.mlp.down_proj.weight": "pytorch_model-00095-of-00162.bin", + "model.layers.18.mlp.gate_proj.weight": "pytorch_model-00093-of-00162.bin", + "model.layers.18.mlp.up_proj.weight": "pytorch_model-00094-of-00162.bin", + "model.layers.18.post_attention_layernorm.weight": "pytorch_model-00096-of-00162.bin", + "model.layers.18.self_attn.k_proj.weight": "pytorch_model-00092-of-00162.bin", + "model.layers.18.self_attn.o_proj.weight": "pytorch_model-00096-of-00162.bin", + "model.layers.18.self_attn.q_proj.weight": "pytorch_model-00092-of-00162.bin", + "model.layers.18.self_attn.v_proj.weight": "pytorch_model-00096-of-00162.bin", + "model.layers.19.input_layernorm.weight": "pytorch_model-00101-of-00162.bin", + "model.layers.19.mlp.down_proj.weight": "pytorch_model-00100-of-00162.bin", + "model.layers.19.mlp.gate_proj.weight": "pytorch_model-00098-of-00162.bin", + "model.layers.19.mlp.up_proj.weight": "pytorch_model-00099-of-00162.bin", + "model.layers.19.post_attention_layernorm.weight": "pytorch_model-00101-of-00162.bin", + "model.layers.19.self_attn.k_proj.weight": "pytorch_model-00097-of-00162.bin", + "model.layers.19.self_attn.o_proj.weight": "pytorch_model-00101-of-00162.bin", + "model.layers.19.self_attn.q_proj.weight": "pytorch_model-00097-of-00162.bin", + "model.layers.19.self_attn.v_proj.weight": "pytorch_model-00101-of-00162.bin", + "model.layers.2.input_layernorm.weight": "pytorch_model-00016-of-00162.bin", + "model.layers.2.mlp.down_proj.weight": "pytorch_model-00015-of-00162.bin", + "model.layers.2.mlp.gate_proj.weight": "pytorch_model-00013-of-00162.bin", + "model.layers.2.mlp.up_proj.weight": "pytorch_model-00014-of-00162.bin", + "model.layers.2.post_attention_layernorm.weight": "pytorch_model-00016-of-00162.bin", + "model.layers.2.self_attn.k_proj.weight": "pytorch_model-00012-of-00162.bin", + "model.layers.2.self_attn.o_proj.weight": "pytorch_model-00016-of-00162.bin", + "model.layers.2.self_attn.q_proj.weight": "pytorch_model-00012-of-00162.bin", + "model.layers.2.self_attn.v_proj.weight": "pytorch_model-00016-of-00162.bin", + "model.layers.20.input_layernorm.weight": "pytorch_model-00106-of-00162.bin", + "model.layers.20.mlp.down_proj.weight": "pytorch_model-00105-of-00162.bin", + "model.layers.20.mlp.gate_proj.weight": "pytorch_model-00103-of-00162.bin", + "model.layers.20.mlp.up_proj.weight": "pytorch_model-00104-of-00162.bin", + "model.layers.20.post_attention_layernorm.weight": "pytorch_model-00106-of-00162.bin", + "model.layers.20.self_attn.k_proj.weight": "pytorch_model-00102-of-00162.bin", + "model.layers.20.self_attn.o_proj.weight": "pytorch_model-00106-of-00162.bin", + "model.layers.20.self_attn.q_proj.weight": "pytorch_model-00102-of-00162.bin", + "model.layers.20.self_attn.v_proj.weight": "pytorch_model-00106-of-00162.bin", + "model.layers.21.input_layernorm.weight": "pytorch_model-00111-of-00162.bin", + "model.layers.21.mlp.down_proj.weight": "pytorch_model-00110-of-00162.bin", + "model.layers.21.mlp.gate_proj.weight": "pytorch_model-00108-of-00162.bin", + "model.layers.21.mlp.up_proj.weight": "pytorch_model-00109-of-00162.bin", + "model.layers.21.post_attention_layernorm.weight": "pytorch_model-00111-of-00162.bin", + "model.layers.21.self_attn.k_proj.weight": "pytorch_model-00107-of-00162.bin", + "model.layers.21.self_attn.o_proj.weight": "pytorch_model-00111-of-00162.bin", + "model.layers.21.self_attn.q_proj.weight": "pytorch_model-00107-of-00162.bin", + "model.layers.21.self_attn.v_proj.weight": "pytorch_model-00111-of-00162.bin", + "model.layers.22.input_layernorm.weight": "pytorch_model-00116-of-00162.bin", + "model.layers.22.mlp.down_proj.weight": "pytorch_model-00115-of-00162.bin", + "model.layers.22.mlp.gate_proj.weight": "pytorch_model-00113-of-00162.bin", + "model.layers.22.mlp.up_proj.weight": "pytorch_model-00114-of-00162.bin", + "model.layers.22.post_attention_layernorm.weight": "pytorch_model-00116-of-00162.bin", + "model.layers.22.self_attn.k_proj.weight": "pytorch_model-00112-of-00162.bin", + "model.layers.22.self_attn.o_proj.weight": "pytorch_model-00116-of-00162.bin", + "model.layers.22.self_attn.q_proj.weight": "pytorch_model-00112-of-00162.bin", + "model.layers.22.self_attn.v_proj.weight": "pytorch_model-00116-of-00162.bin", + "model.layers.23.input_layernorm.weight": "pytorch_model-00121-of-00162.bin", + "model.layers.23.mlp.down_proj.weight": "pytorch_model-00120-of-00162.bin", + "model.layers.23.mlp.gate_proj.weight": "pytorch_model-00118-of-00162.bin", + "model.layers.23.mlp.up_proj.weight": "pytorch_model-00119-of-00162.bin", + "model.layers.23.post_attention_layernorm.weight": "pytorch_model-00121-of-00162.bin", + "model.layers.23.self_attn.k_proj.weight": "pytorch_model-00117-of-00162.bin", + "model.layers.23.self_attn.o_proj.weight": "pytorch_model-00121-of-00162.bin", + "model.layers.23.self_attn.q_proj.weight": "pytorch_model-00117-of-00162.bin", + "model.layers.23.self_attn.v_proj.weight": "pytorch_model-00121-of-00162.bin", + "model.layers.24.input_layernorm.weight": "pytorch_model-00126-of-00162.bin", + "model.layers.24.mlp.down_proj.weight": "pytorch_model-00125-of-00162.bin", + "model.layers.24.mlp.gate_proj.weight": "pytorch_model-00123-of-00162.bin", + "model.layers.24.mlp.up_proj.weight": "pytorch_model-00124-of-00162.bin", + "model.layers.24.post_attention_layernorm.weight": "pytorch_model-00126-of-00162.bin", + "model.layers.24.self_attn.k_proj.weight": "pytorch_model-00122-of-00162.bin", + "model.layers.24.self_attn.o_proj.weight": "pytorch_model-00126-of-00162.bin", + "model.layers.24.self_attn.q_proj.weight": "pytorch_model-00122-of-00162.bin", + "model.layers.24.self_attn.v_proj.weight": "pytorch_model-00126-of-00162.bin", + "model.layers.25.input_layernorm.weight": "pytorch_model-00131-of-00162.bin", + "model.layers.25.mlp.down_proj.weight": "pytorch_model-00130-of-00162.bin", + "model.layers.25.mlp.gate_proj.weight": "pytorch_model-00128-of-00162.bin", + "model.layers.25.mlp.up_proj.weight": "pytorch_model-00129-of-00162.bin", + "model.layers.25.post_attention_layernorm.weight": "pytorch_model-00131-of-00162.bin", + "model.layers.25.self_attn.k_proj.weight": "pytorch_model-00127-of-00162.bin", + "model.layers.25.self_attn.o_proj.weight": "pytorch_model-00131-of-00162.bin", + "model.layers.25.self_attn.q_proj.weight": "pytorch_model-00127-of-00162.bin", + "model.layers.25.self_attn.v_proj.weight": "pytorch_model-00131-of-00162.bin", + "model.layers.26.input_layernorm.weight": "pytorch_model-00136-of-00162.bin", + "model.layers.26.mlp.down_proj.weight": "pytorch_model-00135-of-00162.bin", + "model.layers.26.mlp.gate_proj.weight": "pytorch_model-00133-of-00162.bin", + "model.layers.26.mlp.up_proj.weight": "pytorch_model-00134-of-00162.bin", + "model.layers.26.post_attention_layernorm.weight": "pytorch_model-00136-of-00162.bin", + "model.layers.26.self_attn.k_proj.weight": "pytorch_model-00132-of-00162.bin", + "model.layers.26.self_attn.o_proj.weight": "pytorch_model-00136-of-00162.bin", + "model.layers.26.self_attn.q_proj.weight": "pytorch_model-00132-of-00162.bin", + "model.layers.26.self_attn.v_proj.weight": "pytorch_model-00136-of-00162.bin", + "model.layers.27.input_layernorm.weight": "pytorch_model-00141-of-00162.bin", + "model.layers.27.mlp.down_proj.weight": "pytorch_model-00140-of-00162.bin", + "model.layers.27.mlp.gate_proj.weight": "pytorch_model-00138-of-00162.bin", + "model.layers.27.mlp.up_proj.weight": "pytorch_model-00139-of-00162.bin", + "model.layers.27.post_attention_layernorm.weight": "pytorch_model-00141-of-00162.bin", + "model.layers.27.self_attn.k_proj.weight": "pytorch_model-00137-of-00162.bin", + "model.layers.27.self_attn.o_proj.weight": "pytorch_model-00141-of-00162.bin", + "model.layers.27.self_attn.q_proj.weight": "pytorch_model-00137-of-00162.bin", + "model.layers.27.self_attn.v_proj.weight": "pytorch_model-00141-of-00162.bin", + "model.layers.28.input_layernorm.weight": "pytorch_model-00146-of-00162.bin", + "model.layers.28.mlp.down_proj.weight": "pytorch_model-00145-of-00162.bin", + "model.layers.28.mlp.gate_proj.weight": "pytorch_model-00143-of-00162.bin", + "model.layers.28.mlp.up_proj.weight": "pytorch_model-00144-of-00162.bin", + "model.layers.28.post_attention_layernorm.weight": "pytorch_model-00146-of-00162.bin", + "model.layers.28.self_attn.k_proj.weight": "pytorch_model-00142-of-00162.bin", + "model.layers.28.self_attn.o_proj.weight": "pytorch_model-00146-of-00162.bin", + "model.layers.28.self_attn.q_proj.weight": "pytorch_model-00142-of-00162.bin", + "model.layers.28.self_attn.v_proj.weight": "pytorch_model-00146-of-00162.bin", + "model.layers.29.input_layernorm.weight": "pytorch_model-00151-of-00162.bin", + "model.layers.29.mlp.down_proj.weight": "pytorch_model-00150-of-00162.bin", + "model.layers.29.mlp.gate_proj.weight": "pytorch_model-00148-of-00162.bin", + "model.layers.29.mlp.up_proj.weight": "pytorch_model-00149-of-00162.bin", + "model.layers.29.post_attention_layernorm.weight": "pytorch_model-00151-of-00162.bin", + "model.layers.29.self_attn.k_proj.weight": "pytorch_model-00147-of-00162.bin", + "model.layers.29.self_attn.o_proj.weight": "pytorch_model-00151-of-00162.bin", + "model.layers.29.self_attn.q_proj.weight": "pytorch_model-00147-of-00162.bin", + "model.layers.29.self_attn.v_proj.weight": "pytorch_model-00151-of-00162.bin", + "model.layers.3.input_layernorm.weight": "pytorch_model-00021-of-00162.bin", + "model.layers.3.mlp.down_proj.weight": "pytorch_model-00020-of-00162.bin", + "model.layers.3.mlp.gate_proj.weight": "pytorch_model-00018-of-00162.bin", + "model.layers.3.mlp.up_proj.weight": "pytorch_model-00019-of-00162.bin", + "model.layers.3.post_attention_layernorm.weight": "pytorch_model-00021-of-00162.bin", + "model.layers.3.self_attn.k_proj.weight": "pytorch_model-00017-of-00162.bin", + "model.layers.3.self_attn.o_proj.weight": "pytorch_model-00021-of-00162.bin", + "model.layers.3.self_attn.q_proj.weight": "pytorch_model-00017-of-00162.bin", + "model.layers.3.self_attn.v_proj.weight": "pytorch_model-00021-of-00162.bin", + "model.layers.30.input_layernorm.weight": "pytorch_model-00156-of-00162.bin", + "model.layers.30.mlp.down_proj.weight": "pytorch_model-00155-of-00162.bin", + "model.layers.30.mlp.gate_proj.weight": "pytorch_model-00153-of-00162.bin", + "model.layers.30.mlp.up_proj.weight": "pytorch_model-00154-of-00162.bin", + "model.layers.30.post_attention_layernorm.weight": "pytorch_model-00156-of-00162.bin", + "model.layers.30.self_attn.k_proj.weight": "pytorch_model-00152-of-00162.bin", + "model.layers.30.self_attn.o_proj.weight": "pytorch_model-00156-of-00162.bin", + "model.layers.30.self_attn.q_proj.weight": "pytorch_model-00152-of-00162.bin", + "model.layers.30.self_attn.v_proj.weight": "pytorch_model-00156-of-00162.bin", + "model.layers.31.input_layernorm.weight": "pytorch_model-00162-of-00162.bin", + "model.layers.31.mlp.down_proj.weight": "pytorch_model-00160-of-00162.bin", + "model.layers.31.mlp.gate_proj.weight": "pytorch_model-00158-of-00162.bin", + "model.layers.31.mlp.up_proj.weight": "pytorch_model-00159-of-00162.bin", + "model.layers.31.post_attention_layernorm.weight": "pytorch_model-00162-of-00162.bin", + "model.layers.31.self_attn.k_proj.weight": "pytorch_model-00157-of-00162.bin", + "model.layers.31.self_attn.o_proj.weight": "pytorch_model-00162-of-00162.bin", + "model.layers.31.self_attn.q_proj.weight": "pytorch_model-00157-of-00162.bin", + "model.layers.31.self_attn.v_proj.weight": "pytorch_model-00162-of-00162.bin", + "model.layers.4.input_layernorm.weight": "pytorch_model-00026-of-00162.bin", + "model.layers.4.mlp.down_proj.weight": "pytorch_model-00025-of-00162.bin", + "model.layers.4.mlp.gate_proj.weight": "pytorch_model-00023-of-00162.bin", + "model.layers.4.mlp.up_proj.weight": "pytorch_model-00024-of-00162.bin", + "model.layers.4.post_attention_layernorm.weight": "pytorch_model-00026-of-00162.bin", + "model.layers.4.self_attn.k_proj.weight": "pytorch_model-00022-of-00162.bin", + "model.layers.4.self_attn.o_proj.weight": "pytorch_model-00026-of-00162.bin", + "model.layers.4.self_attn.q_proj.weight": "pytorch_model-00022-of-00162.bin", + "model.layers.4.self_attn.v_proj.weight": "pytorch_model-00026-of-00162.bin", + "model.layers.5.input_layernorm.weight": "pytorch_model-00031-of-00162.bin", + "model.layers.5.mlp.down_proj.weight": "pytorch_model-00030-of-00162.bin", + "model.layers.5.mlp.gate_proj.weight": "pytorch_model-00028-of-00162.bin", + "model.layers.5.mlp.up_proj.weight": "pytorch_model-00029-of-00162.bin", + "model.layers.5.post_attention_layernorm.weight": "pytorch_model-00031-of-00162.bin", + "model.layers.5.self_attn.k_proj.weight": "pytorch_model-00027-of-00162.bin", + "model.layers.5.self_attn.o_proj.weight": "pytorch_model-00031-of-00162.bin", + "model.layers.5.self_attn.q_proj.weight": "pytorch_model-00027-of-00162.bin", + "model.layers.5.self_attn.v_proj.weight": "pytorch_model-00031-of-00162.bin", + "model.layers.6.input_layernorm.weight": "pytorch_model-00036-of-00162.bin", + "model.layers.6.mlp.down_proj.weight": "pytorch_model-00035-of-00162.bin", + "model.layers.6.mlp.gate_proj.weight": "pytorch_model-00033-of-00162.bin", + "model.layers.6.mlp.up_proj.weight": "pytorch_model-00034-of-00162.bin", + "model.layers.6.post_attention_layernorm.weight": "pytorch_model-00036-of-00162.bin", + "model.layers.6.self_attn.k_proj.weight": "pytorch_model-00032-of-00162.bin", + "model.layers.6.self_attn.o_proj.weight": "pytorch_model-00036-of-00162.bin", + "model.layers.6.self_attn.q_proj.weight": "pytorch_model-00032-of-00162.bin", + "model.layers.6.self_attn.v_proj.weight": "pytorch_model-00036-of-00162.bin", + "model.layers.7.input_layernorm.weight": "pytorch_model-00041-of-00162.bin", + "model.layers.7.mlp.down_proj.weight": "pytorch_model-00040-of-00162.bin", + "model.layers.7.mlp.gate_proj.weight": "pytorch_model-00038-of-00162.bin", + "model.layers.7.mlp.up_proj.weight": "pytorch_model-00039-of-00162.bin", + "model.layers.7.post_attention_layernorm.weight": "pytorch_model-00041-of-00162.bin", + "model.layers.7.self_attn.k_proj.weight": "pytorch_model-00037-of-00162.bin", + "model.layers.7.self_attn.o_proj.weight": "pytorch_model-00041-of-00162.bin", + "model.layers.7.self_attn.q_proj.weight": "pytorch_model-00037-of-00162.bin", + "model.layers.7.self_attn.v_proj.weight": "pytorch_model-00041-of-00162.bin", + "model.layers.8.input_layernorm.weight": "pytorch_model-00046-of-00162.bin", + "model.layers.8.mlp.down_proj.weight": "pytorch_model-00045-of-00162.bin", + "model.layers.8.mlp.gate_proj.weight": "pytorch_model-00043-of-00162.bin", + "model.layers.8.mlp.up_proj.weight": "pytorch_model-00044-of-00162.bin", + "model.layers.8.post_attention_layernorm.weight": "pytorch_model-00046-of-00162.bin", + "model.layers.8.self_attn.k_proj.weight": "pytorch_model-00042-of-00162.bin", + "model.layers.8.self_attn.o_proj.weight": "pytorch_model-00046-of-00162.bin", + "model.layers.8.self_attn.q_proj.weight": "pytorch_model-00042-of-00162.bin", + "model.layers.8.self_attn.v_proj.weight": "pytorch_model-00046-of-00162.bin", + "model.layers.9.input_layernorm.weight": "pytorch_model-00051-of-00162.bin", + "model.layers.9.mlp.down_proj.weight": "pytorch_model-00050-of-00162.bin", + "model.layers.9.mlp.gate_proj.weight": "pytorch_model-00048-of-00162.bin", + "model.layers.9.mlp.up_proj.weight": "pytorch_model-00049-of-00162.bin", + "model.layers.9.post_attention_layernorm.weight": "pytorch_model-00051-of-00162.bin", + "model.layers.9.self_attn.k_proj.weight": "pytorch_model-00047-of-00162.bin", + "model.layers.9.self_attn.o_proj.weight": "pytorch_model-00051-of-00162.bin", + "model.layers.9.self_attn.q_proj.weight": "pytorch_model-00047-of-00162.bin", + "model.layers.9.self_attn.v_proj.weight": "pytorch_model-00051-of-00162.bin", + "model.norm.weight": "pytorch_model-00162-of-00162.bin" + } +} diff --git a/special_tokens_map.json b/special_tokens_map.json new file mode 100644 index 0000000000000000000000000000000000000000..02ee80b6196926a5ad790a004d9efd6ab1ba6542 --- /dev/null +++ b/special_tokens_map.json @@ -0,0 +1,16 @@ +{ + "bos_token": { + "content": "<|begin_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "<|eot_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/tokenizer.json b/tokenizer.json new file mode 100644 index 0000000000000000000000000000000000000000..1c1d8d5c9024994f1d3b00f9662b8dd89ca13cf2 --- /dev/null +++ b/tokenizer.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b +size 17209920 diff --git a/tokenizer_config.json b/tokenizer_config.json new file mode 100644 index 0000000000000000000000000000000000000000..db88166e2bc4c799fd5d1ae643b75e84d03ee70e --- /dev/null +++ b/tokenizer_config.json @@ -0,0 +1,2062 @@ +{ + "added_tokens_decoder": { + "128000": { + "content": "<|begin_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128001": { + "content": "<|end_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128002": { + "content": "<|reserved_special_token_0|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128003": { + "content": "<|reserved_special_token_1|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128004": { + "content": "<|finetune_right_pad_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128005": { + "content": "<|reserved_special_token_2|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128006": { + "content": "<|start_header_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128007": { + "content": "<|end_header_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128008": { + "content": "<|eom_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128009": { + "content": "<|eot_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128010": { + "content": "<|python_tag|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128011": { + "content": "<|reserved_special_token_3|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128012": { + "content": "<|reserved_special_token_4|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128013": { + "content": "<|reserved_special_token_5|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128014": { + "content": "<|reserved_special_token_6|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128015": { + "content": "<|reserved_special_token_7|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128016": { + "content": "<|reserved_special_token_8|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128017": { + "content": "<|reserved_special_token_9|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128018": { + "content": "<|reserved_special_token_10|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128019": { + "content": "<|reserved_special_token_11|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128020": { + "content": "<|reserved_special_token_12|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128021": { + "content": "<|reserved_special_token_13|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128022": { + "content": "<|reserved_special_token_14|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128023": { + "content": "<|reserved_special_token_15|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128024": { + "content": "<|reserved_special_token_16|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128025": { + "content": "<|reserved_special_token_17|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128026": { + "content": "<|reserved_special_token_18|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128027": { + "content": "<|reserved_special_token_19|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128028": { + "content": "<|reserved_special_token_20|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128029": { + "content": "<|reserved_special_token_21|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128030": { + "content": "<|reserved_special_token_22|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128031": { + "content": "<|reserved_special_token_23|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128032": { + "content": "<|reserved_special_token_24|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128033": { + "content": "<|reserved_special_token_25|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128034": { + "content": "<|reserved_special_token_26|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128035": { + "content": "<|reserved_special_token_27|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128036": { + "content": "<|reserved_special_token_28|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128037": { + "content": "<|reserved_special_token_29|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128038": { + "content": "<|reserved_special_token_30|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128039": { + "content": "<|reserved_special_token_31|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128040": { + "content": "<|reserved_special_token_32|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128041": { + "content": "<|reserved_special_token_33|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128042": { + "content": "<|reserved_special_token_34|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128043": { + "content": "<|reserved_special_token_35|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128044": { + "content": "<|reserved_special_token_36|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128045": { + "content": "<|reserved_special_token_37|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128046": { + "content": "<|reserved_special_token_38|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128047": { + "content": "<|reserved_special_token_39|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128048": { + "content": "<|reserved_special_token_40|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128049": { + "content": "<|reserved_special_token_41|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128050": { + "content": "<|reserved_special_token_42|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128051": { + "content": "<|reserved_special_token_43|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128052": { + "content": "<|reserved_special_token_44|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128053": { + "content": "<|reserved_special_token_45|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128054": { + "content": "<|reserved_special_token_46|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128055": { + "content": "<|reserved_special_token_47|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128056": { + "content": "<|reserved_special_token_48|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128057": { + "content": "<|reserved_special_token_49|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128058": { + "content": "<|reserved_special_token_50|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128059": { + "content": "<|reserved_special_token_51|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128060": { + "content": "<|reserved_special_token_52|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128061": { + "content": "<|reserved_special_token_53|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128062": { + "content": "<|reserved_special_token_54|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128063": { + "content": "<|reserved_special_token_55|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128064": { + "content": "<|reserved_special_token_56|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128065": { + "content": "<|reserved_special_token_57|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128066": { + "content": "<|reserved_special_token_58|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128067": { + "content": "<|reserved_special_token_59|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128068": { + "content": "<|reserved_special_token_60|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128069": { + "content": "<|reserved_special_token_61|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128070": { + "content": "<|reserved_special_token_62|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128071": { + "content": "<|reserved_special_token_63|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128072": { + "content": "<|reserved_special_token_64|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128073": { + "content": "<|reserved_special_token_65|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128074": { + "content": "<|reserved_special_token_66|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128075": { + "content": "<|reserved_special_token_67|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128076": { + "content": "<|reserved_special_token_68|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128077": { + "content": "<|reserved_special_token_69|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128078": { + "content": "<|reserved_special_token_70|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128079": { + "content": "<|reserved_special_token_71|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128080": { + "content": "<|reserved_special_token_72|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128081": { + "content": "<|reserved_special_token_73|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128082": { + "content": "<|reserved_special_token_74|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128083": { + "content": "<|reserved_special_token_75|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128084": { + "content": "<|reserved_special_token_76|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128085": { + "content": "<|reserved_special_token_77|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128086": { + "content": "<|reserved_special_token_78|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128087": { + "content": "<|reserved_special_token_79|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128088": { + "content": "<|reserved_special_token_80|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128089": { + "content": "<|reserved_special_token_81|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128090": { + "content": "<|reserved_special_token_82|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128091": { + "content": "<|reserved_special_token_83|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128092": { + "content": "<|reserved_special_token_84|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128093": { + "content": "<|reserved_special_token_85|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128094": { + "content": "<|reserved_special_token_86|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128095": { + "content": "<|reserved_special_token_87|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128096": { + "content": "<|reserved_special_token_88|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128097": { + "content": "<|reserved_special_token_89|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128098": { + "content": "<|reserved_special_token_90|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128099": { + "content": "<|reserved_special_token_91|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128100": { + "content": "<|reserved_special_token_92|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128101": { + "content": "<|reserved_special_token_93|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128102": { + "content": "<|reserved_special_token_94|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128103": { + "content": "<|reserved_special_token_95|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128104": { + "content": "<|reserved_special_token_96|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128105": { + "content": "<|reserved_special_token_97|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128106": { + "content": "<|reserved_special_token_98|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128107": { + "content": "<|reserved_special_token_99|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128108": { + "content": "<|reserved_special_token_100|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128109": { + "content": "<|reserved_special_token_101|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128110": { + "content": "<|reserved_special_token_102|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128111": { + "content": "<|reserved_special_token_103|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128112": { + "content": "<|reserved_special_token_104|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128113": { + "content": "<|reserved_special_token_105|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128114": { + "content": "<|reserved_special_token_106|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128115": { + "content": "<|reserved_special_token_107|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128116": { + "content": "<|reserved_special_token_108|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128117": { + "content": "<|reserved_special_token_109|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128118": { + "content": "<|reserved_special_token_110|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128119": { + "content": "<|reserved_special_token_111|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128120": { + "content": "<|reserved_special_token_112|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128121": { + "content": "<|reserved_special_token_113|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128122": { + "content": "<|reserved_special_token_114|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128123": { + "content": "<|reserved_special_token_115|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128124": { + "content": "<|reserved_special_token_116|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128125": { + "content": "<|reserved_special_token_117|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128126": { + "content": "<|reserved_special_token_118|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128127": { + "content": "<|reserved_special_token_119|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128128": { + "content": "<|reserved_special_token_120|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128129": { + "content": "<|reserved_special_token_121|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128130": { + "content": "<|reserved_special_token_122|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128131": { + "content": "<|reserved_special_token_123|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128132": { + "content": "<|reserved_special_token_124|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128133": { + "content": "<|reserved_special_token_125|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128134": { + "content": "<|reserved_special_token_126|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128135": { + "content": "<|reserved_special_token_127|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128136": { + "content": "<|reserved_special_token_128|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128137": { + "content": "<|reserved_special_token_129|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128138": { + "content": "<|reserved_special_token_130|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128139": { + "content": "<|reserved_special_token_131|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128140": { + "content": "<|reserved_special_token_132|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128141": { + "content": "<|reserved_special_token_133|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128142": { + "content": "<|reserved_special_token_134|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128143": { + "content": "<|reserved_special_token_135|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128144": { + "content": "<|reserved_special_token_136|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128145": { + "content": "<|reserved_special_token_137|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128146": { + "content": "<|reserved_special_token_138|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128147": { + "content": "<|reserved_special_token_139|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128148": { + "content": "<|reserved_special_token_140|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128149": { + "content": "<|reserved_special_token_141|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128150": { + "content": "<|reserved_special_token_142|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128151": { + "content": "<|reserved_special_token_143|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128152": { + "content": "<|reserved_special_token_144|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128153": { + "content": "<|reserved_special_token_145|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128154": { + "content": "<|reserved_special_token_146|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128155": { + "content": "<|reserved_special_token_147|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128156": { + "content": "<|reserved_special_token_148|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128157": { + "content": "<|reserved_special_token_149|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128158": { + "content": "<|reserved_special_token_150|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128159": { + "content": "<|reserved_special_token_151|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128160": { + "content": "<|reserved_special_token_152|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128161": { + "content": "<|reserved_special_token_153|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128162": { + "content": "<|reserved_special_token_154|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128163": { + "content": "<|reserved_special_token_155|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128164": { + "content": "<|reserved_special_token_156|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128165": { + "content": "<|reserved_special_token_157|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128166": { + "content": "<|reserved_special_token_158|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128167": { + "content": "<|reserved_special_token_159|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128168": { + "content": "<|reserved_special_token_160|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128169": { + "content": "<|reserved_special_token_161|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128170": { + "content": "<|reserved_special_token_162|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128171": { + "content": "<|reserved_special_token_163|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128172": { + "content": "<|reserved_special_token_164|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128173": { + "content": "<|reserved_special_token_165|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128174": { + "content": "<|reserved_special_token_166|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128175": { + "content": "<|reserved_special_token_167|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128176": { + "content": "<|reserved_special_token_168|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128177": { + "content": "<|reserved_special_token_169|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128178": { + "content": "<|reserved_special_token_170|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128179": { + "content": "<|reserved_special_token_171|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128180": { + "content": "<|reserved_special_token_172|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128181": { + "content": "<|reserved_special_token_173|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128182": { + "content": "<|reserved_special_token_174|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128183": { + "content": "<|reserved_special_token_175|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128184": { + "content": "<|reserved_special_token_176|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128185": { + "content": "<|reserved_special_token_177|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128186": { + "content": "<|reserved_special_token_178|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128187": { + "content": "<|reserved_special_token_179|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128188": { + "content": "<|reserved_special_token_180|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128189": { + "content": "<|reserved_special_token_181|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128190": { + "content": "<|reserved_special_token_182|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128191": { + "content": "<|reserved_special_token_183|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128192": { + "content": "<|reserved_special_token_184|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128193": { + "content": "<|reserved_special_token_185|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128194": { + "content": "<|reserved_special_token_186|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128195": { + "content": "<|reserved_special_token_187|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128196": { + "content": "<|reserved_special_token_188|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128197": { + "content": "<|reserved_special_token_189|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128198": { + "content": "<|reserved_special_token_190|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128199": { + "content": "<|reserved_special_token_191|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128200": { + "content": "<|reserved_special_token_192|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128201": { + "content": "<|reserved_special_token_193|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128202": { + "content": "<|reserved_special_token_194|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128203": { + "content": "<|reserved_special_token_195|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128204": { + "content": "<|reserved_special_token_196|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128205": { + "content": "<|reserved_special_token_197|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128206": { + "content": "<|reserved_special_token_198|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128207": { + "content": "<|reserved_special_token_199|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128208": { + "content": "<|reserved_special_token_200|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128209": { + "content": "<|reserved_special_token_201|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128210": { + "content": "<|reserved_special_token_202|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128211": { + "content": "<|reserved_special_token_203|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128212": { + "content": "<|reserved_special_token_204|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128213": { + "content": "<|reserved_special_token_205|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128214": { + "content": "<|reserved_special_token_206|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128215": { + "content": "<|reserved_special_token_207|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128216": { + "content": "<|reserved_special_token_208|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128217": { + "content": "<|reserved_special_token_209|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128218": { + "content": "<|reserved_special_token_210|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128219": { + "content": "<|reserved_special_token_211|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128220": { + "content": "<|reserved_special_token_212|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128221": { + "content": "<|reserved_special_token_213|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128222": { + "content": "<|reserved_special_token_214|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128223": { + "content": "<|reserved_special_token_215|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128224": { + "content": "<|reserved_special_token_216|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128225": { + "content": "<|reserved_special_token_217|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128226": { + "content": "<|reserved_special_token_218|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128227": { + "content": "<|reserved_special_token_219|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128228": { + "content": "<|reserved_special_token_220|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128229": { + "content": "<|reserved_special_token_221|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128230": { + "content": "<|reserved_special_token_222|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128231": { + "content": "<|reserved_special_token_223|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128232": { + "content": "<|reserved_special_token_224|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128233": { + "content": "<|reserved_special_token_225|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128234": { + "content": "<|reserved_special_token_226|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128235": { + "content": "<|reserved_special_token_227|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128236": { + "content": "<|reserved_special_token_228|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128237": { + "content": "<|reserved_special_token_229|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128238": { + "content": "<|reserved_special_token_230|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128239": { + "content": "<|reserved_special_token_231|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128240": { + "content": "<|reserved_special_token_232|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128241": { + "content": "<|reserved_special_token_233|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128242": { + "content": "<|reserved_special_token_234|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128243": { + "content": "<|reserved_special_token_235|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128244": { + "content": "<|reserved_special_token_236|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128245": { + "content": "<|reserved_special_token_237|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128246": { + "content": "<|reserved_special_token_238|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128247": { + "content": "<|reserved_special_token_239|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128248": { + "content": "<|reserved_special_token_240|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128249": { + "content": "<|reserved_special_token_241|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128250": { + "content": "<|reserved_special_token_242|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128251": { + "content": "<|reserved_special_token_243|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128252": { + "content": "<|reserved_special_token_244|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128253": { + "content": "<|reserved_special_token_245|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128254": { + "content": "<|reserved_special_token_246|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128255": { + "content": "<|reserved_special_token_247|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "bos_token": "<|begin_of_text|>", + "chat_template": "{{- bos_token }}\n{%- if custom_tools is defined %}\n {%- set tools = custom_tools %}\n{%- endif %}\n{%- if not tools_in_user_message is defined %}\n {%- set tools_in_user_message = true %}\n{%- endif %}\n{%- if not date_string is defined %}\n {%- set date_string = \"26 Jul 2024\" %}\n{%- endif %}\n{%- if not tools is defined %}\n {%- set tools = none %}\n{%- endif %}\n\n{#- This block extracts the system message, so we can slot it into the right place. #}\n{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content']|trim %}\n {%- set messages = messages[1:] %}\n{%- else %}\n {%- set system_message = \"\" %}\n{%- endif %}\n\n{#- System message + builtin tools #}\n{{- \"<|start_header_id|>system<|end_header_id|>\\n\\n\" }}\n{%- if builtin_tools is defined or tools is not none %}\n {{- \"Environment: ipython\\n\" }}\n{%- endif %}\n{%- if builtin_tools is defined %}\n {{- \"Tools: \" + builtin_tools | reject('equalto', 'code_interpreter') | join(\", \") + \"\\n\\n\"}}\n{%- endif %}\n{{- \"Cutting Knowledge Date: December 2023\\n\" }}\n{{- \"Today Date: \" + date_string + \"\\n\\n\" }}\n{%- if tools is not none and not tools_in_user_message %}\n {{- \"You have access to the following functions. To call a function, please respond with JSON for a function call.\" }}\n {{- 'Respond in the format {\"name\": function name, \"parameters\": dictionary of argument name and its value}.' }}\n {{- \"Do not use variables.\\n\\n\" }}\n {%- for t in tools %}\n {{- t | tojson(indent=4) }}\n {{- \"\\n\\n\" }}\n {%- endfor %}\n{%- endif %}\n{{- system_message }}\n{{- \"<|eot_id|>\" }}\n\n{#- Custom tools are passed in a user message with some extra guidance #}\n{%- if tools_in_user_message and not tools is none %}\n {#- Extract the first user message so we can plug it in here #}\n {%- if messages | length != 0 %}\n {%- set first_user_message = messages[0]['content']|trim %}\n {%- set messages = messages[1:] %}\n {%- else %}\n {{- raise_exception(\"Cannot put tools in the first user message when there's no first user message!\") }}\n{%- endif %}\n {{- '<|start_header_id|>user<|end_header_id|>\\n\\n' -}}\n {{- \"Given the following functions, please respond with a JSON for a function call \" }}\n {{- \"with its proper arguments that best answers the given prompt.\\n\\n\" }}\n {{- 'Respond in the format {\"name\": function name, \"parameters\": dictionary of argument name and its value}.' }}\n {{- \"Do not use variables.\\n\\n\" }}\n {%- for t in tools %}\n {{- t | tojson(indent=4) }}\n {{- \"\\n\\n\" }}\n {%- endfor %}\n {{- first_user_message + \"<|eot_id|>\"}}\n{%- endif %}\n\n{%- for message in messages %}\n {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %}\n {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\\n\\n'+ message['content'] | trim + '<|eot_id|>' }}\n {%- elif 'tool_calls' in message %}\n {%- if not message.tool_calls|length == 1 %}\n {{- raise_exception(\"This model only supports single tool-calls at once!\") }}\n {%- endif %}\n {%- set tool_call = message.tool_calls[0].function %}\n {%- if builtin_tools is defined and tool_call.name in builtin_tools %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' -}}\n {{- \"<|python_tag|>\" + tool_call.name + \".call(\" }}\n {%- for arg_name, arg_val in tool_call.arguments | items %}\n {{- arg_name + '=\"' + arg_val + '\"' }}\n {%- if not loop.last %}\n {{- \", \" }}\n {%- endif %}\n {%- endfor %}\n {{- \")\" }}\n {%- else %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' -}}\n {{- '{\"name\": \"' + tool_call.name + '\", ' }}\n {{- '\"parameters\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- \"}\" }}\n {%- endif %}\n {%- if builtin_tools is defined %}\n {#- This means we're in ipython mode #}\n {{- \"<|eom_id|>\" }}\n {%- else %}\n {{- \"<|eot_id|>\" }}\n {%- endif %}\n {%- elif message.role == \"tool\" or message.role == \"ipython\" %}\n {{- \"<|start_header_id|>ipython<|end_header_id|>\\n\\n\" }}\n {%- if message.content is mapping or message.content is iterable %}\n {{- message.content | tojson }}\n {%- else %}\n {{- message.content }}\n {%- endif %}\n {{- \"<|eot_id|>\" }}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|start_header_id|>assistant<|end_header_id|>\\n\\n' }}\n{%- endif %}\n", + "clean_up_tokenization_spaces": true, + "eos_token": "<|eot_id|>", + "model_input_names": [ + "input_ids", + "attention_mask" + ], + "model_max_length": 131072, + "tokenizer_class": "PreTrainedTokenizerFast" +}