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/README.md b/README.md index 03c4ef3e4939d9f03b765508a086284e4791a802..3543b343c1a9b7b1737a732f6f6b390f9a7195c2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,49 @@ ---- -license: llama3 ---- +--- +base_model: +- Sao10K/L3-70B-Euryale-v2.1 +- Bllossom/llama-3-Korean-Bllossom-70B +library_name: transformers +tags: +- mergekit +- merge + +--- +# merge + +This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). + +## Merge Details +### Merge Method + +This model was merged using the SLERP merge method. + +### Models Merged + +The following models were included in the merge: +* [Sao10K/L3-70B-Euryale-v2.1](https://huggingface.co/Sao10K/L3-70B-Euryale-v2.1) +* [Bllossom/llama-3-Korean-Bllossom-70B](https://huggingface.co/Bllossom/llama-3-Korean-Bllossom-70B) + +### Configuration + +The following YAML configuration was used to produce this model: + +```yaml + +slices: + - sources: + - model: Sao10K/L3-70B-Euryale-v2.1 + layer_range: [0, 70] # 전체 레이어 + - model: Bllossom/llama-3-Korean-Bllossom-70B + layer_range: [0, 70] # 전체 레이어 +merge_method: slerp +base_model: Sao10K/L3-70B-Euryale-v2.1 # 영문 모델을 기반으로 +parameters: + t: + - filter: self_attn + value: [0.5, 0.3, 0.7, 0.9, 1] # 가중치 조정 + - filter: mlp + value: [1, 0.5, 0.6, 0.4, 0.2] + - value: 0.5 # 기본값 +dtype: bfloat16 + +``` diff --git a/config.json b/config.json new file mode 100644 index 0000000000000000000000000000000000000000..0818beeae0e63505459f28bb5cd706497b93259b --- /dev/null +++ b/config.json @@ -0,0 +1,30 @@ +{ + "_name_or_path": "Sao10K/L3-70B-Euryale-v2.1", + "architectures": [ + "LlamaForCausalLM" + ], + "attention_bias": false, + "attention_dropout": 0.0, + "bos_token_id": 128000, + "eos_token_id": 128009, + "head_dim": 128, + "hidden_act": "silu", + "hidden_size": 8192, + "initializer_range": 0.02, + "intermediate_size": 28672, + "max_position_embeddings": 8192, + "mlp_bias": false, + "model_type": "llama", + "num_attention_heads": 64, + "num_hidden_layers": 70, + "num_key_value_heads": 8, + "pretraining_tp": 1, + "rms_norm_eps": 1e-05, + "rope_scaling": null, + "rope_theta": 500000.0, + "tie_word_embeddings": false, + "torch_dtype": "bfloat16", + "transformers_version": "4.45.1", + "use_cache": false, + "vocab_size": 128256 +} diff --git a/mergekit_config.yml b/mergekit_config.yml new file mode 100644 index 0000000000000000000000000000000000000000..2e94d13cce1709ca1ea353a08662e841c1bbc5c3 --- /dev/null +++ b/mergekit_config.yml @@ -0,0 +1,17 @@ + +slices: + - sources: + - model: Sao10K/L3-70B-Euryale-v2.1 + layer_range: [0, 70] # 전체 레이어 + - model: Bllossom/llama-3-Korean-Bllossom-70B + layer_range: [0, 70] # 전체 레이어 +merge_method: slerp +base_model: Sao10K/L3-70B-Euryale-v2.1 # 영문 모델을 기반으로 +parameters: + t: + - filter: self_attn + value: [0.5, 0.3, 0.7, 0.9, 1] # 가중치 조정 + - filter: mlp + value: [1, 0.5, 0.6, 0.4, 0.2] + - value: 0.5 # 기본값 +dtype: bfloat16 diff --git a/model-00001-of-00142.safetensors b/model-00001-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..53d48a9a748ccf87b4bc8c99e6c1e33d47a9588e --- /dev/null +++ b/model-00001-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c17a5c2b005f5dc81451d849897d0eb9077f9dfa8c07eaa7a538447b5d9df9b +size 2101346432 diff --git a/model-00002-of-00142.safetensors b/model-00002-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..529b6a4d84f62890e7aeaa54b10abdbc3b7f29dd --- /dev/null +++ b/model-00002-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270cbaf162174e63b40321501569546fa1f3467f8478aaa26cdb3cd6a64a2156 +size 2101346448 diff --git a/model-00003-of-00142.safetensors b/model-00003-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..55ae1ec800e61463dfc18d7cf1bc07f8515ed64f --- /dev/null +++ b/model-00003-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c6342f97ee2eb8d53674457377874bbeeac86c6b8fb85ee3cd98b6ec01e3ae +size 939540840 diff --git a/model-00004-of-00142.safetensors b/model-00004-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7af81d4a37f0651ddc90db66ecd5cc59f0a40cf5 --- /dev/null +++ b/model-00004-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2d58e80164778e99704c739aa0818a8fceb25f0eb3e558b9f1195844d6e70b +size 771785536 diff --git a/model-00005-of-00142.safetensors b/model-00005-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3b69c7baffe63dc9ae56d2fed85b254d4e91fac3 --- /dev/null +++ b/model-00005-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6516cb62c900ed72811bc51087b0ef43a942e2e12c3259bcb2efc01c7feb710 +size 939524360 diff --git a/model-00006-of-00142.safetensors b/model-00006-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..60639eb3975ee76e11d0201b0a53e3052e4fcffe --- /dev/null +++ b/model-00006-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bdb1ce36dc15696735383770644f949d4ac3d1ba60c34afaa6087a0aa61afd7 +size 771785536 diff --git a/model-00007-of-00142.safetensors b/model-00007-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ea83dec1088951bdf2c3e86e1c1ff7be63b59356 --- /dev/null +++ b/model-00007-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58022fbf4ab692fdb1bb42860b1e415a45c5ddefa4faa7b86b9b24f596dcd9bd +size 939524360 diff --git a/model-00008-of-00142.safetensors b/model-00008-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f0bbd7791fab5f49cd260ee65a1458bb1c8e1481 --- /dev/null +++ b/model-00008-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1940b9bb223d687163625cf06d84c40f783b33b36b6c74bc121206c36fa6a88 +size 771785544 diff --git a/model-00009-of-00142.safetensors b/model-00009-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..30242d2eabced6e10da359a17a2b2f5566ad869c --- /dev/null +++ b/model-00009-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cdbbf8604e073639315d7e096fb9979896ebae7279694240e7789534da44efe +size 939524360 diff --git a/model-00010-of-00142.safetensors b/model-00010-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b281eec0d15eddc40b150061444cb015a9431835 --- /dev/null +++ b/model-00010-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed2a23a6949f6d9216b21e7e6a7a7be62a76c8cccddcbfe9d8bf2c61cafcb36f +size 771785544 diff --git a/model-00011-of-00142.safetensors b/model-00011-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c758402b26525d0ecaba4242a59e0a4f0ced6b8e --- /dev/null +++ b/model-00011-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7f4ddf28fffa1af2489d36064fe26f9fda78020f5681e3a5215fab218f26da +size 939524360 diff --git a/model-00012-of-00142.safetensors b/model-00012-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..18d3c66f841d716eb49d31f15f09c7e23da4d4a7 --- /dev/null +++ b/model-00012-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a05249d643abedfa5a81c9f4267a07b63f9a7e053df1f94c4c92a9154945e5 +size 771785544 diff --git a/model-00013-of-00142.safetensors b/model-00013-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..50fa6e0503f27ef125021f6b86cd794e0f2e38b7 --- /dev/null +++ b/model-00013-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dca7e5e2572df80b2c76a6c537d39d7c9b7064b01e3e7f2febfdc8cebb4cb0 +size 939524360 diff --git a/model-00014-of-00142.safetensors b/model-00014-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4146fd9ce10f777a27f149a04611f64574f63431 --- /dev/null +++ b/model-00014-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2412a0c0d215bd43bbb1a32ece0648036fb22ee76257d331a87cd87a0839af24 +size 771785544 diff --git a/model-00015-of-00142.safetensors b/model-00015-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4a19c1514076879529382ec256915125aa7c7943 --- /dev/null +++ b/model-00015-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9de13ed72306503302ee9e44922a574c57670e9629041bcf4aa39c3113b4940 +size 939524360 diff --git a/model-00016-of-00142.safetensors b/model-00016-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..dca06178215d731e236f277ca065c03ef692f4ee --- /dev/null +++ b/model-00016-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9561cc3034631e46aa16712fc52819b63203518ea9681c1d1fe7443282ce384b +size 771785544 diff --git a/model-00017-of-00142.safetensors b/model-00017-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ccfeef68470f115b19ba30e892f9e6437c404738 --- /dev/null +++ b/model-00017-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df0b826f429df3a6e388911a6fd917a1b7af9712b5dcca91db9552467051c71 +size 939524360 diff --git a/model-00018-of-00142.safetensors b/model-00018-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ef3cd90949eb892f8c7af3ee1663c83dc9074377 --- /dev/null +++ b/model-00018-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57712d26663d384e21b9d0c8820af43285188a161938fd76f0af45eb046d7d01 +size 771785544 diff --git a/model-00019-of-00142.safetensors b/model-00019-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2ba9be3c2e26e4645dc9872e309771865a9c13f8 --- /dev/null +++ b/model-00019-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88392b924591c67187021c22f03922c6d1c76fe94af2334674cc2a871349870 +size 939524360 diff --git a/model-00020-of-00142.safetensors b/model-00020-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..74045248d0ada46b52e2aac99ebb824965d879c5 --- /dev/null +++ b/model-00020-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5533c44eb873e7b1f588a9441a82c0eaa5cbf984b5bb617cad5d64472f9e307 +size 771785544 diff --git a/model-00021-of-00142.safetensors b/model-00021-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a2c4b63c05ca52e845b345c298aa334cc2a3798c --- /dev/null +++ b/model-00021-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae4f75fb82bb03036de95d34f3fe959cf9a3cd7d453ad1d3ac9f8ee991b599d +size 939524360 diff --git a/model-00022-of-00142.safetensors b/model-00022-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4037a9d96db333aaf9659649885d0aa38447aa0f --- /dev/null +++ b/model-00022-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79975e78c46fdb85af36ca80a8156e4c4e2f8f596983f7516d0712d8e26fa2f +size 771785544 diff --git a/model-00023-of-00142.safetensors b/model-00023-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..099f0763ba9d046e9498f4893758461142c7545f --- /dev/null +++ b/model-00023-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919ce33f4cd893f8185ec370c91e8c5a39b7fd9cd4431c61fc9781992bb9edfc +size 939524360 diff --git a/model-00024-of-00142.safetensors b/model-00024-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..676c6fdc9115da09d205cea95b06ab55dd260cac --- /dev/null +++ b/model-00024-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3462f8d29d482ce39a5aa66a8772c01605768cc611648c7b809fd2357e14a378 +size 771785544 diff --git a/model-00025-of-00142.safetensors b/model-00025-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f5b745e383a9479869f5d473e1e0e390474b19ed --- /dev/null +++ b/model-00025-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b665018d8825bd986e3ce935ab0c39d5bf75698492f5289f04d78a4f316118b +size 939524360 diff --git a/model-00026-of-00142.safetensors b/model-00026-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2643c675bc0f7c4169a6ee552452321a1e605307 --- /dev/null +++ b/model-00026-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b4165145605c494cd4e5a4fa308fa84c71f7e8c15dea4be5f0ffb2f19bbf6c7 +size 771785544 diff --git a/model-00027-of-00142.safetensors b/model-00027-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..042b376808e0a8b44e7a45b0ab4405cd80de83aa --- /dev/null +++ b/model-00027-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfc74bc80a6764eb013110c58bd9f0f1abcb3cac042f16523665ef6e4ffe59e +size 939524360 diff --git a/model-00028-of-00142.safetensors b/model-00028-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ec6e77bd790d2562d7488567a0932d9d8b04118a --- /dev/null +++ b/model-00028-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0624ae666fd4565f32bff784ace74ba98215a5af37fdfabff8c4d88cd7c4092d +size 771785536 diff --git a/model-00029-of-00142.safetensors b/model-00029-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1412d18ba02a8cf654d1a7fd4043a49d34f3e5f2 --- /dev/null +++ b/model-00029-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea55f82707b1e34836f0fbc1f0ecdddbc6e2561185bc31b74106642ee4fe074e +size 939524360 diff --git a/model-00030-of-00142.safetensors b/model-00030-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7bae0dcc8666e958f05187be33618ad3937f1d64 --- /dev/null +++ b/model-00030-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907df9b2ca8531e952a3fa800e94747ecfaf2be2f189752c5b40c3d3eef84244 +size 771785544 diff --git a/model-00031-of-00142.safetensors b/model-00031-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1f7f5bebe8d0bf32da21d20ba179538d71604dbd --- /dev/null +++ b/model-00031-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e1619d14c217faf115cc0b89515e15130909a629aa2e69fbdfa54670745a165 +size 939524360 diff --git a/model-00032-of-00142.safetensors b/model-00032-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..41a00154bf0bbdc36ead3e7ad92ef0f7aca04df5 --- /dev/null +++ b/model-00032-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8615124de6eb3c885b5a0057e8948406d531761733f578eba6e5929b1133b6a2 +size 771785544 diff --git a/model-00033-of-00142.safetensors b/model-00033-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..34c124bae99bc9ef638700e7938d827523f527db --- /dev/null +++ b/model-00033-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ab23c5f13ac44ed6519ebad89790962bb914b286bff361f89a44997d0b0fd4 +size 939524360 diff --git a/model-00034-of-00142.safetensors b/model-00034-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1781520a2d006d988eb81f1be6946bf3d56b4ffe --- /dev/null +++ b/model-00034-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e95484b1616fdae440195f8bca15d83b4353f94f8b52165a2fa0c1fb4d7ead +size 771785544 diff --git a/model-00035-of-00142.safetensors b/model-00035-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0fe90d0d9b8df62daff97e04faeed16f1dbf00a0 --- /dev/null +++ b/model-00035-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ff06fbe7b1d43fc1568395708fe465d222bcf43d086df1f80a7ac552dce200 +size 939524360 diff --git a/model-00036-of-00142.safetensors b/model-00036-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d021973f34a80ce779fae46815abe7cb08e5b2d4 --- /dev/null +++ b/model-00036-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8434942d721fdd937911f29a3b94c8e26d938605f40a55efc10bea25b6168193 +size 771785544 diff --git a/model-00037-of-00142.safetensors b/model-00037-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7c5893774b65c277171ddd19219db7d66bb086c2 --- /dev/null +++ b/model-00037-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dbefb53e747383aa4f943f8a8ab1fbd25e6ebca54d0635c8f70410811b01fdf +size 939524360 diff --git a/model-00038-of-00142.safetensors b/model-00038-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7cda2b887d2a52384ffa8012300f4be5d4cbdb57 --- /dev/null +++ b/model-00038-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4839d7ef6aaac0e5248bd8f11a697ed3b8735aed66059b14fe25bda2e2da5882 +size 771785544 diff --git a/model-00039-of-00142.safetensors b/model-00039-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a73d7edd0a08153aa0fb0a969e0d73a8236b1c19 --- /dev/null +++ b/model-00039-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56eabdd8ea2dacf4a124f39a5e23fabd1f633d051428a8d56e6b72e9a1e3c64 +size 939524360 diff --git a/model-00040-of-00142.safetensors b/model-00040-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..195253bb50e6a6f97eb5bc9b9c5667d73fef0697 --- /dev/null +++ b/model-00040-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43d160abc9ffa714953559e8b9870129aaf9ece559563af5948c771cd04f507 +size 771785544 diff --git a/model-00041-of-00142.safetensors b/model-00041-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0ced38c5604fb98688c47f2f1d9f1b8110128dbc --- /dev/null +++ b/model-00041-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7230e205a1a5b8c92ef2345db1fe0134362487090e1e7692e5ebf91e55ee9643 +size 939524360 diff --git a/model-00042-of-00142.safetensors b/model-00042-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2066854c003c8d5fcdf8c87cbe88dd7d12626550 --- /dev/null +++ b/model-00042-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80c5aa35f8365c0c6997e9866f4cb6444c0bbdf3918af0fa1dd34a3cea9707a +size 771785544 diff --git a/model-00043-of-00142.safetensors b/model-00043-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f61833c0103d6614e371894d0f687cb02cfbbece --- /dev/null +++ b/model-00043-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a938e3df835647b5db7b649aecb79c5a7d6c0532bcb3d09943f4951ef33936c9 +size 939524360 diff --git a/model-00044-of-00142.safetensors b/model-00044-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a495f27a1f9eb538c80ecfd7fbb3efd88f1ce829 --- /dev/null +++ b/model-00044-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7711380558062c81d46970101a4ac6bbfd7ec249f099086100b322ac9b57263c +size 771785544 diff --git a/model-00045-of-00142.safetensors b/model-00045-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ad7dfafd5d270176cff8851bdc94d25c73998a66 --- /dev/null +++ b/model-00045-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7296458946d4dc8da9871106db319a6a0b5ec8313b0afffabb7151904badfe54 +size 939524360 diff --git a/model-00046-of-00142.safetensors b/model-00046-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2d4208019e00b11c858c52ca8afa086ab21f68d6 --- /dev/null +++ b/model-00046-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67bee016801613f8e9d04e759e0295eb34c9055004046304f372c5813d4a0b8 +size 771785544 diff --git a/model-00047-of-00142.safetensors b/model-00047-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8d0997b38efd5b46ef9fff0387800080683c24e0 --- /dev/null +++ b/model-00047-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533373e5442fb5e057c21cc544e431dc96d5e2b1319708ebe658d74e0364a557 +size 939524360 diff --git a/model-00048-of-00142.safetensors b/model-00048-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6a6d1840d013ae2535aacc7816903460c84c4968 --- /dev/null +++ b/model-00048-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69aaa035ac5a05933d2f2dc68a2d416b32755c20ff99d1641eddd3d1936aea5 +size 771785544 diff --git a/model-00049-of-00142.safetensors b/model-00049-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..42995807c74bb0c404e9716d6087fa1f897c64e9 --- /dev/null +++ b/model-00049-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc67723a54caeb38888af0eb76ef9ca1534c7452d8ef64cce3bbb87e8c1255e +size 939524360 diff --git a/model-00050-of-00142.safetensors b/model-00050-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..cb66e97940b58c324254f4c672e154c422d10eb6 --- /dev/null +++ b/model-00050-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a61f246980b8003a3015f4e4ea08d883e3e33b72e7b0ab3e246a6c0d631fd4 +size 771785536 diff --git a/model-00051-of-00142.safetensors b/model-00051-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..24df921f48b3de5e7c46dccbd5fb8fcced8aa759 --- /dev/null +++ b/model-00051-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e7ee71690681691660ef6732e1f42ca0091a1fe12136815f57a1a7860fde0f +size 939524360 diff --git a/model-00052-of-00142.safetensors b/model-00052-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..134509a6a3e8f661d0f984c5be8e92a1eeb9fbf9 --- /dev/null +++ b/model-00052-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17478beac7d22e2b07f740b653cfdcb3471843009a1dd0db7d794a6c0b0abfda +size 771785544 diff --git a/model-00053-of-00142.safetensors b/model-00053-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..0b3a94d0d631d7f342987d8334948e5c81a48c97 --- /dev/null +++ b/model-00053-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2eca7c4c3f2078f8dcadf68fdffa0dbf3081033d7bd144e3da62375356a281e +size 939524360 diff --git a/model-00054-of-00142.safetensors b/model-00054-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..eb17fb2c2842b7bd3c685399b1eff28fe6146b09 --- /dev/null +++ b/model-00054-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ecd8a8b64ec4e812a58e74e522484a642d4cce4c6c84d69406dd8993ca0f10e +size 771785544 diff --git a/model-00055-of-00142.safetensors b/model-00055-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..db9036bf8d4e4e18df9a03dba1c28643badd1977 --- /dev/null +++ b/model-00055-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a24392283cf2c9a8f4287c348720a82f78e1f69ffa8072259195f2ccc0f1a531 +size 939524360 diff --git a/model-00056-of-00142.safetensors b/model-00056-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..39dd8d606b48938ffed46d4b7b3265022be934e7 --- /dev/null +++ b/model-00056-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515d079df9072c7f4319ac2e13866677a2b08c5fd101ae7f28036c811ec372f3 +size 771785544 diff --git a/model-00057-of-00142.safetensors b/model-00057-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d97c88b4370cd8079f8db4ad0f8a0e59b43f941d --- /dev/null +++ b/model-00057-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d48c38ff6404bf47e68fbf750640d348d602f5d21f2e4a2ec4f3226e5abc390 +size 939524360 diff --git a/model-00058-of-00142.safetensors b/model-00058-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7f768ab7c55b91a1b20644d5bb7b723b9e9e202b --- /dev/null +++ b/model-00058-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f367a0b5a3d9af9411ff55b6e69568d7738117dafb1ba8d2befa739639c142 +size 771785544 diff --git a/model-00059-of-00142.safetensors b/model-00059-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..39eada32cc61bee33de5ab1afa3e2ca6d2e0f737 --- /dev/null +++ b/model-00059-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc6fecc0d4830068b482023d9c42024ca10b5efc51debcd678b7145dae69159 +size 939524360 diff --git a/model-00060-of-00142.safetensors b/model-00060-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7207e1e53970eb307e332c333c40fa04ccb32590 --- /dev/null +++ b/model-00060-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e62d18ec86c2921def78911a63694b954f487b54bf01684fb64a4f4afd688306 +size 771785544 diff --git a/model-00061-of-00142.safetensors b/model-00061-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..901f5d9126d0313b863b3a5f970b4fd86f6ca12d --- /dev/null +++ b/model-00061-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d04d69a7692ff3205c523cb57a1e237f2d0490d943002eef50223579c63022 +size 939524360 diff --git a/model-00062-of-00142.safetensors b/model-00062-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e0fd56b8128d066366c9850839a2366c34d42db6 --- /dev/null +++ b/model-00062-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ffacf2df4406eec54fb20a35919908a11a7cb68319a8b93bb5bea481d203d71 +size 771785544 diff --git a/model-00063-of-00142.safetensors b/model-00063-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b69200adf71dfa3814c8d87db310d005a60e0268 --- /dev/null +++ b/model-00063-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e334e479c3af84dcf8df8516c373669de6c0bc7decc2245997d8a14cecc89705 +size 939524360 diff --git a/model-00064-of-00142.safetensors b/model-00064-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bdfb9eb7812a306683693163bd6725f9e1403e47 --- /dev/null +++ b/model-00064-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01749108fcbc92a313974e01a0b66ffbd8202821a325ad1ad1119f5886920e82 +size 771785544 diff --git a/model-00065-of-00142.safetensors b/model-00065-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..72616df539ed2418cd702f0a94be4f3e209fa370 --- /dev/null +++ b/model-00065-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05706f16c24365c7c108bce2fba3d2fd2e84fb1bab2774ea15c66977a0df9dce +size 939524360 diff --git a/model-00066-of-00142.safetensors b/model-00066-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..25dccb75f850fa31128f3e7d5d9724bf9f197047 --- /dev/null +++ b/model-00066-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c324dd4efb97c2a8424d5ac076ce91d9e4be5c0c802e6b1cee45985f368367fe +size 771785544 diff --git a/model-00067-of-00142.safetensors b/model-00067-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c39ef42a9945aa9808067eb6db261d562b4e327e --- /dev/null +++ b/model-00067-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70292ae862f96a8dd0ba5b863bf06c0f77dbc5973e468786e37c8cc967cb0f9e +size 939524360 diff --git a/model-00068-of-00142.safetensors b/model-00068-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f62549ae08358f8888a6981089a6dcc514356c99 --- /dev/null +++ b/model-00068-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9dbdef3c93f37bad40761aad6a469fb9a2c56931da82ba7939ce839a7593c5c +size 771785544 diff --git a/model-00069-of-00142.safetensors b/model-00069-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..dc86821383e13f51887f1c3b6f197d18905fb235 --- /dev/null +++ b/model-00069-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae7d6d59f5056f638c3efd01885125830e588d0d922bcd3589477b752be410a +size 939524360 diff --git a/model-00070-of-00142.safetensors b/model-00070-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bd23f2f4fb1d3539e21f3b083317a926aafbd92e --- /dev/null +++ b/model-00070-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92cc10cb289a79a5f66b1f64b1af8bd1f16437612531f72dfcd964432f3c614a +size 771785544 diff --git a/model-00071-of-00142.safetensors b/model-00071-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..806f1b6ff882d874d369c146a47a9c8ee8487b44 --- /dev/null +++ b/model-00071-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6233bcc6f1ef56d40f660f58fd585a633804aeb665b96125ba7dd8b11386d9 +size 939524360 diff --git a/model-00072-of-00142.safetensors b/model-00072-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e6e4f819d82c0a68f61eebd3ad6711ad1e0516b3 --- /dev/null +++ b/model-00072-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5511f0da98ad2eed3379663d1ea2584ab0991a94bf2a8a25fc752e986cabe32 +size 771785536 diff --git a/model-00073-of-00142.safetensors b/model-00073-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d405a161af1862077ad02a85e8613596f816e88a --- /dev/null +++ b/model-00073-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf023b74df6c87f77c6198a92e2fe6275bab294e2e10b0e4b8d983d6f19dfb5 +size 939524360 diff --git a/model-00074-of-00142.safetensors b/model-00074-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5ff84a60c97fa102798452941e1a231c7fe38c8f --- /dev/null +++ b/model-00074-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9030b1498bd6387dacbb6a17ae891bd72a80cf75d292f6257f85129b9781289a +size 771785544 diff --git a/model-00075-of-00142.safetensors b/model-00075-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4a1aae7f979cd40ee48795e36fd2f5c123742155 --- /dev/null +++ b/model-00075-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8b14593ad6d07f9320cb836a9117228ea77bbbb1c3b87af88e71bf7d7425d5 +size 939524360 diff --git a/model-00076-of-00142.safetensors b/model-00076-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..87a2931054ac2dab5ad4762b9a0e7ee4ae642423 --- /dev/null +++ b/model-00076-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13705eb00710cb86234be5b5e39aabc99861b8539677aca948558b1974b34e66 +size 771785544 diff --git a/model-00077-of-00142.safetensors b/model-00077-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f27e956989c86215b590caf42b8f00254798b93e --- /dev/null +++ b/model-00077-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470657e00f3fd3449df3db357b62adc38444ef1cd5a749215061ea9c2ec3d965 +size 939524360 diff --git a/model-00078-of-00142.safetensors b/model-00078-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..1bdabfd933def598a1ded265ffb9154b5efea31f --- /dev/null +++ b/model-00078-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccbb60a5a46a783ac11e47096d53b5af66584ce723f30d8d2b852de35d873a7d +size 771785544 diff --git a/model-00079-of-00142.safetensors b/model-00079-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8098da773056cdeb36d8d126be3775bebd3dab1c --- /dev/null +++ b/model-00079-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196a5bc3a2c3d2e508d403ee8bb93c77a92527871a9f2eda46c311ff221be206 +size 939524360 diff --git a/model-00080-of-00142.safetensors b/model-00080-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..13e44f3c12fd113fa0389c23e402ebceba65bf57 --- /dev/null +++ b/model-00080-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631d4a3be8b809b1240adf0f4d12d4aae922dc1d7b73227472253e2d3f31fe62 +size 771785544 diff --git a/model-00081-of-00142.safetensors b/model-00081-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..c63e7939b58bacc5aa663e8632eb81c90c5b3a35 --- /dev/null +++ b/model-00081-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fa3a85b6bdab245f26db35bc106fa986f74aa869aa35a9cdfc5f97beb3c56a +size 939524360 diff --git a/model-00082-of-00142.safetensors b/model-00082-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..742a479034ab773f63b4593461ced09efc8d025c --- /dev/null +++ b/model-00082-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0728cfe231fc899043c4d127e58fc2a3e1bdd3febf79ebab3ad6621d1b7a472 +size 771785544 diff --git a/model-00083-of-00142.safetensors b/model-00083-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e68053597266a149af1f778f23d8c7fe8c1ae84e --- /dev/null +++ b/model-00083-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a35bcf7d039a7f182be66f3663ce215871fd5b44499465a7efe5357f9a9678 +size 939524360 diff --git a/model-00084-of-00142.safetensors b/model-00084-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8dcbe02e3c54e45b402cd12a0a3d97607b0d16bc --- /dev/null +++ b/model-00084-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c19aea3a6ed1f248318f58d393d5e9c28279b3d2fc360546599565922c4e67 +size 771785544 diff --git a/model-00085-of-00142.safetensors b/model-00085-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9a20639b09a248d389124f5ad73a5727c88866f5 --- /dev/null +++ b/model-00085-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcf596b95430d9137be2221482eb905e328f11a074b41eb491db5365d14969d +size 939524360 diff --git a/model-00086-of-00142.safetensors b/model-00086-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..018d29803fc1e5ebdaeaf0cda857e4250b42cc8f --- /dev/null +++ b/model-00086-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7036535dd00dce578b1a82c202f4bc8c3b08bab63f59598bd56e64707c9b77ef +size 771785544 diff --git a/model-00087-of-00142.safetensors b/model-00087-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..dc7e55ec9001403e517c02db27f795c2c6f5bf18 --- /dev/null +++ b/model-00087-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55be0d42d8142e100c364b9f531f22cd528d78089e0be50bf1442734114f6cb +size 939524360 diff --git a/model-00088-of-00142.safetensors b/model-00088-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6ffae1076a62dff6a7a4b851e1a926ad3f2ea9f4 --- /dev/null +++ b/model-00088-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee70a0ab4267f59429ebb3b9cbb4f9e01ac6e32f8302d2d29ae66b58b911f54 +size 771785544 diff --git a/model-00089-of-00142.safetensors b/model-00089-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e0194264d93f3d327cb60696ff31a4c8feb8c25c --- /dev/null +++ b/model-00089-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8ac82827f2e3fab5880ca4a409239ac8caa025f6f6541d4add32e8de601320 +size 939524360 diff --git a/model-00090-of-00142.safetensors b/model-00090-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..86a7870b6e33c50ccbcb66ca3abd4fee97f7cce5 --- /dev/null +++ b/model-00090-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d50253f132d1e4f04175537d067da0c60bdda0d837a3973900655ab08173a84e +size 771785544 diff --git a/model-00091-of-00142.safetensors b/model-00091-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..eb852dbdd5fd90e7ae1133ace3474549fb2802d4 --- /dev/null +++ b/model-00091-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd7477adde8f9ca6792bfafd2ea366e05e6d46460486477c51562f6219fcad1 +size 939524360 diff --git a/model-00092-of-00142.safetensors b/model-00092-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f5cfc432b56a784f055f34c02c2b40ef1bb157c1 --- /dev/null +++ b/model-00092-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99de9abdb4713614e97e8e268a793538027e17914b25aed9da1f99a51216ceb1 +size 771785544 diff --git a/model-00093-of-00142.safetensors b/model-00093-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d908336d7f90afb8f8498d8f14b6f6111f08506e --- /dev/null +++ b/model-00093-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7caad906336650e6df0252a7896b7a28897c58a27a09d3a2485c8293bc062369 +size 939524360 diff --git a/model-00094-of-00142.safetensors b/model-00094-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..605bcf8c62cea360d439cf1a3914ca500ab8d02e --- /dev/null +++ b/model-00094-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42af4b045c2b2a45878cd46e32de5d01602ac4cfd9ddc3b031359f5be0890ee1 +size 771785536 diff --git a/model-00095-of-00142.safetensors b/model-00095-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d4fa8539538061c3dff29560147611f4b36eb257 --- /dev/null +++ b/model-00095-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5cebfe2d17bd7b64934900fd0e5c2249f7a1f8f29d6abdac8f57c36800823c +size 939524360 diff --git a/model-00096-of-00142.safetensors b/model-00096-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..f66b9c05c39fbd10da68700231e4514fc296e0fd --- /dev/null +++ b/model-00096-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599dbc6937a668936a3ce16ba789b515c359785dc340125d7c0af8ddc0beaa05 +size 771785544 diff --git a/model-00097-of-00142.safetensors b/model-00097-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6fb25c02c651e46e132ecad30e33020f9eb25ebd --- /dev/null +++ b/model-00097-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f9222896977174d1c57f7ea346815b3fa75a8518020c744f781e625f0f54ad +size 939524360 diff --git a/model-00098-of-00142.safetensors b/model-00098-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..405477250801a8064058c30f700df5f7594d5cff --- /dev/null +++ b/model-00098-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464467d66a2a30707fad7b551cb33dec46f34457fdfa341da5e834812e02198f +size 771785544 diff --git a/model-00099-of-00142.safetensors b/model-00099-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..cba02ae06572fd2d83c4b5311b4432a1e3f84204 --- /dev/null +++ b/model-00099-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8159a9836192c48832a1d246d5a2e255f9ef3a81c2a3c66634463a5f8281bc42 +size 939524360 diff --git a/model-00100-of-00142.safetensors b/model-00100-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..04ab3e0eb657d3221ff4cec68c068325876b0aa8 --- /dev/null +++ b/model-00100-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecdc1889eec094a2e094f76882d3c10f05818adc6595dfa313d2e3f5b49ee0f +size 771785544 diff --git a/model-00101-of-00142.safetensors b/model-00101-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..84b60fe5071c2cdf61101a705f30618abf651042 --- /dev/null +++ b/model-00101-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b63527ca87bc8f188c2eabef66438f5c51bc9d348bd2394104bee2a48932309b +size 939524360 diff --git a/model-00102-of-00142.safetensors b/model-00102-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..97bd121270012f7fd971612761eb21fd8ea61456 --- /dev/null +++ b/model-00102-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7288d39e36f13bc33795d4e9922bc0c33613c715747795ace4317698a3e0b2f6 +size 771785544 diff --git a/model-00103-of-00142.safetensors b/model-00103-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..686a05c697abd7276f6c63836c51af85fba352ca --- /dev/null +++ b/model-00103-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cad43c19619871a6eeda4e6516561f987cc884167c07352ce7d27d6078e4aa +size 939524360 diff --git a/model-00104-of-00142.safetensors b/model-00104-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6831ead6722a19c39ffa844fb614a1d8902d05fe --- /dev/null +++ b/model-00104-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2111a70a22f88b3e49ef673bfe89b565f7911c2d338b58a33361eb0a8fc5daaa +size 771785544 diff --git a/model-00105-of-00142.safetensors b/model-00105-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6f1a90cb51db29808cae49a4c0979e2a8c4badc8 --- /dev/null +++ b/model-00105-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae1252e1db209a19715dec2be3eaef8c0a740a0dfe13979c9698e0a10632732 +size 939524360 diff --git a/model-00106-of-00142.safetensors b/model-00106-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..5e2ca70263a1eb230f7d44396e223bcb0bb181d3 --- /dev/null +++ b/model-00106-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d13a2370314ec6cb81127a158aeaf828ee5422d43898ff0f8363e00eaa931f +size 771785544 diff --git a/model-00107-of-00142.safetensors b/model-00107-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..508b6c095be97a47ffbe7dc210baefc4136e669f --- /dev/null +++ b/model-00107-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447139b202b36b1b6d67a2bf680c5b04da3693e728ad2e5bd28327d65d08ddd5 +size 939524360 diff --git a/model-00108-of-00142.safetensors b/model-00108-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6e674a2ac8ccbf1cb777c4ab4b28c2e96525f964 --- /dev/null +++ b/model-00108-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47ca322dc0bd43a26316ff995f88d94fde703027f6c35b984020b2c45c488c3 +size 771785544 diff --git a/model-00109-of-00142.safetensors b/model-00109-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..98d1512328cf27190b48bacbe4834c0485c3c300 --- /dev/null +++ b/model-00109-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74ef1cdd5890255a72c01846176f5e7eb918612a02848218be3e1f544e6d6fe +size 939524360 diff --git a/model-00110-of-00142.safetensors b/model-00110-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..7ace7aef0a2ec44d497ba3f1cd8a702c088497ae --- /dev/null +++ b/model-00110-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ceca847c619d79d8a902c1ed7f91cc16c25283c4131b629e646efb2f8232e0c +size 771785544 diff --git a/model-00111-of-00142.safetensors b/model-00111-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8545ebb5eb3cbe33ec7f38c98cdc7b8e44b759b2 --- /dev/null +++ b/model-00111-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8caa5f635d922e75ffca009c51fcf92cfa02aa6ffe85aa6a8afb273b4155bee7 +size 939524360 diff --git a/model-00112-of-00142.safetensors b/model-00112-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..4c9a22dfebf9075d1362068552003dec31f01d1e --- /dev/null +++ b/model-00112-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dedef13c8eaa68887eb6ba3e1c040150244f2f5ae194ea9c32c3e861c2e834cd +size 771785544 diff --git a/model-00113-of-00142.safetensors b/model-00113-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8fbb2bb7d0d829dddb561cbb0efc9dbbe0e8f872 --- /dev/null +++ b/model-00113-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dca2f4d7d78da866f13bf44f3b4d31aae9b09681415cda57ee0010172362d59 +size 939524360 diff --git a/model-00114-of-00142.safetensors b/model-00114-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..27039dda879d580ac417c5394d8f499bd62830b6 --- /dev/null +++ b/model-00114-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f08fe6c29289d966debf7e037dad9c455403f03422671af3f7ed4be5190fd6 +size 771785544 diff --git a/model-00115-of-00142.safetensors b/model-00115-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..b653d8239663c60f933afe2eb1ac8e1463766fd5 --- /dev/null +++ b/model-00115-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11044298253be2696d419aa123e0e08a0bcf96dace8ce29a8bae408a2b27937 +size 939524360 diff --git a/model-00116-of-00142.safetensors b/model-00116-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ed87f4689b96f89a6534daa27f27925ff52d7d2a --- /dev/null +++ b/model-00116-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1e0079f9f454969628758487c7a22f8b10781b7bbb41d3db648d07180dbfc9 +size 771785536 diff --git a/model-00117-of-00142.safetensors b/model-00117-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..873261a11d5f5fc3e901595cd67da68f252b7a49 --- /dev/null +++ b/model-00117-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e16f695a85fec1b560017dabffc8a2078dc80415559b5a1e37cf8a4fd858d8 +size 939524360 diff --git a/model-00118-of-00142.safetensors b/model-00118-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d7e4b232410831d46bf5da56430cbc16c5df024c --- /dev/null +++ b/model-00118-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2f2de90dccd904dc95c7ee55c973fcfbfe2f1cb85e9355ee6ea5766c1f3a05 +size 771785544 diff --git a/model-00119-of-00142.safetensors b/model-00119-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8fd85822194f4525b11bfc8b4ec6212fb637b434 --- /dev/null +++ b/model-00119-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31e91cab17cd06e74ce01502188298f1028f3634aac1fb148d65f6b9a88775c8 +size 939524360 diff --git a/model-00120-of-00142.safetensors b/model-00120-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ea20b087208dadffe00e45fd4832019a7d3b5ee1 --- /dev/null +++ b/model-00120-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db24f488345220c3a07037b25e8e87f4b18a22793ca4c03996669254ec675d1e +size 771785544 diff --git a/model-00121-of-00142.safetensors b/model-00121-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a720219b3fdf5bc17a74876fba106203b0d7f094 --- /dev/null +++ b/model-00121-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bbc57e0b91213e56ab93a3393f18da8118372a0b40e945687dc3617622fe26d +size 939524360 diff --git a/model-00122-of-00142.safetensors b/model-00122-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6a76c20718282189828e57eea872c4365d3e89f2 --- /dev/null +++ b/model-00122-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4aeabaf5e697da78abab5b7c1a284f0d923b70cd90d880df36471c71cc13a4 +size 771785544 diff --git a/model-00123-of-00142.safetensors b/model-00123-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8bd6e2051c9331a5c665ba392585098c055b077f --- /dev/null +++ b/model-00123-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b46cf698fa43049dc65865d98fd0026ffe2921f1ed725f2962c0f52c3e30da9 +size 939524360 diff --git a/model-00124-of-00142.safetensors b/model-00124-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..40c5ed28dd971f3b4863d2045ebcd0ff908ef61b --- /dev/null +++ b/model-00124-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd1f254d573c77212fafe5af9c9de64ff48a81ac9645deec7345207bb1e4c28 +size 771785544 diff --git a/model-00125-of-00142.safetensors b/model-00125-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..3acb09c52c1cd94379985d68eaad0c464fa77f58 --- /dev/null +++ b/model-00125-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb56147e7994d736e728e64d736d31224eb528f47ddaaabb92b1c73a6134f86 +size 939524360 diff --git a/model-00126-of-00142.safetensors b/model-00126-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..08c92eb81cebc22c3ccdbba65e544bf08a74a99a --- /dev/null +++ b/model-00126-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7334ebe584cd351c20725a283ee4cf81d62258efd13038237d20f66e05789d8f +size 771785544 diff --git a/model-00127-of-00142.safetensors b/model-00127-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..516c32c45f9c6b87be2a272136d3190eba490623 --- /dev/null +++ b/model-00127-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af4e93b14162858405c3cb956e1367c3782710cce284e8e6f8dacf8aab63a42f +size 939524360 diff --git a/model-00128-of-00142.safetensors b/model-00128-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e2183bd4ba8ac7a44174781298ea44f256b5e142 --- /dev/null +++ b/model-00128-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7ff7411a3a037d6fae4f8f4414f12223a1dca026e46c4ce432e0c29b7ee4b4 +size 771785544 diff --git a/model-00129-of-00142.safetensors b/model-00129-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..2314d5710481e916f4c15567f538b8aa0d1f9623 --- /dev/null +++ b/model-00129-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4bef3c4d6675adc894a1b5100b6646f02bec98ca79cc89b729b0d445781520 +size 939524360 diff --git a/model-00130-of-00142.safetensors b/model-00130-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8fb9a5af67a202fbe0d48fa46cea106ae65a7591 --- /dev/null +++ b/model-00130-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e1fabd290319b011a46887107f532151ef5a46e4e9b8335aa249986956d799 +size 771785544 diff --git a/model-00131-of-00142.safetensors b/model-00131-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..a9595961362992fd752e351bf1a9e7054d30c1f9 --- /dev/null +++ b/model-00131-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1686db389df9c9f9199ea9a77979456e2490dee945173e51cdc552f1dd2b3dea +size 939524360 diff --git a/model-00132-of-00142.safetensors b/model-00132-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..be160359301e018f060cd7777629dad92d446dac --- /dev/null +++ b/model-00132-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0abbf2b03a9cff144707402c437fdb5a566da246f39d631a619a116d379fc921 +size 771785544 diff --git a/model-00133-of-00142.safetensors b/model-00133-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6720b586b21cc52835f8f4fb315a38f40d6b9ea5 --- /dev/null +++ b/model-00133-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6e7e37632fee5402de0be03cd76528390471247f5d589c9c36375b6a3b8f84 +size 939524360 diff --git a/model-00134-of-00142.safetensors b/model-00134-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..e5d2ea813ba8bdec2b1ebe523415831fb20fa41b --- /dev/null +++ b/model-00134-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e8648f4e3353fa86eabe8457495fc5eadf1a2ce62a118ad09103eb4b523e07 +size 771785544 diff --git a/model-00135-of-00142.safetensors b/model-00135-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..22f02dca5754914829b93f25b3f1d2ebaeaec013 --- /dev/null +++ b/model-00135-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2746a117915e78ce430743b64af4ef298c154e9cc64ae4cf13afb529f8bb1c +size 939524360 diff --git a/model-00136-of-00142.safetensors b/model-00136-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..ab1afb62e97d1a0e0b1446bfc21bfeb19634cc4a --- /dev/null +++ b/model-00136-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750bac07de58aa900ed4d4bc264f568bdbc0d3220bd7b41df2b7636bfc709a58 +size 771785544 diff --git a/model-00137-of-00142.safetensors b/model-00137-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..581d8d0d833f7d6c59be18123360e3cde7a2216a --- /dev/null +++ b/model-00137-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6041d30b7b290cec594ba2631c50facb266fb2312c35f53856bc254c9d433d +size 939524360 diff --git a/model-00138-of-00142.safetensors b/model-00138-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..d3b54a9df2971799413a3b6313d711c2ac171384 --- /dev/null +++ b/model-00138-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71be2205a95832beb02570324b6f8be219a0b6ca88946fb85c1f2b09d5406b54 +size 771785536 diff --git a/model-00139-of-00142.safetensors b/model-00139-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..bdcfdb0ef012c711048222d9714cddcb6fa9da1a --- /dev/null +++ b/model-00139-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5874356230cb7caa808eca9f52ba5b8e8e42e01e8890954f8807cb8224a4b03a +size 939524360 diff --git a/model-00140-of-00142.safetensors b/model-00140-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..6a85880b078e6d2ab316949e03b1fd842b4fd2ea --- /dev/null +++ b/model-00140-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb64848cd4a8678d50165f64b9302d259bea6d067e615a912a9999581a2fd281 +size 771785536 diff --git a/model-00141-of-00142.safetensors b/model-00141-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..8192ccaec1f025f2ef7fbe14ec63b57d4094b504 --- /dev/null +++ b/model-00141-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519ca23e4e7297fb9cf653f3b76c1b5a22929723a1e596fb96a7990661545b77 +size 939524360 diff --git a/model-00142-of-00142.safetensors b/model-00142-of-00142.safetensors new file mode 100644 index 0000000000000000000000000000000000000000..9c4925929a37f2f9da48d2283f403817227dea3c --- /dev/null +++ b/model-00142-of-00142.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eaf721066a160fab6a9ddfbdc3d7c529bd3ba181f72fa7a1a5ac7d062941860 +size 771785520 diff --git a/model.safetensors.index.json b/model.safetensors.index.json new file mode 100644 index 0000000000000000000000000000000000000000..42535903be6ef6de500145d1a26aa73a8a7baff3 --- /dev/null +++ b/model.safetensors.index.json @@ -0,0 +1 @@ +{"metadata": {"mergekit_version": "0.0.4.4", "total_size": 123994324992}, "weight_map": {"lm_head.weight": "model-00001-of-00142.safetensors", "model.embed_tokens.weight": "model-00002-of-00142.safetensors", "model.layers.0.input_layernorm.weight": "model-00003-of-00142.safetensors", "model.layers.0.mlp.down_proj.weight": "model-00003-of-00142.safetensors", "model.layers.0.mlp.gate_proj.weight": "model-00003-of-00142.safetensors", "model.layers.0.mlp.up_proj.weight": "model-00004-of-00142.safetensors", "model.layers.0.post_attention_layernorm.weight": "model-00004-of-00142.safetensors", "model.layers.0.self_attn.k_proj.weight": "model-00004-of-00142.safetensors", "model.layers.0.self_attn.o_proj.weight": "model-00004-of-00142.safetensors", "model.layers.0.self_attn.q_proj.weight": "model-00004-of-00142.safetensors", "model.layers.0.self_attn.v_proj.weight": "model-00004-of-00142.safetensors", "model.layers.1.input_layernorm.weight": "model-00004-of-00142.safetensors", "model.layers.1.mlp.down_proj.weight": "model-00005-of-00142.safetensors", "model.layers.1.mlp.gate_proj.weight": "model-00005-of-00142.safetensors", "model.layers.1.mlp.up_proj.weight": "model-00006-of-00142.safetensors", "model.layers.1.post_attention_layernorm.weight": "model-00006-of-00142.safetensors", "model.layers.1.self_attn.k_proj.weight": "model-00006-of-00142.safetensors", "model.layers.1.self_attn.o_proj.weight": "model-00006-of-00142.safetensors", "model.layers.1.self_attn.q_proj.weight": "model-00006-of-00142.safetensors", "model.layers.1.self_attn.v_proj.weight": "model-00006-of-00142.safetensors", "model.layers.10.input_layernorm.weight": "model-00006-of-00142.safetensors", "model.layers.10.mlp.down_proj.weight": "model-00007-of-00142.safetensors", "model.layers.10.mlp.gate_proj.weight": "model-00007-of-00142.safetensors", "model.layers.10.mlp.up_proj.weight": "model-00008-of-00142.safetensors", "model.layers.10.post_attention_layernorm.weight": "model-00008-of-00142.safetensors", "model.layers.10.self_attn.k_proj.weight": "model-00008-of-00142.safetensors", "model.layers.10.self_attn.o_proj.weight": "model-00008-of-00142.safetensors", "model.layers.10.self_attn.q_proj.weight": "model-00008-of-00142.safetensors", "model.layers.10.self_attn.v_proj.weight": "model-00008-of-00142.safetensors", "model.layers.11.input_layernorm.weight": "model-00008-of-00142.safetensors", "model.layers.11.mlp.down_proj.weight": "model-00009-of-00142.safetensors", "model.layers.11.mlp.gate_proj.weight": "model-00009-of-00142.safetensors", "model.layers.11.mlp.up_proj.weight": "model-00010-of-00142.safetensors", "model.layers.11.post_attention_layernorm.weight": "model-00010-of-00142.safetensors", "model.layers.11.self_attn.k_proj.weight": "model-00010-of-00142.safetensors", "model.layers.11.self_attn.o_proj.weight": "model-00010-of-00142.safetensors", "model.layers.11.self_attn.q_proj.weight": "model-00010-of-00142.safetensors", "model.layers.11.self_attn.v_proj.weight": "model-00010-of-00142.safetensors", "model.layers.12.input_layernorm.weight": "model-00010-of-00142.safetensors", "model.layers.12.mlp.down_proj.weight": "model-00011-of-00142.safetensors", "model.layers.12.mlp.gate_proj.weight": "model-00011-of-00142.safetensors", "model.layers.12.mlp.up_proj.weight": "model-00012-of-00142.safetensors", "model.layers.12.post_attention_layernorm.weight": "model-00012-of-00142.safetensors", "model.layers.12.self_attn.k_proj.weight": "model-00012-of-00142.safetensors", "model.layers.12.self_attn.o_proj.weight": "model-00012-of-00142.safetensors", "model.layers.12.self_attn.q_proj.weight": "model-00012-of-00142.safetensors", "model.layers.12.self_attn.v_proj.weight": "model-00012-of-00142.safetensors", "model.layers.13.input_layernorm.weight": "model-00012-of-00142.safetensors", "model.layers.13.mlp.down_proj.weight": "model-00013-of-00142.safetensors", "model.layers.13.mlp.gate_proj.weight": "model-00013-of-00142.safetensors", "model.layers.13.mlp.up_proj.weight": "model-00014-of-00142.safetensors", "model.layers.13.post_attention_layernorm.weight": "model-00014-of-00142.safetensors", "model.layers.13.self_attn.k_proj.weight": "model-00014-of-00142.safetensors", "model.layers.13.self_attn.o_proj.weight": "model-00014-of-00142.safetensors", "model.layers.13.self_attn.q_proj.weight": "model-00014-of-00142.safetensors", "model.layers.13.self_attn.v_proj.weight": "model-00014-of-00142.safetensors", "model.layers.14.input_layernorm.weight": "model-00014-of-00142.safetensors", "model.layers.14.mlp.down_proj.weight": "model-00015-of-00142.safetensors", "model.layers.14.mlp.gate_proj.weight": "model-00015-of-00142.safetensors", "model.layers.14.mlp.up_proj.weight": "model-00016-of-00142.safetensors", "model.layers.14.post_attention_layernorm.weight": "model-00016-of-00142.safetensors", "model.layers.14.self_attn.k_proj.weight": "model-00016-of-00142.safetensors", "model.layers.14.self_attn.o_proj.weight": "model-00016-of-00142.safetensors", "model.layers.14.self_attn.q_proj.weight": "model-00016-of-00142.safetensors", "model.layers.14.self_attn.v_proj.weight": "model-00016-of-00142.safetensors", "model.layers.15.input_layernorm.weight": "model-00016-of-00142.safetensors", "model.layers.15.mlp.down_proj.weight": "model-00017-of-00142.safetensors", "model.layers.15.mlp.gate_proj.weight": "model-00017-of-00142.safetensors", "model.layers.15.mlp.up_proj.weight": "model-00018-of-00142.safetensors", "model.layers.15.post_attention_layernorm.weight": "model-00018-of-00142.safetensors", "model.layers.15.self_attn.k_proj.weight": "model-00018-of-00142.safetensors", "model.layers.15.self_attn.o_proj.weight": "model-00018-of-00142.safetensors", "model.layers.15.self_attn.q_proj.weight": "model-00018-of-00142.safetensors", "model.layers.15.self_attn.v_proj.weight": "model-00018-of-00142.safetensors", "model.layers.16.input_layernorm.weight": "model-00018-of-00142.safetensors", "model.layers.16.mlp.down_proj.weight": "model-00019-of-00142.safetensors", "model.layers.16.mlp.gate_proj.weight": "model-00019-of-00142.safetensors", "model.layers.16.mlp.up_proj.weight": "model-00020-of-00142.safetensors", "model.layers.16.post_attention_layernorm.weight": "model-00020-of-00142.safetensors", "model.layers.16.self_attn.k_proj.weight": "model-00020-of-00142.safetensors", "model.layers.16.self_attn.o_proj.weight": "model-00020-of-00142.safetensors", "model.layers.16.self_attn.q_proj.weight": "model-00020-of-00142.safetensors", "model.layers.16.self_attn.v_proj.weight": "model-00020-of-00142.safetensors", "model.layers.17.input_layernorm.weight": "model-00020-of-00142.safetensors", "model.layers.17.mlp.down_proj.weight": "model-00021-of-00142.safetensors", "model.layers.17.mlp.gate_proj.weight": "model-00021-of-00142.safetensors", "model.layers.17.mlp.up_proj.weight": "model-00022-of-00142.safetensors", "model.layers.17.post_attention_layernorm.weight": "model-00022-of-00142.safetensors", "model.layers.17.self_attn.k_proj.weight": "model-00022-of-00142.safetensors", "model.layers.17.self_attn.o_proj.weight": "model-00022-of-00142.safetensors", "model.layers.17.self_attn.q_proj.weight": "model-00022-of-00142.safetensors", "model.layers.17.self_attn.v_proj.weight": "model-00022-of-00142.safetensors", "model.layers.18.input_layernorm.weight": "model-00022-of-00142.safetensors", "model.layers.18.mlp.down_proj.weight": "model-00023-of-00142.safetensors", "model.layers.18.mlp.gate_proj.weight": "model-00023-of-00142.safetensors", "model.layers.18.mlp.up_proj.weight": "model-00024-of-00142.safetensors", "model.layers.18.post_attention_layernorm.weight": "model-00024-of-00142.safetensors", "model.layers.18.self_attn.k_proj.weight": "model-00024-of-00142.safetensors", "model.layers.18.self_attn.o_proj.weight": "model-00024-of-00142.safetensors", "model.layers.18.self_attn.q_proj.weight": "model-00024-of-00142.safetensors", "model.layers.18.self_attn.v_proj.weight": "model-00024-of-00142.safetensors", "model.layers.19.input_layernorm.weight": "model-00024-of-00142.safetensors", "model.layers.19.mlp.down_proj.weight": "model-00025-of-00142.safetensors", "model.layers.19.mlp.gate_proj.weight": "model-00025-of-00142.safetensors", "model.layers.19.mlp.up_proj.weight": "model-00026-of-00142.safetensors", "model.layers.19.post_attention_layernorm.weight": "model-00026-of-00142.safetensors", "model.layers.19.self_attn.k_proj.weight": "model-00026-of-00142.safetensors", "model.layers.19.self_attn.o_proj.weight": "model-00026-of-00142.safetensors", "model.layers.19.self_attn.q_proj.weight": "model-00026-of-00142.safetensors", "model.layers.19.self_attn.v_proj.weight": "model-00026-of-00142.safetensors", "model.layers.2.input_layernorm.weight": "model-00026-of-00142.safetensors", "model.layers.2.mlp.down_proj.weight": "model-00027-of-00142.safetensors", "model.layers.2.mlp.gate_proj.weight": "model-00027-of-00142.safetensors", "model.layers.2.mlp.up_proj.weight": "model-00028-of-00142.safetensors", "model.layers.2.post_attention_layernorm.weight": "model-00028-of-00142.safetensors", "model.layers.2.self_attn.k_proj.weight": "model-00028-of-00142.safetensors", "model.layers.2.self_attn.o_proj.weight": "model-00028-of-00142.safetensors", "model.layers.2.self_attn.q_proj.weight": "model-00028-of-00142.safetensors", "model.layers.2.self_attn.v_proj.weight": "model-00028-of-00142.safetensors", "model.layers.20.input_layernorm.weight": "model-00028-of-00142.safetensors", "model.layers.20.mlp.down_proj.weight": "model-00029-of-00142.safetensors", "model.layers.20.mlp.gate_proj.weight": "model-00029-of-00142.safetensors", "model.layers.20.mlp.up_proj.weight": "model-00030-of-00142.safetensors", "model.layers.20.post_attention_layernorm.weight": "model-00030-of-00142.safetensors", "model.layers.20.self_attn.k_proj.weight": "model-00030-of-00142.safetensors", "model.layers.20.self_attn.o_proj.weight": "model-00030-of-00142.safetensors", "model.layers.20.self_attn.q_proj.weight": "model-00030-of-00142.safetensors", "model.layers.20.self_attn.v_proj.weight": "model-00030-of-00142.safetensors", "model.layers.21.input_layernorm.weight": "model-00030-of-00142.safetensors", "model.layers.21.mlp.down_proj.weight": "model-00031-of-00142.safetensors", "model.layers.21.mlp.gate_proj.weight": "model-00031-of-00142.safetensors", "model.layers.21.mlp.up_proj.weight": "model-00032-of-00142.safetensors", "model.layers.21.post_attention_layernorm.weight": "model-00032-of-00142.safetensors", "model.layers.21.self_attn.k_proj.weight": "model-00032-of-00142.safetensors", "model.layers.21.self_attn.o_proj.weight": "model-00032-of-00142.safetensors", "model.layers.21.self_attn.q_proj.weight": "model-00032-of-00142.safetensors", "model.layers.21.self_attn.v_proj.weight": "model-00032-of-00142.safetensors", "model.layers.22.input_layernorm.weight": "model-00032-of-00142.safetensors", "model.layers.22.mlp.down_proj.weight": "model-00033-of-00142.safetensors", "model.layers.22.mlp.gate_proj.weight": "model-00033-of-00142.safetensors", "model.layers.22.mlp.up_proj.weight": "model-00034-of-00142.safetensors", "model.layers.22.post_attention_layernorm.weight": "model-00034-of-00142.safetensors", "model.layers.22.self_attn.k_proj.weight": "model-00034-of-00142.safetensors", "model.layers.22.self_attn.o_proj.weight": "model-00034-of-00142.safetensors", "model.layers.22.self_attn.q_proj.weight": "model-00034-of-00142.safetensors", "model.layers.22.self_attn.v_proj.weight": "model-00034-of-00142.safetensors", "model.layers.23.input_layernorm.weight": "model-00034-of-00142.safetensors", "model.layers.23.mlp.down_proj.weight": "model-00035-of-00142.safetensors", "model.layers.23.mlp.gate_proj.weight": "model-00035-of-00142.safetensors", "model.layers.23.mlp.up_proj.weight": "model-00036-of-00142.safetensors", "model.layers.23.post_attention_layernorm.weight": "model-00036-of-00142.safetensors", "model.layers.23.self_attn.k_proj.weight": "model-00036-of-00142.safetensors", "model.layers.23.self_attn.o_proj.weight": "model-00036-of-00142.safetensors", "model.layers.23.self_attn.q_proj.weight": "model-00036-of-00142.safetensors", "model.layers.23.self_attn.v_proj.weight": "model-00036-of-00142.safetensors", "model.layers.24.input_layernorm.weight": "model-00036-of-00142.safetensors", "model.layers.24.mlp.down_proj.weight": "model-00037-of-00142.safetensors", "model.layers.24.mlp.gate_proj.weight": "model-00037-of-00142.safetensors", "model.layers.24.mlp.up_proj.weight": "model-00038-of-00142.safetensors", "model.layers.24.post_attention_layernorm.weight": "model-00038-of-00142.safetensors", "model.layers.24.self_attn.k_proj.weight": "model-00038-of-00142.safetensors", "model.layers.24.self_attn.o_proj.weight": "model-00038-of-00142.safetensors", "model.layers.24.self_attn.q_proj.weight": "model-00038-of-00142.safetensors", "model.layers.24.self_attn.v_proj.weight": "model-00038-of-00142.safetensors", "model.layers.25.input_layernorm.weight": "model-00038-of-00142.safetensors", "model.layers.25.mlp.down_proj.weight": "model-00039-of-00142.safetensors", "model.layers.25.mlp.gate_proj.weight": "model-00039-of-00142.safetensors", "model.layers.25.mlp.up_proj.weight": "model-00040-of-00142.safetensors", "model.layers.25.post_attention_layernorm.weight": "model-00040-of-00142.safetensors", "model.layers.25.self_attn.k_proj.weight": "model-00040-of-00142.safetensors", "model.layers.25.self_attn.o_proj.weight": "model-00040-of-00142.safetensors", "model.layers.25.self_attn.q_proj.weight": "model-00040-of-00142.safetensors", "model.layers.25.self_attn.v_proj.weight": "model-00040-of-00142.safetensors", "model.layers.26.input_layernorm.weight": "model-00040-of-00142.safetensors", "model.layers.26.mlp.down_proj.weight": "model-00041-of-00142.safetensors", "model.layers.26.mlp.gate_proj.weight": "model-00041-of-00142.safetensors", "model.layers.26.mlp.up_proj.weight": "model-00042-of-00142.safetensors", "model.layers.26.post_attention_layernorm.weight": "model-00042-of-00142.safetensors", "model.layers.26.self_attn.k_proj.weight": "model-00042-of-00142.safetensors", "model.layers.26.self_attn.o_proj.weight": "model-00042-of-00142.safetensors", "model.layers.26.self_attn.q_proj.weight": "model-00042-of-00142.safetensors", "model.layers.26.self_attn.v_proj.weight": "model-00042-of-00142.safetensors", "model.layers.27.input_layernorm.weight": "model-00042-of-00142.safetensors", "model.layers.27.mlp.down_proj.weight": "model-00043-of-00142.safetensors", "model.layers.27.mlp.gate_proj.weight": "model-00043-of-00142.safetensors", "model.layers.27.mlp.up_proj.weight": "model-00044-of-00142.safetensors", "model.layers.27.post_attention_layernorm.weight": "model-00044-of-00142.safetensors", "model.layers.27.self_attn.k_proj.weight": "model-00044-of-00142.safetensors", "model.layers.27.self_attn.o_proj.weight": "model-00044-of-00142.safetensors", "model.layers.27.self_attn.q_proj.weight": "model-00044-of-00142.safetensors", "model.layers.27.self_attn.v_proj.weight": "model-00044-of-00142.safetensors", "model.layers.28.input_layernorm.weight": "model-00044-of-00142.safetensors", "model.layers.28.mlp.down_proj.weight": "model-00045-of-00142.safetensors", "model.layers.28.mlp.gate_proj.weight": "model-00045-of-00142.safetensors", "model.layers.28.mlp.up_proj.weight": "model-00046-of-00142.safetensors", "model.layers.28.post_attention_layernorm.weight": "model-00046-of-00142.safetensors", "model.layers.28.self_attn.k_proj.weight": "model-00046-of-00142.safetensors", "model.layers.28.self_attn.o_proj.weight": "model-00046-of-00142.safetensors", "model.layers.28.self_attn.q_proj.weight": "model-00046-of-00142.safetensors", "model.layers.28.self_attn.v_proj.weight": "model-00046-of-00142.safetensors", "model.layers.29.input_layernorm.weight": "model-00046-of-00142.safetensors", "model.layers.29.mlp.down_proj.weight": "model-00047-of-00142.safetensors", "model.layers.29.mlp.gate_proj.weight": "model-00047-of-00142.safetensors", "model.layers.29.mlp.up_proj.weight": "model-00048-of-00142.safetensors", "model.layers.29.post_attention_layernorm.weight": "model-00048-of-00142.safetensors", "model.layers.29.self_attn.k_proj.weight": "model-00048-of-00142.safetensors", "model.layers.29.self_attn.o_proj.weight": "model-00048-of-00142.safetensors", "model.layers.29.self_attn.q_proj.weight": "model-00048-of-00142.safetensors", "model.layers.29.self_attn.v_proj.weight": "model-00048-of-00142.safetensors", "model.layers.3.input_layernorm.weight": "model-00048-of-00142.safetensors", "model.layers.3.mlp.down_proj.weight": "model-00049-of-00142.safetensors", "model.layers.3.mlp.gate_proj.weight": "model-00049-of-00142.safetensors", "model.layers.3.mlp.up_proj.weight": "model-00050-of-00142.safetensors", "model.layers.3.post_attention_layernorm.weight": "model-00050-of-00142.safetensors", "model.layers.3.self_attn.k_proj.weight": "model-00050-of-00142.safetensors", "model.layers.3.self_attn.o_proj.weight": "model-00050-of-00142.safetensors", "model.layers.3.self_attn.q_proj.weight": "model-00050-of-00142.safetensors", "model.layers.3.self_attn.v_proj.weight": "model-00050-of-00142.safetensors", "model.layers.30.input_layernorm.weight": "model-00050-of-00142.safetensors", "model.layers.30.mlp.down_proj.weight": "model-00051-of-00142.safetensors", "model.layers.30.mlp.gate_proj.weight": "model-00051-of-00142.safetensors", "model.layers.30.mlp.up_proj.weight": "model-00052-of-00142.safetensors", "model.layers.30.post_attention_layernorm.weight": "model-00052-of-00142.safetensors", "model.layers.30.self_attn.k_proj.weight": "model-00052-of-00142.safetensors", "model.layers.30.self_attn.o_proj.weight": "model-00052-of-00142.safetensors", "model.layers.30.self_attn.q_proj.weight": "model-00052-of-00142.safetensors", "model.layers.30.self_attn.v_proj.weight": "model-00052-of-00142.safetensors", "model.layers.31.input_layernorm.weight": "model-00052-of-00142.safetensors", "model.layers.31.mlp.down_proj.weight": "model-00053-of-00142.safetensors", "model.layers.31.mlp.gate_proj.weight": "model-00053-of-00142.safetensors", "model.layers.31.mlp.up_proj.weight": "model-00054-of-00142.safetensors", "model.layers.31.post_attention_layernorm.weight": "model-00054-of-00142.safetensors", "model.layers.31.self_attn.k_proj.weight": "model-00054-of-00142.safetensors", "model.layers.31.self_attn.o_proj.weight": "model-00054-of-00142.safetensors", "model.layers.31.self_attn.q_proj.weight": "model-00054-of-00142.safetensors", "model.layers.31.self_attn.v_proj.weight": "model-00054-of-00142.safetensors", "model.layers.32.input_layernorm.weight": "model-00054-of-00142.safetensors", "model.layers.32.mlp.down_proj.weight": "model-00055-of-00142.safetensors", "model.layers.32.mlp.gate_proj.weight": "model-00055-of-00142.safetensors", "model.layers.32.mlp.up_proj.weight": "model-00056-of-00142.safetensors", "model.layers.32.post_attention_layernorm.weight": "model-00056-of-00142.safetensors", "model.layers.32.self_attn.k_proj.weight": "model-00056-of-00142.safetensors", "model.layers.32.self_attn.o_proj.weight": "model-00056-of-00142.safetensors", "model.layers.32.self_attn.q_proj.weight": "model-00056-of-00142.safetensors", "model.layers.32.self_attn.v_proj.weight": "model-00056-of-00142.safetensors", "model.layers.33.input_layernorm.weight": "model-00056-of-00142.safetensors", "model.layers.33.mlp.down_proj.weight": "model-00057-of-00142.safetensors", "model.layers.33.mlp.gate_proj.weight": "model-00057-of-00142.safetensors", "model.layers.33.mlp.up_proj.weight": "model-00058-of-00142.safetensors", "model.layers.33.post_attention_layernorm.weight": "model-00058-of-00142.safetensors", "model.layers.33.self_attn.k_proj.weight": "model-00058-of-00142.safetensors", "model.layers.33.self_attn.o_proj.weight": "model-00058-of-00142.safetensors", "model.layers.33.self_attn.q_proj.weight": "model-00058-of-00142.safetensors", "model.layers.33.self_attn.v_proj.weight": "model-00058-of-00142.safetensors", "model.layers.34.input_layernorm.weight": "model-00058-of-00142.safetensors", "model.layers.34.mlp.down_proj.weight": "model-00059-of-00142.safetensors", "model.layers.34.mlp.gate_proj.weight": "model-00059-of-00142.safetensors", "model.layers.34.mlp.up_proj.weight": "model-00060-of-00142.safetensors", "model.layers.34.post_attention_layernorm.weight": "model-00060-of-00142.safetensors", "model.layers.34.self_attn.k_proj.weight": "model-00060-of-00142.safetensors", "model.layers.34.self_attn.o_proj.weight": "model-00060-of-00142.safetensors", "model.layers.34.self_attn.q_proj.weight": "model-00060-of-00142.safetensors", "model.layers.34.self_attn.v_proj.weight": "model-00060-of-00142.safetensors", "model.layers.35.input_layernorm.weight": "model-00060-of-00142.safetensors", "model.layers.35.mlp.down_proj.weight": "model-00061-of-00142.safetensors", "model.layers.35.mlp.gate_proj.weight": "model-00061-of-00142.safetensors", "model.layers.35.mlp.up_proj.weight": "model-00062-of-00142.safetensors", "model.layers.35.post_attention_layernorm.weight": "model-00062-of-00142.safetensors", "model.layers.35.self_attn.k_proj.weight": "model-00062-of-00142.safetensors", "model.layers.35.self_attn.o_proj.weight": "model-00062-of-00142.safetensors", "model.layers.35.self_attn.q_proj.weight": "model-00062-of-00142.safetensors", "model.layers.35.self_attn.v_proj.weight": "model-00062-of-00142.safetensors", "model.layers.36.input_layernorm.weight": "model-00062-of-00142.safetensors", "model.layers.36.mlp.down_proj.weight": "model-00063-of-00142.safetensors", "model.layers.36.mlp.gate_proj.weight": "model-00063-of-00142.safetensors", "model.layers.36.mlp.up_proj.weight": "model-00064-of-00142.safetensors", "model.layers.36.post_attention_layernorm.weight": "model-00064-of-00142.safetensors", "model.layers.36.self_attn.k_proj.weight": "model-00064-of-00142.safetensors", "model.layers.36.self_attn.o_proj.weight": "model-00064-of-00142.safetensors", "model.layers.36.self_attn.q_proj.weight": "model-00064-of-00142.safetensors", "model.layers.36.self_attn.v_proj.weight": "model-00064-of-00142.safetensors", "model.layers.37.input_layernorm.weight": "model-00064-of-00142.safetensors", "model.layers.37.mlp.down_proj.weight": "model-00065-of-00142.safetensors", "model.layers.37.mlp.gate_proj.weight": "model-00065-of-00142.safetensors", "model.layers.37.mlp.up_proj.weight": "model-00066-of-00142.safetensors", "model.layers.37.post_attention_layernorm.weight": "model-00066-of-00142.safetensors", "model.layers.37.self_attn.k_proj.weight": "model-00066-of-00142.safetensors", "model.layers.37.self_attn.o_proj.weight": "model-00066-of-00142.safetensors", "model.layers.37.self_attn.q_proj.weight": "model-00066-of-00142.safetensors", "model.layers.37.self_attn.v_proj.weight": "model-00066-of-00142.safetensors", "model.layers.38.input_layernorm.weight": "model-00066-of-00142.safetensors", "model.layers.38.mlp.down_proj.weight": "model-00067-of-00142.safetensors", "model.layers.38.mlp.gate_proj.weight": "model-00067-of-00142.safetensors", "model.layers.38.mlp.up_proj.weight": "model-00068-of-00142.safetensors", "model.layers.38.post_attention_layernorm.weight": "model-00068-of-00142.safetensors", "model.layers.38.self_attn.k_proj.weight": "model-00068-of-00142.safetensors", "model.layers.38.self_attn.o_proj.weight": "model-00068-of-00142.safetensors", "model.layers.38.self_attn.q_proj.weight": "model-00068-of-00142.safetensors", "model.layers.38.self_attn.v_proj.weight": "model-00068-of-00142.safetensors", "model.layers.39.input_layernorm.weight": "model-00068-of-00142.safetensors", "model.layers.39.mlp.down_proj.weight": "model-00069-of-00142.safetensors", "model.layers.39.mlp.gate_proj.weight": "model-00069-of-00142.safetensors", "model.layers.39.mlp.up_proj.weight": "model-00070-of-00142.safetensors", "model.layers.39.post_attention_layernorm.weight": "model-00070-of-00142.safetensors", "model.layers.39.self_attn.k_proj.weight": "model-00070-of-00142.safetensors", "model.layers.39.self_attn.o_proj.weight": "model-00070-of-00142.safetensors", "model.layers.39.self_attn.q_proj.weight": "model-00070-of-00142.safetensors", "model.layers.39.self_attn.v_proj.weight": "model-00070-of-00142.safetensors", "model.layers.4.input_layernorm.weight": "model-00070-of-00142.safetensors", "model.layers.4.mlp.down_proj.weight": "model-00071-of-00142.safetensors", "model.layers.4.mlp.gate_proj.weight": "model-00071-of-00142.safetensors", "model.layers.4.mlp.up_proj.weight": "model-00072-of-00142.safetensors", "model.layers.4.post_attention_layernorm.weight": "model-00072-of-00142.safetensors", "model.layers.4.self_attn.k_proj.weight": "model-00072-of-00142.safetensors", "model.layers.4.self_attn.o_proj.weight": "model-00072-of-00142.safetensors", "model.layers.4.self_attn.q_proj.weight": "model-00072-of-00142.safetensors", "model.layers.4.self_attn.v_proj.weight": "model-00072-of-00142.safetensors", "model.layers.40.input_layernorm.weight": "model-00072-of-00142.safetensors", "model.layers.40.mlp.down_proj.weight": "model-00073-of-00142.safetensors", "model.layers.40.mlp.gate_proj.weight": "model-00073-of-00142.safetensors", "model.layers.40.mlp.up_proj.weight": "model-00074-of-00142.safetensors", "model.layers.40.post_attention_layernorm.weight": "model-00074-of-00142.safetensors", "model.layers.40.self_attn.k_proj.weight": "model-00074-of-00142.safetensors", "model.layers.40.self_attn.o_proj.weight": "model-00074-of-00142.safetensors", "model.layers.40.self_attn.q_proj.weight": "model-00074-of-00142.safetensors", "model.layers.40.self_attn.v_proj.weight": "model-00074-of-00142.safetensors", "model.layers.41.input_layernorm.weight": "model-00074-of-00142.safetensors", "model.layers.41.mlp.down_proj.weight": "model-00075-of-00142.safetensors", "model.layers.41.mlp.gate_proj.weight": "model-00075-of-00142.safetensors", "model.layers.41.mlp.up_proj.weight": "model-00076-of-00142.safetensors", "model.layers.41.post_attention_layernorm.weight": "model-00076-of-00142.safetensors", "model.layers.41.self_attn.k_proj.weight": "model-00076-of-00142.safetensors", "model.layers.41.self_attn.o_proj.weight": "model-00076-of-00142.safetensors", "model.layers.41.self_attn.q_proj.weight": "model-00076-of-00142.safetensors", "model.layers.41.self_attn.v_proj.weight": "model-00076-of-00142.safetensors", "model.layers.42.input_layernorm.weight": "model-00076-of-00142.safetensors", "model.layers.42.mlp.down_proj.weight": "model-00077-of-00142.safetensors", "model.layers.42.mlp.gate_proj.weight": "model-00077-of-00142.safetensors", "model.layers.42.mlp.up_proj.weight": "model-00078-of-00142.safetensors", "model.layers.42.post_attention_layernorm.weight": "model-00078-of-00142.safetensors", "model.layers.42.self_attn.k_proj.weight": "model-00078-of-00142.safetensors", "model.layers.42.self_attn.o_proj.weight": "model-00078-of-00142.safetensors", "model.layers.42.self_attn.q_proj.weight": "model-00078-of-00142.safetensors", "model.layers.42.self_attn.v_proj.weight": "model-00078-of-00142.safetensors", "model.layers.43.input_layernorm.weight": "model-00078-of-00142.safetensors", "model.layers.43.mlp.down_proj.weight": "model-00079-of-00142.safetensors", "model.layers.43.mlp.gate_proj.weight": "model-00079-of-00142.safetensors", "model.layers.43.mlp.up_proj.weight": "model-00080-of-00142.safetensors", "model.layers.43.post_attention_layernorm.weight": "model-00080-of-00142.safetensors", "model.layers.43.self_attn.k_proj.weight": "model-00080-of-00142.safetensors", "model.layers.43.self_attn.o_proj.weight": "model-00080-of-00142.safetensors", "model.layers.43.self_attn.q_proj.weight": "model-00080-of-00142.safetensors", "model.layers.43.self_attn.v_proj.weight": "model-00080-of-00142.safetensors", "model.layers.44.input_layernorm.weight": "model-00080-of-00142.safetensors", "model.layers.44.mlp.down_proj.weight": "model-00081-of-00142.safetensors", "model.layers.44.mlp.gate_proj.weight": "model-00081-of-00142.safetensors", "model.layers.44.mlp.up_proj.weight": "model-00082-of-00142.safetensors", "model.layers.44.post_attention_layernorm.weight": "model-00082-of-00142.safetensors", "model.layers.44.self_attn.k_proj.weight": "model-00082-of-00142.safetensors", "model.layers.44.self_attn.o_proj.weight": "model-00082-of-00142.safetensors", "model.layers.44.self_attn.q_proj.weight": "model-00082-of-00142.safetensors", "model.layers.44.self_attn.v_proj.weight": "model-00082-of-00142.safetensors", "model.layers.45.input_layernorm.weight": "model-00082-of-00142.safetensors", "model.layers.45.mlp.down_proj.weight": "model-00083-of-00142.safetensors", "model.layers.45.mlp.gate_proj.weight": "model-00083-of-00142.safetensors", "model.layers.45.mlp.up_proj.weight": "model-00084-of-00142.safetensors", "model.layers.45.post_attention_layernorm.weight": "model-00084-of-00142.safetensors", "model.layers.45.self_attn.k_proj.weight": "model-00084-of-00142.safetensors", "model.layers.45.self_attn.o_proj.weight": "model-00084-of-00142.safetensors", "model.layers.45.self_attn.q_proj.weight": "model-00084-of-00142.safetensors", "model.layers.45.self_attn.v_proj.weight": "model-00084-of-00142.safetensors", "model.layers.46.input_layernorm.weight": "model-00084-of-00142.safetensors", "model.layers.46.mlp.down_proj.weight": "model-00085-of-00142.safetensors", "model.layers.46.mlp.gate_proj.weight": "model-00085-of-00142.safetensors", "model.layers.46.mlp.up_proj.weight": "model-00086-of-00142.safetensors", "model.layers.46.post_attention_layernorm.weight": "model-00086-of-00142.safetensors", "model.layers.46.self_attn.k_proj.weight": "model-00086-of-00142.safetensors", "model.layers.46.self_attn.o_proj.weight": "model-00086-of-00142.safetensors", "model.layers.46.self_attn.q_proj.weight": "model-00086-of-00142.safetensors", "model.layers.46.self_attn.v_proj.weight": "model-00086-of-00142.safetensors", "model.layers.47.input_layernorm.weight": "model-00086-of-00142.safetensors", "model.layers.47.mlp.down_proj.weight": "model-00087-of-00142.safetensors", "model.layers.47.mlp.gate_proj.weight": "model-00087-of-00142.safetensors", "model.layers.47.mlp.up_proj.weight": "model-00088-of-00142.safetensors", "model.layers.47.post_attention_layernorm.weight": "model-00088-of-00142.safetensors", "model.layers.47.self_attn.k_proj.weight": "model-00088-of-00142.safetensors", "model.layers.47.self_attn.o_proj.weight": "model-00088-of-00142.safetensors", "model.layers.47.self_attn.q_proj.weight": "model-00088-of-00142.safetensors", "model.layers.47.self_attn.v_proj.weight": "model-00088-of-00142.safetensors", "model.layers.48.input_layernorm.weight": "model-00088-of-00142.safetensors", "model.layers.48.mlp.down_proj.weight": "model-00089-of-00142.safetensors", "model.layers.48.mlp.gate_proj.weight": "model-00089-of-00142.safetensors", "model.layers.48.mlp.up_proj.weight": "model-00090-of-00142.safetensors", "model.layers.48.post_attention_layernorm.weight": "model-00090-of-00142.safetensors", "model.layers.48.self_attn.k_proj.weight": "model-00090-of-00142.safetensors", "model.layers.48.self_attn.o_proj.weight": "model-00090-of-00142.safetensors", "model.layers.48.self_attn.q_proj.weight": "model-00090-of-00142.safetensors", "model.layers.48.self_attn.v_proj.weight": "model-00090-of-00142.safetensors", "model.layers.49.input_layernorm.weight": "model-00090-of-00142.safetensors", "model.layers.49.mlp.down_proj.weight": "model-00091-of-00142.safetensors", "model.layers.49.mlp.gate_proj.weight": "model-00091-of-00142.safetensors", "model.layers.49.mlp.up_proj.weight": "model-00092-of-00142.safetensors", "model.layers.49.post_attention_layernorm.weight": "model-00092-of-00142.safetensors", "model.layers.49.self_attn.k_proj.weight": "model-00092-of-00142.safetensors", "model.layers.49.self_attn.o_proj.weight": "model-00092-of-00142.safetensors", "model.layers.49.self_attn.q_proj.weight": "model-00092-of-00142.safetensors", "model.layers.49.self_attn.v_proj.weight": "model-00092-of-00142.safetensors", "model.layers.5.input_layernorm.weight": "model-00092-of-00142.safetensors", "model.layers.5.mlp.down_proj.weight": "model-00093-of-00142.safetensors", "model.layers.5.mlp.gate_proj.weight": "model-00093-of-00142.safetensors", "model.layers.5.mlp.up_proj.weight": "model-00094-of-00142.safetensors", "model.layers.5.post_attention_layernorm.weight": "model-00094-of-00142.safetensors", "model.layers.5.self_attn.k_proj.weight": "model-00094-of-00142.safetensors", "model.layers.5.self_attn.o_proj.weight": "model-00094-of-00142.safetensors", "model.layers.5.self_attn.q_proj.weight": "model-00094-of-00142.safetensors", "model.layers.5.self_attn.v_proj.weight": "model-00094-of-00142.safetensors", "model.layers.50.input_layernorm.weight": "model-00094-of-00142.safetensors", "model.layers.50.mlp.down_proj.weight": "model-00095-of-00142.safetensors", "model.layers.50.mlp.gate_proj.weight": "model-00095-of-00142.safetensors", "model.layers.50.mlp.up_proj.weight": "model-00096-of-00142.safetensors", "model.layers.50.post_attention_layernorm.weight": "model-00096-of-00142.safetensors", "model.layers.50.self_attn.k_proj.weight": "model-00096-of-00142.safetensors", "model.layers.50.self_attn.o_proj.weight": "model-00096-of-00142.safetensors", "model.layers.50.self_attn.q_proj.weight": "model-00096-of-00142.safetensors", "model.layers.50.self_attn.v_proj.weight": "model-00096-of-00142.safetensors", "model.layers.51.input_layernorm.weight": "model-00096-of-00142.safetensors", "model.layers.51.mlp.down_proj.weight": "model-00097-of-00142.safetensors", "model.layers.51.mlp.gate_proj.weight": "model-00097-of-00142.safetensors", "model.layers.51.mlp.up_proj.weight": "model-00098-of-00142.safetensors", "model.layers.51.post_attention_layernorm.weight": "model-00098-of-00142.safetensors", "model.layers.51.self_attn.k_proj.weight": "model-00098-of-00142.safetensors", "model.layers.51.self_attn.o_proj.weight": "model-00098-of-00142.safetensors", "model.layers.51.self_attn.q_proj.weight": "model-00098-of-00142.safetensors", "model.layers.51.self_attn.v_proj.weight": "model-00098-of-00142.safetensors", "model.layers.52.input_layernorm.weight": "model-00098-of-00142.safetensors", "model.layers.52.mlp.down_proj.weight": "model-00099-of-00142.safetensors", "model.layers.52.mlp.gate_proj.weight": "model-00099-of-00142.safetensors", "model.layers.52.mlp.up_proj.weight": "model-00100-of-00142.safetensors", "model.layers.52.post_attention_layernorm.weight": "model-00100-of-00142.safetensors", "model.layers.52.self_attn.k_proj.weight": "model-00100-of-00142.safetensors", "model.layers.52.self_attn.o_proj.weight": "model-00100-of-00142.safetensors", "model.layers.52.self_attn.q_proj.weight": "model-00100-of-00142.safetensors", "model.layers.52.self_attn.v_proj.weight": "model-00100-of-00142.safetensors", "model.layers.53.input_layernorm.weight": "model-00100-of-00142.safetensors", "model.layers.53.mlp.down_proj.weight": "model-00101-of-00142.safetensors", "model.layers.53.mlp.gate_proj.weight": "model-00101-of-00142.safetensors", "model.layers.53.mlp.up_proj.weight": "model-00102-of-00142.safetensors", "model.layers.53.post_attention_layernorm.weight": "model-00102-of-00142.safetensors", "model.layers.53.self_attn.k_proj.weight": "model-00102-of-00142.safetensors", "model.layers.53.self_attn.o_proj.weight": "model-00102-of-00142.safetensors", "model.layers.53.self_attn.q_proj.weight": "model-00102-of-00142.safetensors", "model.layers.53.self_attn.v_proj.weight": "model-00102-of-00142.safetensors", "model.layers.54.input_layernorm.weight": "model-00102-of-00142.safetensors", "model.layers.54.mlp.down_proj.weight": "model-00103-of-00142.safetensors", "model.layers.54.mlp.gate_proj.weight": "model-00103-of-00142.safetensors", "model.layers.54.mlp.up_proj.weight": "model-00104-of-00142.safetensors", "model.layers.54.post_attention_layernorm.weight": "model-00104-of-00142.safetensors", "model.layers.54.self_attn.k_proj.weight": "model-00104-of-00142.safetensors", "model.layers.54.self_attn.o_proj.weight": "model-00104-of-00142.safetensors", "model.layers.54.self_attn.q_proj.weight": "model-00104-of-00142.safetensors", "model.layers.54.self_attn.v_proj.weight": "model-00104-of-00142.safetensors", "model.layers.55.input_layernorm.weight": "model-00104-of-00142.safetensors", "model.layers.55.mlp.down_proj.weight": "model-00105-of-00142.safetensors", "model.layers.55.mlp.gate_proj.weight": "model-00105-of-00142.safetensors", "model.layers.55.mlp.up_proj.weight": "model-00106-of-00142.safetensors", "model.layers.55.post_attention_layernorm.weight": "model-00106-of-00142.safetensors", "model.layers.55.self_attn.k_proj.weight": "model-00106-of-00142.safetensors", "model.layers.55.self_attn.o_proj.weight": "model-00106-of-00142.safetensors", "model.layers.55.self_attn.q_proj.weight": "model-00106-of-00142.safetensors", "model.layers.55.self_attn.v_proj.weight": "model-00106-of-00142.safetensors", "model.layers.56.input_layernorm.weight": "model-00106-of-00142.safetensors", "model.layers.56.mlp.down_proj.weight": "model-00107-of-00142.safetensors", "model.layers.56.mlp.gate_proj.weight": "model-00107-of-00142.safetensors", "model.layers.56.mlp.up_proj.weight": "model-00108-of-00142.safetensors", "model.layers.56.post_attention_layernorm.weight": "model-00108-of-00142.safetensors", "model.layers.56.self_attn.k_proj.weight": "model-00108-of-00142.safetensors", "model.layers.56.self_attn.o_proj.weight": "model-00108-of-00142.safetensors", "model.layers.56.self_attn.q_proj.weight": "model-00108-of-00142.safetensors", "model.layers.56.self_attn.v_proj.weight": "model-00108-of-00142.safetensors", "model.layers.57.input_layernorm.weight": "model-00108-of-00142.safetensors", "model.layers.57.mlp.down_proj.weight": "model-00109-of-00142.safetensors", "model.layers.57.mlp.gate_proj.weight": "model-00109-of-00142.safetensors", "model.layers.57.mlp.up_proj.weight": "model-00110-of-00142.safetensors", "model.layers.57.post_attention_layernorm.weight": "model-00110-of-00142.safetensors", "model.layers.57.self_attn.k_proj.weight": "model-00110-of-00142.safetensors", "model.layers.57.self_attn.o_proj.weight": "model-00110-of-00142.safetensors", "model.layers.57.self_attn.q_proj.weight": "model-00110-of-00142.safetensors", "model.layers.57.self_attn.v_proj.weight": "model-00110-of-00142.safetensors", "model.layers.58.input_layernorm.weight": "model-00110-of-00142.safetensors", "model.layers.58.mlp.down_proj.weight": "model-00111-of-00142.safetensors", "model.layers.58.mlp.gate_proj.weight": "model-00111-of-00142.safetensors", "model.layers.58.mlp.up_proj.weight": "model-00112-of-00142.safetensors", "model.layers.58.post_attention_layernorm.weight": "model-00112-of-00142.safetensors", "model.layers.58.self_attn.k_proj.weight": "model-00112-of-00142.safetensors", "model.layers.58.self_attn.o_proj.weight": "model-00112-of-00142.safetensors", "model.layers.58.self_attn.q_proj.weight": "model-00112-of-00142.safetensors", "model.layers.58.self_attn.v_proj.weight": "model-00112-of-00142.safetensors", "model.layers.59.input_layernorm.weight": "model-00112-of-00142.safetensors", "model.layers.59.mlp.down_proj.weight": "model-00113-of-00142.safetensors", "model.layers.59.mlp.gate_proj.weight": "model-00113-of-00142.safetensors", "model.layers.59.mlp.up_proj.weight": "model-00114-of-00142.safetensors", "model.layers.59.post_attention_layernorm.weight": "model-00114-of-00142.safetensors", "model.layers.59.self_attn.k_proj.weight": "model-00114-of-00142.safetensors", "model.layers.59.self_attn.o_proj.weight": "model-00114-of-00142.safetensors", "model.layers.59.self_attn.q_proj.weight": "model-00114-of-00142.safetensors", "model.layers.59.self_attn.v_proj.weight": "model-00114-of-00142.safetensors", "model.layers.6.input_layernorm.weight": "model-00114-of-00142.safetensors", "model.layers.6.mlp.down_proj.weight": "model-00115-of-00142.safetensors", "model.layers.6.mlp.gate_proj.weight": "model-00115-of-00142.safetensors", "model.layers.6.mlp.up_proj.weight": "model-00116-of-00142.safetensors", "model.layers.6.post_attention_layernorm.weight": "model-00116-of-00142.safetensors", "model.layers.6.self_attn.k_proj.weight": "model-00116-of-00142.safetensors", "model.layers.6.self_attn.o_proj.weight": "model-00116-of-00142.safetensors", "model.layers.6.self_attn.q_proj.weight": "model-00116-of-00142.safetensors", "model.layers.6.self_attn.v_proj.weight": "model-00116-of-00142.safetensors", "model.layers.60.input_layernorm.weight": "model-00116-of-00142.safetensors", "model.layers.60.mlp.down_proj.weight": "model-00117-of-00142.safetensors", "model.layers.60.mlp.gate_proj.weight": "model-00117-of-00142.safetensors", "model.layers.60.mlp.up_proj.weight": "model-00118-of-00142.safetensors", "model.layers.60.post_attention_layernorm.weight": "model-00118-of-00142.safetensors", "model.layers.60.self_attn.k_proj.weight": "model-00118-of-00142.safetensors", "model.layers.60.self_attn.o_proj.weight": "model-00118-of-00142.safetensors", "model.layers.60.self_attn.q_proj.weight": "model-00118-of-00142.safetensors", "model.layers.60.self_attn.v_proj.weight": "model-00118-of-00142.safetensors", "model.layers.61.input_layernorm.weight": "model-00118-of-00142.safetensors", "model.layers.61.mlp.down_proj.weight": "model-00119-of-00142.safetensors", "model.layers.61.mlp.gate_proj.weight": "model-00119-of-00142.safetensors", "model.layers.61.mlp.up_proj.weight": "model-00120-of-00142.safetensors", "model.layers.61.post_attention_layernorm.weight": "model-00120-of-00142.safetensors", "model.layers.61.self_attn.k_proj.weight": "model-00120-of-00142.safetensors", "model.layers.61.self_attn.o_proj.weight": "model-00120-of-00142.safetensors", "model.layers.61.self_attn.q_proj.weight": "model-00120-of-00142.safetensors", "model.layers.61.self_attn.v_proj.weight": "model-00120-of-00142.safetensors", "model.layers.62.input_layernorm.weight": "model-00120-of-00142.safetensors", "model.layers.62.mlp.down_proj.weight": "model-00121-of-00142.safetensors", "model.layers.62.mlp.gate_proj.weight": "model-00121-of-00142.safetensors", "model.layers.62.mlp.up_proj.weight": "model-00122-of-00142.safetensors", "model.layers.62.post_attention_layernorm.weight": "model-00122-of-00142.safetensors", "model.layers.62.self_attn.k_proj.weight": "model-00122-of-00142.safetensors", "model.layers.62.self_attn.o_proj.weight": "model-00122-of-00142.safetensors", "model.layers.62.self_attn.q_proj.weight": "model-00122-of-00142.safetensors", "model.layers.62.self_attn.v_proj.weight": "model-00122-of-00142.safetensors", "model.layers.63.input_layernorm.weight": "model-00122-of-00142.safetensors", "model.layers.63.mlp.down_proj.weight": "model-00123-of-00142.safetensors", "model.layers.63.mlp.gate_proj.weight": "model-00123-of-00142.safetensors", "model.layers.63.mlp.up_proj.weight": "model-00124-of-00142.safetensors", "model.layers.63.post_attention_layernorm.weight": "model-00124-of-00142.safetensors", "model.layers.63.self_attn.k_proj.weight": "model-00124-of-00142.safetensors", "model.layers.63.self_attn.o_proj.weight": "model-00124-of-00142.safetensors", "model.layers.63.self_attn.q_proj.weight": "model-00124-of-00142.safetensors", "model.layers.63.self_attn.v_proj.weight": "model-00124-of-00142.safetensors", "model.layers.64.input_layernorm.weight": "model-00124-of-00142.safetensors", "model.layers.64.mlp.down_proj.weight": "model-00125-of-00142.safetensors", "model.layers.64.mlp.gate_proj.weight": "model-00125-of-00142.safetensors", "model.layers.64.mlp.up_proj.weight": "model-00126-of-00142.safetensors", "model.layers.64.post_attention_layernorm.weight": "model-00126-of-00142.safetensors", "model.layers.64.self_attn.k_proj.weight": "model-00126-of-00142.safetensors", "model.layers.64.self_attn.o_proj.weight": "model-00126-of-00142.safetensors", "model.layers.64.self_attn.q_proj.weight": "model-00126-of-00142.safetensors", "model.layers.64.self_attn.v_proj.weight": "model-00126-of-00142.safetensors", "model.layers.65.input_layernorm.weight": "model-00126-of-00142.safetensors", "model.layers.65.mlp.down_proj.weight": "model-00127-of-00142.safetensors", "model.layers.65.mlp.gate_proj.weight": "model-00127-of-00142.safetensors", "model.layers.65.mlp.up_proj.weight": "model-00128-of-00142.safetensors", "model.layers.65.post_attention_layernorm.weight": "model-00128-of-00142.safetensors", "model.layers.65.self_attn.k_proj.weight": "model-00128-of-00142.safetensors", "model.layers.65.self_attn.o_proj.weight": "model-00128-of-00142.safetensors", "model.layers.65.self_attn.q_proj.weight": "model-00128-of-00142.safetensors", "model.layers.65.self_attn.v_proj.weight": "model-00128-of-00142.safetensors", "model.layers.66.input_layernorm.weight": "model-00128-of-00142.safetensors", "model.layers.66.mlp.down_proj.weight": "model-00129-of-00142.safetensors", "model.layers.66.mlp.gate_proj.weight": "model-00129-of-00142.safetensors", "model.layers.66.mlp.up_proj.weight": "model-00130-of-00142.safetensors", "model.layers.66.post_attention_layernorm.weight": "model-00130-of-00142.safetensors", "model.layers.66.self_attn.k_proj.weight": "model-00130-of-00142.safetensors", "model.layers.66.self_attn.o_proj.weight": "model-00130-of-00142.safetensors", "model.layers.66.self_attn.q_proj.weight": "model-00130-of-00142.safetensors", "model.layers.66.self_attn.v_proj.weight": "model-00130-of-00142.safetensors", "model.layers.67.input_layernorm.weight": "model-00130-of-00142.safetensors", "model.layers.67.mlp.down_proj.weight": "model-00131-of-00142.safetensors", "model.layers.67.mlp.gate_proj.weight": "model-00131-of-00142.safetensors", "model.layers.67.mlp.up_proj.weight": "model-00132-of-00142.safetensors", "model.layers.67.post_attention_layernorm.weight": "model-00132-of-00142.safetensors", "model.layers.67.self_attn.k_proj.weight": "model-00132-of-00142.safetensors", "model.layers.67.self_attn.o_proj.weight": "model-00132-of-00142.safetensors", "model.layers.67.self_attn.q_proj.weight": "model-00132-of-00142.safetensors", "model.layers.67.self_attn.v_proj.weight": "model-00132-of-00142.safetensors", "model.layers.68.input_layernorm.weight": "model-00132-of-00142.safetensors", "model.layers.68.mlp.down_proj.weight": "model-00133-of-00142.safetensors", "model.layers.68.mlp.gate_proj.weight": "model-00133-of-00142.safetensors", "model.layers.68.mlp.up_proj.weight": "model-00134-of-00142.safetensors", "model.layers.68.post_attention_layernorm.weight": "model-00134-of-00142.safetensors", "model.layers.68.self_attn.k_proj.weight": "model-00134-of-00142.safetensors", "model.layers.68.self_attn.o_proj.weight": "model-00134-of-00142.safetensors", "model.layers.68.self_attn.q_proj.weight": "model-00134-of-00142.safetensors", "model.layers.68.self_attn.v_proj.weight": "model-00134-of-00142.safetensors", "model.layers.69.input_layernorm.weight": "model-00134-of-00142.safetensors", "model.layers.69.mlp.down_proj.weight": "model-00135-of-00142.safetensors", "model.layers.69.mlp.gate_proj.weight": "model-00135-of-00142.safetensors", "model.layers.69.mlp.up_proj.weight": "model-00136-of-00142.safetensors", "model.layers.69.post_attention_layernorm.weight": "model-00136-of-00142.safetensors", "model.layers.69.self_attn.k_proj.weight": "model-00136-of-00142.safetensors", "model.layers.69.self_attn.o_proj.weight": "model-00136-of-00142.safetensors", "model.layers.69.self_attn.q_proj.weight": "model-00136-of-00142.safetensors", "model.layers.69.self_attn.v_proj.weight": "model-00136-of-00142.safetensors", "model.layers.7.input_layernorm.weight": "model-00136-of-00142.safetensors", "model.layers.7.mlp.down_proj.weight": "model-00137-of-00142.safetensors", "model.layers.7.mlp.gate_proj.weight": "model-00137-of-00142.safetensors", "model.layers.7.mlp.up_proj.weight": "model-00138-of-00142.safetensors", "model.layers.7.post_attention_layernorm.weight": "model-00138-of-00142.safetensors", "model.layers.7.self_attn.k_proj.weight": "model-00138-of-00142.safetensors", "model.layers.7.self_attn.o_proj.weight": "model-00138-of-00142.safetensors", "model.layers.7.self_attn.q_proj.weight": "model-00138-of-00142.safetensors", "model.layers.7.self_attn.v_proj.weight": "model-00138-of-00142.safetensors", "model.layers.8.input_layernorm.weight": "model-00138-of-00142.safetensors", "model.layers.8.mlp.down_proj.weight": "model-00139-of-00142.safetensors", "model.layers.8.mlp.gate_proj.weight": "model-00139-of-00142.safetensors", "model.layers.8.mlp.up_proj.weight": "model-00140-of-00142.safetensors", "model.layers.8.post_attention_layernorm.weight": "model-00140-of-00142.safetensors", "model.layers.8.self_attn.k_proj.weight": "model-00140-of-00142.safetensors", "model.layers.8.self_attn.o_proj.weight": "model-00140-of-00142.safetensors", "model.layers.8.self_attn.q_proj.weight": "model-00140-of-00142.safetensors", "model.layers.8.self_attn.v_proj.weight": "model-00140-of-00142.safetensors", "model.layers.9.input_layernorm.weight": "model-00140-of-00142.safetensors", "model.layers.9.mlp.down_proj.weight": "model-00141-of-00142.safetensors", "model.layers.9.mlp.gate_proj.weight": "model-00141-of-00142.safetensors", "model.layers.9.mlp.up_proj.weight": "model-00142-of-00142.safetensors", "model.layers.9.post_attention_layernorm.weight": "model-00142-of-00142.safetensors", "model.layers.9.self_attn.k_proj.weight": "model-00142-of-00142.safetensors", "model.layers.9.self_attn.o_proj.weight": "model-00142-of-00142.safetensors", "model.layers.9.self_attn.q_proj.weight": "model-00142-of-00142.safetensors", "model.layers.9.self_attn.v_proj.weight": "model-00142-of-00142.safetensors", "model.norm.weight": "model-00142-of-00142.safetensors"}} \ No newline at end of file diff --git a/special_tokens_map.json b/special_tokens_map.json new file mode 100644 index 0000000000000000000000000000000000000000..278b7f0f84be865c4687700ee7b3c63d89a51e18 --- /dev/null +++ b/special_tokens_map.json @@ -0,0 +1,23 @@ +{ + "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 + }, + "pad_token": { + "content": "<|end_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/tokenizer.json b/tokenizer.json new file mode 100644 index 0000000000000000000000000000000000000000..86a33946b0c77216d2cce91bb28c8fada4a5e80b --- /dev/null +++ b/tokenizer.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5cf44023714fb39b05e71e425f8d7b92805ff73f7988b083b8c87f0bf87393 +size 17209961 diff --git a/tokenizer_config.json b/tokenizer_config.json new file mode 100644 index 0000000000000000000000000000000000000000..e0008d220901606b0ef9047ddfe1271849e194ea --- /dev/null +++ b/tokenizer_config.json @@ -0,0 +1,2063 @@ +{ + "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": "<|reserved_special_token_2|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128005": { + "content": "<|reserved_special_token_3|>", + "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": "<|reserved_special_token_4|>", + "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": "<|reserved_special_token_5|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128011": { + "content": "<|reserved_special_token_6|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128012": { + "content": "<|reserved_special_token_7|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128013": { + "content": "<|reserved_special_token_8|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128014": { + "content": "<|reserved_special_token_9|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128015": { + "content": "<|reserved_special_token_10|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128016": { + "content": "<|reserved_special_token_11|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128017": { + "content": "<|reserved_special_token_12|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128018": { + "content": "<|reserved_special_token_13|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128019": { + "content": "<|reserved_special_token_14|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128020": { + "content": "<|reserved_special_token_15|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128021": { + "content": "<|reserved_special_token_16|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128022": { + "content": "<|reserved_special_token_17|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128023": { + "content": "<|reserved_special_token_18|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128024": { + "content": "<|reserved_special_token_19|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128025": { + "content": "<|reserved_special_token_20|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128026": { + "content": "<|reserved_special_token_21|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128027": { + "content": "<|reserved_special_token_22|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128028": { + "content": "<|reserved_special_token_23|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128029": { + "content": "<|reserved_special_token_24|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128030": { + "content": "<|reserved_special_token_25|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128031": { + "content": "<|reserved_special_token_26|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128032": { + "content": "<|reserved_special_token_27|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128033": { + "content": "<|reserved_special_token_28|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128034": { + "content": "<|reserved_special_token_29|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128035": { + "content": "<|reserved_special_token_30|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128036": { + "content": "<|reserved_special_token_31|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128037": { + "content": "<|reserved_special_token_32|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128038": { + "content": "<|reserved_special_token_33|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128039": { + "content": "<|reserved_special_token_34|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128040": { + "content": "<|reserved_special_token_35|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128041": { + "content": "<|reserved_special_token_36|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128042": { + "content": "<|reserved_special_token_37|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128043": { + "content": "<|reserved_special_token_38|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128044": { + "content": "<|reserved_special_token_39|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128045": { + "content": "<|reserved_special_token_40|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128046": { + "content": "<|reserved_special_token_41|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128047": { + "content": "<|reserved_special_token_42|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128048": { + "content": "<|reserved_special_token_43|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128049": { + "content": "<|reserved_special_token_44|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128050": { + "content": "<|reserved_special_token_45|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128051": { + "content": "<|reserved_special_token_46|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128052": { + "content": "<|reserved_special_token_47|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128053": { + "content": "<|reserved_special_token_48|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128054": { + "content": "<|reserved_special_token_49|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128055": { + "content": "<|reserved_special_token_50|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128056": { + "content": "<|reserved_special_token_51|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128057": { + "content": "<|reserved_special_token_52|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128058": { + "content": "<|reserved_special_token_53|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128059": { + "content": "<|reserved_special_token_54|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128060": { + "content": "<|reserved_special_token_55|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128061": { + "content": "<|reserved_special_token_56|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128062": { + "content": "<|reserved_special_token_57|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128063": { + "content": "<|reserved_special_token_58|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128064": { + "content": "<|reserved_special_token_59|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128065": { + "content": "<|reserved_special_token_60|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128066": { + "content": "<|reserved_special_token_61|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128067": { + "content": "<|reserved_special_token_62|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128068": { + "content": "<|reserved_special_token_63|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128069": { + "content": "<|reserved_special_token_64|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128070": { + "content": "<|reserved_special_token_65|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128071": { + "content": "<|reserved_special_token_66|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128072": { + "content": "<|reserved_special_token_67|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128073": { + "content": "<|reserved_special_token_68|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128074": { + "content": "<|reserved_special_token_69|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128075": { + "content": "<|reserved_special_token_70|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128076": { + "content": "<|reserved_special_token_71|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128077": { + "content": "<|reserved_special_token_72|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128078": { + "content": "<|reserved_special_token_73|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128079": { + "content": "<|reserved_special_token_74|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128080": { + "content": "<|reserved_special_token_75|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128081": { + "content": "<|reserved_special_token_76|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128082": { + "content": "<|reserved_special_token_77|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128083": { + "content": "<|reserved_special_token_78|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128084": { + "content": "<|reserved_special_token_79|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128085": { + "content": "<|reserved_special_token_80|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128086": { + "content": "<|reserved_special_token_81|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128087": { + "content": "<|reserved_special_token_82|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128088": { + "content": "<|reserved_special_token_83|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128089": { + "content": "<|reserved_special_token_84|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128090": { + "content": "<|reserved_special_token_85|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128091": { + "content": "<|reserved_special_token_86|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128092": { + "content": "<|reserved_special_token_87|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128093": { + "content": "<|reserved_special_token_88|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128094": { + "content": "<|reserved_special_token_89|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128095": { + "content": "<|reserved_special_token_90|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128096": { + "content": "<|reserved_special_token_91|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128097": { + "content": "<|reserved_special_token_92|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128098": { + "content": "<|reserved_special_token_93|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128099": { + "content": "<|reserved_special_token_94|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128100": { + "content": "<|reserved_special_token_95|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128101": { + "content": "<|reserved_special_token_96|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128102": { + "content": "<|reserved_special_token_97|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128103": { + "content": "<|reserved_special_token_98|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128104": { + "content": "<|reserved_special_token_99|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128105": { + "content": "<|reserved_special_token_100|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128106": { + "content": "<|reserved_special_token_101|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128107": { + "content": "<|reserved_special_token_102|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128108": { + "content": "<|reserved_special_token_103|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128109": { + "content": "<|reserved_special_token_104|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128110": { + "content": "<|reserved_special_token_105|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128111": { + "content": "<|reserved_special_token_106|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128112": { + "content": "<|reserved_special_token_107|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128113": { + "content": "<|reserved_special_token_108|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128114": { + "content": "<|reserved_special_token_109|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128115": { + "content": "<|reserved_special_token_110|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128116": { + "content": "<|reserved_special_token_111|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128117": { + "content": "<|reserved_special_token_112|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128118": { + "content": "<|reserved_special_token_113|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128119": { + "content": "<|reserved_special_token_114|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128120": { + "content": "<|reserved_special_token_115|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128121": { + "content": "<|reserved_special_token_116|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128122": { + "content": "<|reserved_special_token_117|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128123": { + "content": "<|reserved_special_token_118|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128124": { + "content": "<|reserved_special_token_119|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128125": { + "content": "<|reserved_special_token_120|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128126": { + "content": "<|reserved_special_token_121|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128127": { + "content": "<|reserved_special_token_122|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128128": { + "content": "<|reserved_special_token_123|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128129": { + "content": "<|reserved_special_token_124|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128130": { + "content": "<|reserved_special_token_125|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128131": { + "content": "<|reserved_special_token_126|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128132": { + "content": "<|reserved_special_token_127|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128133": { + "content": "<|reserved_special_token_128|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128134": { + "content": "<|reserved_special_token_129|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128135": { + "content": "<|reserved_special_token_130|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128136": { + "content": "<|reserved_special_token_131|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128137": { + "content": "<|reserved_special_token_132|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128138": { + "content": "<|reserved_special_token_133|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128139": { + "content": "<|reserved_special_token_134|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128140": { + "content": "<|reserved_special_token_135|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128141": { + "content": "<|reserved_special_token_136|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128142": { + "content": "<|reserved_special_token_137|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128143": { + "content": "<|reserved_special_token_138|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128144": { + "content": "<|reserved_special_token_139|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128145": { + "content": "<|reserved_special_token_140|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128146": { + "content": "<|reserved_special_token_141|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128147": { + "content": "<|reserved_special_token_142|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128148": { + "content": "<|reserved_special_token_143|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128149": { + "content": "<|reserved_special_token_144|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128150": { + "content": "<|reserved_special_token_145|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128151": { + "content": "<|reserved_special_token_146|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128152": { + "content": "<|reserved_special_token_147|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128153": { + "content": "<|reserved_special_token_148|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128154": { + "content": "<|reserved_special_token_149|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128155": { + "content": "<|reserved_special_token_150|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128156": { + "content": "<|reserved_special_token_151|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128157": { + "content": "<|reserved_special_token_152|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128158": { + "content": "<|reserved_special_token_153|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128159": { + "content": "<|reserved_special_token_154|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128160": { + "content": "<|reserved_special_token_155|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128161": { + "content": "<|reserved_special_token_156|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128162": { + "content": "<|reserved_special_token_157|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128163": { + "content": "<|reserved_special_token_158|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128164": { + "content": "<|reserved_special_token_159|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128165": { + "content": "<|reserved_special_token_160|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128166": { + "content": "<|reserved_special_token_161|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128167": { + "content": "<|reserved_special_token_162|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128168": { + "content": "<|reserved_special_token_163|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128169": { + "content": "<|reserved_special_token_164|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128170": { + "content": "<|reserved_special_token_165|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128171": { + "content": "<|reserved_special_token_166|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128172": { + "content": "<|reserved_special_token_167|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128173": { + "content": "<|reserved_special_token_168|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128174": { + "content": "<|reserved_special_token_169|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128175": { + "content": "<|reserved_special_token_170|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128176": { + "content": "<|reserved_special_token_171|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128177": { + "content": "<|reserved_special_token_172|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128178": { + "content": "<|reserved_special_token_173|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128179": { + "content": "<|reserved_special_token_174|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128180": { + "content": "<|reserved_special_token_175|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128181": { + "content": "<|reserved_special_token_176|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128182": { + "content": "<|reserved_special_token_177|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128183": { + "content": "<|reserved_special_token_178|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128184": { + "content": "<|reserved_special_token_179|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128185": { + "content": "<|reserved_special_token_180|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128186": { + "content": "<|reserved_special_token_181|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128187": { + "content": "<|reserved_special_token_182|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128188": { + "content": "<|reserved_special_token_183|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128189": { + "content": "<|reserved_special_token_184|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128190": { + "content": "<|reserved_special_token_185|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128191": { + "content": "<|reserved_special_token_186|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128192": { + "content": "<|reserved_special_token_187|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128193": { + "content": "<|reserved_special_token_188|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128194": { + "content": "<|reserved_special_token_189|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128195": { + "content": "<|reserved_special_token_190|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128196": { + "content": "<|reserved_special_token_191|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128197": { + "content": "<|reserved_special_token_192|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128198": { + "content": "<|reserved_special_token_193|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128199": { + "content": "<|reserved_special_token_194|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128200": { + "content": "<|reserved_special_token_195|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128201": { + "content": "<|reserved_special_token_196|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128202": { + "content": "<|reserved_special_token_197|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128203": { + "content": "<|reserved_special_token_198|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128204": { + "content": "<|reserved_special_token_199|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128205": { + "content": "<|reserved_special_token_200|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128206": { + "content": "<|reserved_special_token_201|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128207": { + "content": "<|reserved_special_token_202|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128208": { + "content": "<|reserved_special_token_203|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128209": { + "content": "<|reserved_special_token_204|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128210": { + "content": "<|reserved_special_token_205|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128211": { + "content": "<|reserved_special_token_206|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128212": { + "content": "<|reserved_special_token_207|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128213": { + "content": "<|reserved_special_token_208|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128214": { + "content": "<|reserved_special_token_209|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128215": { + "content": "<|reserved_special_token_210|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128216": { + "content": "<|reserved_special_token_211|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128217": { + "content": "<|reserved_special_token_212|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128218": { + "content": "<|reserved_special_token_213|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128219": { + "content": "<|reserved_special_token_214|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128220": { + "content": "<|reserved_special_token_215|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128221": { + "content": "<|reserved_special_token_216|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128222": { + "content": "<|reserved_special_token_217|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128223": { + "content": "<|reserved_special_token_218|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128224": { + "content": "<|reserved_special_token_219|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128225": { + "content": "<|reserved_special_token_220|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128226": { + "content": "<|reserved_special_token_221|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128227": { + "content": "<|reserved_special_token_222|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128228": { + "content": "<|reserved_special_token_223|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128229": { + "content": "<|reserved_special_token_224|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128230": { + "content": "<|reserved_special_token_225|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128231": { + "content": "<|reserved_special_token_226|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128232": { + "content": "<|reserved_special_token_227|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128233": { + "content": "<|reserved_special_token_228|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128234": { + "content": "<|reserved_special_token_229|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128235": { + "content": "<|reserved_special_token_230|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128236": { + "content": "<|reserved_special_token_231|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128237": { + "content": "<|reserved_special_token_232|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128238": { + "content": "<|reserved_special_token_233|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128239": { + "content": "<|reserved_special_token_234|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128240": { + "content": "<|reserved_special_token_235|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128241": { + "content": "<|reserved_special_token_236|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128242": { + "content": "<|reserved_special_token_237|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128243": { + "content": "<|reserved_special_token_238|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128244": { + "content": "<|reserved_special_token_239|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128245": { + "content": "<|reserved_special_token_240|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128246": { + "content": "<|reserved_special_token_241|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128247": { + "content": "<|reserved_special_token_242|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128248": { + "content": "<|reserved_special_token_243|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128249": { + "content": "<|reserved_special_token_244|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128250": { + "content": "<|reserved_special_token_245|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128251": { + "content": "<|reserved_special_token_246|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128252": { + "content": "<|reserved_special_token_247|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128253": { + "content": "<|reserved_special_token_248|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128254": { + "content": "<|reserved_special_token_249|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128255": { + "content": "<|reserved_special_token_250|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "bos_token": "<|begin_of_text|>", + "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}", + "clean_up_tokenization_spaces": true, + "eos_token": "<|eot_id|>", + "model_input_names": [ + "input_ids", + "attention_mask" + ], + "model_max_length": 1000000000000000019884624838656, + "pad_token": "<|end_of_text|>", + "tokenizer_class": "PreTrainedTokenizerFast" +}