From bcc51245b9045e00f8c321d3f31ce2b2f9b2ff9f Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 5 Jul 2026 06:36:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: utter-project/EuroLLM-22B-Instruct-Preview Source: Original Platform --- .gitattributes | 60 + README.md | 199 +++ config.json | 30 + configuration.json | 1 + generation_config.json | 7 + model-00001-of-00010.safetensors | 3 + model-00002-of-00010.safetensors | 3 + model-00003-of-00010.safetensors | 3 + model-00004-of-00010.safetensors | 3 + model-00005-of-00010.safetensors | 3 + model-00006-of-00010.safetensors | 3 + model-00007-of-00010.safetensors | 3 + model-00008-of-00010.safetensors | 3 + model-00009-of-00010.safetensors | 3 + model-00010-of-00010.safetensors | 3 + model.safetensors.index.json | 496 +++++++ special_tokens_map.json | 30 + tokenizer.json | 3 + tokenizer.model | 3 + tokenizer_config.json | 2108 ++++++++++++++++++++++++++++++ 20 files changed, 2967 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 config.json create mode 100644 configuration.json create mode 100644 generation_config.json create mode 100644 model-00001-of-00010.safetensors create mode 100644 model-00002-of-00010.safetensors create mode 100644 model-00003-of-00010.safetensors create mode 100644 model-00004-of-00010.safetensors create mode 100644 model-00005-of-00010.safetensors create mode 100644 model-00006-of-00010.safetensors create mode 100644 model-00007-of-00010.safetensors create mode 100644 model-00008-of-00010.safetensors create mode 100644 model-00009-of-00010.safetensors create mode 100644 model-00010-of-00010.safetensors create mode 100644 model.safetensors.index.json create mode 100644 special_tokens_map.json create mode 100644 tokenizer.json create mode 100644 tokenizer.model create mode 100644 tokenizer_config.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..de82132 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bin.* filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text + +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zstandard filter=lfs diff=lfs merge=lfs -text +*.tfevents* filter=lfs diff=lfs merge=lfs -text +*.db* filter=lfs diff=lfs merge=lfs -text +*.ark* filter=lfs diff=lfs merge=lfs -text +**/*ckpt*data* filter=lfs diff=lfs merge=lfs -text +**/*ckpt*.meta filter=lfs diff=lfs merge=lfs -text +**/*ckpt*.index filter=lfs diff=lfs merge=lfs -text + +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.gguf* filter=lfs diff=lfs merge=lfs -text +*.ggml filter=lfs diff=lfs merge=lfs -text +*.llamafile* filter=lfs diff=lfs merge=lfs -text +*.pt2 filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text + +model-00006-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +tokenizer.json filter=lfs diff=lfs merge=lfs -text +model-00004-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +model-00007-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +model-00009-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +model-00001-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +model-00005-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +model-00002-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +model-00010-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +model-00008-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text +tokenizer.model filter=lfs diff=lfs merge=lfs -text +model-00003-of-00010.safetensors filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..bc5f30d --- /dev/null +++ b/README.md @@ -0,0 +1,199 @@ +--- +library_name: transformers +tags: [] +--- + +# Model Card for Model ID + + + + + +## Model Details + +### Model Description + + + +This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated. + +- **Developed by:** [More Information Needed] +- **Funded by [optional]:** [More Information Needed] +- **Shared by [optional]:** [More Information Needed] +- **Model type:** [More Information Needed] +- **Language(s) (NLP):** [More Information Needed] +- **License:** [More Information Needed] +- **Finetuned from model [optional]:** [More Information Needed] + +### Model Sources [optional] + + + +- **Repository:** [More Information Needed] +- **Paper [optional]:** [More Information Needed] +- **Demo [optional]:** [More Information Needed] + +## Uses + + + +### Direct Use + + + +[More Information Needed] + +### Downstream Use [optional] + + + +[More Information Needed] + +### Out-of-Scope Use + + + +[More Information Needed] + +## Bias, Risks, and Limitations + + + +[More Information Needed] + +### Recommendations + + + +Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. + +## How to Get Started with the Model + +Use the code below to get started with the model. + +[More Information Needed] + +## Training Details + +### Training Data + + + +[More Information Needed] + +### Training Procedure + + + +#### Preprocessing [optional] + +[More Information Needed] + + +#### Training Hyperparameters + +- **Training regime:** [More Information Needed] + +#### Speeds, Sizes, Times [optional] + + + +[More Information Needed] + +## Evaluation + + + +### Testing Data, Factors & Metrics + +#### Testing Data + + + +[More Information Needed] + +#### Factors + + + +[More Information Needed] + +#### Metrics + + + +[More Information Needed] + +### Results + +[More Information Needed] + +#### Summary + + + +## Model Examination [optional] + + + +[More Information Needed] + +## Environmental Impact + + + +Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700). + +- **Hardware Type:** [More Information Needed] +- **Hours used:** [More Information Needed] +- **Cloud Provider:** [More Information Needed] +- **Compute Region:** [More Information Needed] +- **Carbon Emitted:** [More Information Needed] + +## Technical Specifications [optional] + +### Model Architecture and Objective + +[More Information Needed] + +### Compute Infrastructure + +[More Information Needed] + +#### Hardware + +[More Information Needed] + +#### Software + +[More Information Needed] + +## Citation [optional] + + + +**BibTeX:** + +[More Information Needed] + +**APA:** + +[More Information Needed] + +## Glossary [optional] + + + +[More Information Needed] + +## More Information [optional] + +[More Information Needed] + +## Model Card Authors [optional] + +[More Information Needed] + +## Model Card Contact + +[More Information Needed] \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..21eae4a --- /dev/null +++ b/config.json @@ -0,0 +1,30 @@ +{ + "_name_or_path": "/mnt/cephfs-nvme/nunomg/axolotl/sft_ckpts/eurollm/MR-Legacy-EuroLLM-22B-4K-EuroBlocks-200525", + "architectures": [ + "LlamaForCausalLM" + ], + "attention_bias": false, + "attention_dropout": 0.0, + "bos_token_id": 1, + "eos_token_id": 4, + "head_dim": 128, + "hidden_act": "silu", + "hidden_size": 6144, + "initializer_range": 0.02, + "intermediate_size": 16384, + "max_position_embeddings": 4096, + "mlp_bias": false, + "model_type": "llama", + "num_attention_heads": 48, + "num_hidden_layers": 54, + "num_key_value_heads": 8, + "pretraining_tp": 1, + "rms_norm_eps": 1e-05, + "rope_scaling": null, + "rope_theta": 10000, + "tie_word_embeddings": false, + "torch_dtype": "bfloat16", + "transformers_version": "4.46.1", + "use_cache": false, + "vocab_size": 128000 +} diff --git a/configuration.json b/configuration.json new file mode 100644 index 0000000..bbeeda1 --- /dev/null +++ b/configuration.json @@ -0,0 +1 @@ +{"framework": "pytorch", "task": "text-generation", "allow_remote": true} \ No newline at end of file diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000..95f23b4 --- /dev/null +++ b/generation_config.json @@ -0,0 +1,7 @@ +{ + "_from_model_config": true, + "bos_token_id": 1, + "do_sample": true, + "eos_token_id": 2, + "transformers_version": "4.46.1" +} diff --git a/model-00001-of-00010.safetensors b/model-00001-of-00010.safetensors new file mode 100644 index 0000000..28ebab3 --- /dev/null +++ b/model-00001-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe37242a272a680202e24644145dea26bfd65c72fd82542a292f880a2f1c5c64 +size 4869690024 diff --git a/model-00002-of-00010.safetensors b/model-00002-of-00010.safetensors new file mode 100644 index 0000000..d9c063f --- /dev/null +++ b/model-00002-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4eedb6f9ed9675e2259e6c1c69668ded3498686b6fb5f538c269532357d457 +size 4882323696 diff --git a/model-00003-of-00010.safetensors b/model-00003-of-00010.safetensors new file mode 100644 index 0000000..e28717a --- /dev/null +++ b/model-00003-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77dbe67d0ada219c4d0b96b4e124f4f903edf3c4dca16911a366c85bdfbcfb70 +size 4882323744 diff --git a/model-00004-of-00010.safetensors b/model-00004-of-00010.safetensors new file mode 100644 index 0000000..276d4b0 --- /dev/null +++ b/model-00004-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af65140ff225ae479ea0e5713052964be7a5d13069bfb35a9e0e7ecf4645b081 +size 4983012192 diff --git a/model-00005-of-00010.safetensors b/model-00005-of-00010.safetensors new file mode 100644 index 0000000..7ea9fcb --- /dev/null +++ b/model-00005-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59395fa0cf82ed3c46898eb5894c27a3fcdf78fe63ca7f007715107c2da1f1ad +size 4957821336 diff --git a/model-00006-of-00010.safetensors b/model-00006-of-00010.safetensors new file mode 100644 index 0000000..9eaff65 --- /dev/null +++ b/model-00006-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0914b5b01ec7ba14bc3e1109a2e6db9e010c811307b13ab487ba085ce3c24cc8 +size 4882323744 diff --git a/model-00007-of-00010.safetensors b/model-00007-of-00010.safetensors new file mode 100644 index 0000000..597e80e --- /dev/null +++ b/model-00007-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee20f853237ee712ad3590ce92fd3d119bf180687266afda3e113c28be5681b6 +size 4983012192 diff --git a/model-00008-of-00010.safetensors b/model-00008-of-00010.safetensors new file mode 100644 index 0000000..df4b273 --- /dev/null +++ b/model-00008-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490118a26b8c237da553c2bd0bcde791ef44919441370151f572b182831624bf +size 4957821336 diff --git a/model-00009-of-00010.safetensors b/model-00009-of-00010.safetensors new file mode 100644 index 0000000..5d0538c --- /dev/null +++ b/model-00009-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0977c28bdc4fd08ac8909b6a7977066f8e1ce5216eeea5f8c4819b01fc2a23b0 +size 4303521472 diff --git a/model-00010-of-00010.safetensors b/model-00010-of-00010.safetensors new file mode 100644 index 0000000..1ba778c --- /dev/null +++ b/model-00010-of-00010.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258d16aa0020a75b447bca5d48aab6a0062204b8d7990e2f365c6ad5766c9991 +size 1572864128 diff --git a/model.safetensors.index.json b/model.safetensors.index.json new file mode 100644 index 0000000..adcf701 --- /dev/null +++ b/model.safetensors.index.json @@ -0,0 +1,496 @@ +{ + "metadata": { + "total_size": 45274656768 + }, + "weight_map": { + "lm_head.weight": "model-00010-of-00010.safetensors", + "model.embed_tokens.weight": "model-00001-of-00010.safetensors", + "model.layers.0.input_layernorm.weight": "model-00001-of-00010.safetensors", + "model.layers.0.mlp.down_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.0.mlp.up_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00010.safetensors", + "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.1.input_layernorm.weight": "model-00001-of-00010.safetensors", + "model.layers.1.mlp.down_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.1.mlp.up_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00010.safetensors", + "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.10.input_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.10.mlp.down_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.10.mlp.up_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.10.post_attention_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.11.input_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.11.mlp.down_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.11.mlp.gate_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.11.mlp.up_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.11.post_attention_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.11.self_attn.k_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.11.self_attn.o_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.11.self_attn.q_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.11.self_attn.v_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.12.input_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.12.mlp.down_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.12.mlp.gate_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.12.mlp.up_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.12.post_attention_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.12.self_attn.k_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.12.self_attn.o_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.12.self_attn.q_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.12.self_attn.v_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.13.input_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.13.mlp.down_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.13.mlp.gate_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.13.mlp.up_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.13.post_attention_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.13.self_attn.k_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.13.self_attn.o_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.13.self_attn.q_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.13.self_attn.v_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.14.input_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.14.mlp.down_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.14.mlp.gate_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.14.mlp.up_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.14.post_attention_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.14.self_attn.k_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.14.self_attn.o_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.14.self_attn.q_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.14.self_attn.v_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.15.input_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.15.mlp.down_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.15.mlp.gate_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.15.mlp.up_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.15.post_attention_layernorm.weight": "model-00003-of-00010.safetensors", + "model.layers.15.self_attn.k_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.15.self_attn.o_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.15.self_attn.q_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.15.self_attn.v_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.16.input_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.16.mlp.down_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.16.mlp.gate_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.16.mlp.up_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.16.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.16.self_attn.k_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.16.self_attn.o_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.16.self_attn.q_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.16.self_attn.v_proj.weight": "model-00003-of-00010.safetensors", + "model.layers.17.input_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.17.mlp.down_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.17.mlp.gate_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.17.mlp.up_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.17.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.17.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.17.self_attn.o_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.17.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.17.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.18.input_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.18.mlp.down_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.18.mlp.gate_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.18.mlp.up_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.18.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.18.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.18.self_attn.o_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.18.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.18.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.19.input_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.19.mlp.down_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.19.mlp.gate_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.19.mlp.up_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.19.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.19.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.19.self_attn.o_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.19.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.19.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.2.input_layernorm.weight": "model-00001-of-00010.safetensors", + "model.layers.2.mlp.down_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.2.mlp.up_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00010.safetensors", + "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.20.input_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.20.mlp.down_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.20.mlp.gate_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.20.mlp.up_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.20.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.20.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.20.self_attn.o_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.20.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.20.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.21.input_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.21.mlp.down_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.21.mlp.gate_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.21.mlp.up_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.21.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.21.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.21.self_attn.o_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.21.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.21.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.22.input_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.22.mlp.down_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.22.mlp.gate_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.22.mlp.up_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.22.post_attention_layernorm.weight": "model-00004-of-00010.safetensors", + "model.layers.22.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.22.self_attn.o_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.22.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.22.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.23.input_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.23.mlp.down_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.23.mlp.gate_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.23.mlp.up_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.23.post_attention_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.23.self_attn.k_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.23.self_attn.o_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.23.self_attn.q_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.23.self_attn.v_proj.weight": "model-00004-of-00010.safetensors", + "model.layers.24.input_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.24.mlp.down_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.24.mlp.gate_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.24.mlp.up_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.24.post_attention_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.24.self_attn.k_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.24.self_attn.o_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.24.self_attn.q_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.24.self_attn.v_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.25.input_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.25.mlp.down_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.25.mlp.gate_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.25.mlp.up_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.25.post_attention_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.25.self_attn.k_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.25.self_attn.o_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.25.self_attn.q_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.25.self_attn.v_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.26.input_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.26.mlp.down_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.26.mlp.gate_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.26.mlp.up_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.26.post_attention_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.26.self_attn.k_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.26.self_attn.o_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.26.self_attn.q_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.26.self_attn.v_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.27.input_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.27.mlp.down_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.27.mlp.gate_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.27.mlp.up_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.27.post_attention_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.27.self_attn.k_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.27.self_attn.o_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.27.self_attn.q_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.27.self_attn.v_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.28.input_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.28.mlp.down_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.28.mlp.gate_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.28.mlp.up_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.28.post_attention_layernorm.weight": "model-00005-of-00010.safetensors", + "model.layers.28.self_attn.k_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.28.self_attn.o_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.28.self_attn.q_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.28.self_attn.v_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.29.input_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.29.mlp.down_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.29.mlp.gate_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.29.mlp.up_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.29.post_attention_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.29.self_attn.k_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.29.self_attn.o_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.29.self_attn.q_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.29.self_attn.v_proj.weight": "model-00005-of-00010.safetensors", + "model.layers.3.input_layernorm.weight": "model-00001-of-00010.safetensors", + "model.layers.3.mlp.down_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.3.mlp.up_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00010.safetensors", + "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.30.input_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.30.mlp.down_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.30.mlp.gate_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.30.mlp.up_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.30.post_attention_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.30.self_attn.k_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.30.self_attn.o_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.30.self_attn.q_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.30.self_attn.v_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.31.input_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.31.mlp.down_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.31.mlp.gate_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.31.mlp.up_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.31.post_attention_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.31.self_attn.k_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.31.self_attn.o_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.31.self_attn.q_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.31.self_attn.v_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.32.input_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.32.mlp.down_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.32.mlp.gate_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.32.mlp.up_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.32.post_attention_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.32.self_attn.k_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.32.self_attn.o_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.32.self_attn.q_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.32.self_attn.v_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.33.input_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.33.mlp.down_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.33.mlp.gate_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.33.mlp.up_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.33.post_attention_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.33.self_attn.k_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.33.self_attn.o_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.33.self_attn.q_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.33.self_attn.v_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.34.input_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.34.mlp.down_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.34.mlp.gate_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.34.mlp.up_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.34.post_attention_layernorm.weight": "model-00006-of-00010.safetensors", + "model.layers.34.self_attn.k_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.34.self_attn.o_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.34.self_attn.q_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.34.self_attn.v_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.35.input_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.35.mlp.down_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.35.mlp.gate_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.35.mlp.up_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.35.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.35.self_attn.k_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.35.self_attn.o_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.35.self_attn.q_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.35.self_attn.v_proj.weight": "model-00006-of-00010.safetensors", + "model.layers.36.input_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.36.mlp.down_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.36.mlp.gate_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.36.mlp.up_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.36.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.36.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.36.self_attn.o_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.36.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.36.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.37.input_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.37.mlp.down_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.37.mlp.gate_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.37.mlp.up_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.37.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.37.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.37.self_attn.o_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.37.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.37.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.38.input_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.38.mlp.down_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.38.mlp.gate_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.38.mlp.up_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.38.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.38.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.38.self_attn.o_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.38.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.38.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.39.input_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.39.mlp.down_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.39.mlp.gate_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.39.mlp.up_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.39.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.39.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.39.self_attn.o_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.39.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.39.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.4.input_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.4.mlp.down_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.4.mlp.gate_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.4.mlp.up_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.4.post_attention_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00010.safetensors", + "model.layers.40.input_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.40.mlp.down_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.40.mlp.gate_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.40.mlp.up_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.40.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.40.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.40.self_attn.o_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.40.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.40.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.41.input_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.41.mlp.down_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.41.mlp.gate_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.41.mlp.up_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.41.post_attention_layernorm.weight": "model-00007-of-00010.safetensors", + "model.layers.41.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.41.self_attn.o_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.41.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.41.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.42.input_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.42.mlp.down_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.42.mlp.gate_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.42.mlp.up_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.42.post_attention_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.42.self_attn.k_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.42.self_attn.o_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.42.self_attn.q_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.42.self_attn.v_proj.weight": "model-00007-of-00010.safetensors", + "model.layers.43.input_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.43.mlp.down_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.43.mlp.gate_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.43.mlp.up_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.43.post_attention_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.43.self_attn.k_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.43.self_attn.o_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.43.self_attn.q_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.43.self_attn.v_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.44.input_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.44.mlp.down_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.44.mlp.gate_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.44.mlp.up_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.44.post_attention_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.44.self_attn.k_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.44.self_attn.o_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.44.self_attn.q_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.44.self_attn.v_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.45.input_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.45.mlp.down_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.45.mlp.gate_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.45.mlp.up_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.45.post_attention_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.45.self_attn.k_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.45.self_attn.o_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.45.self_attn.q_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.45.self_attn.v_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.46.input_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.46.mlp.down_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.46.mlp.gate_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.46.mlp.up_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.46.post_attention_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.46.self_attn.k_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.46.self_attn.o_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.46.self_attn.q_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.46.self_attn.v_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.47.input_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.47.mlp.down_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.47.mlp.gate_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.47.mlp.up_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.47.post_attention_layernorm.weight": "model-00008-of-00010.safetensors", + "model.layers.47.self_attn.k_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.47.self_attn.o_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.47.self_attn.q_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.47.self_attn.v_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.48.input_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.48.mlp.down_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.48.mlp.gate_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.48.mlp.up_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.48.post_attention_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.48.self_attn.k_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.48.self_attn.o_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.48.self_attn.q_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.48.self_attn.v_proj.weight": "model-00008-of-00010.safetensors", + "model.layers.49.input_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.49.mlp.down_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.49.mlp.gate_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.49.mlp.up_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.49.post_attention_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.49.self_attn.k_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.49.self_attn.o_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.49.self_attn.q_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.49.self_attn.v_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.5.input_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.5.mlp.down_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.5.mlp.gate_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.5.mlp.up_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.5.post_attention_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.5.self_attn.k_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.5.self_attn.o_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.5.self_attn.q_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.5.self_attn.v_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.50.input_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.50.mlp.down_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.50.mlp.gate_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.50.mlp.up_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.50.post_attention_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.50.self_attn.k_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.50.self_attn.o_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.50.self_attn.q_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.50.self_attn.v_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.51.input_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.51.mlp.down_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.51.mlp.gate_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.51.mlp.up_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.51.post_attention_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.51.self_attn.k_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.51.self_attn.o_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.51.self_attn.q_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.51.self_attn.v_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.52.input_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.52.mlp.down_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.52.mlp.gate_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.52.mlp.up_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.52.post_attention_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.52.self_attn.k_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.52.self_attn.o_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.52.self_attn.q_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.52.self_attn.v_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.53.input_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.53.mlp.down_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.53.mlp.gate_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.53.mlp.up_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.53.post_attention_layernorm.weight": "model-00009-of-00010.safetensors", + "model.layers.53.self_attn.k_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.53.self_attn.o_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.53.self_attn.q_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.53.self_attn.v_proj.weight": "model-00009-of-00010.safetensors", + "model.layers.6.input_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.6.mlp.down_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.6.mlp.gate_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.6.mlp.up_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.6.post_attention_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.6.self_attn.k_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.6.self_attn.o_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.6.self_attn.q_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.6.self_attn.v_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.7.input_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.7.mlp.down_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.7.mlp.gate_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.7.mlp.up_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.7.post_attention_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.7.self_attn.k_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.7.self_attn.o_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.7.self_attn.q_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.7.self_attn.v_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.8.input_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.8.mlp.down_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.8.mlp.gate_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.8.mlp.up_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.8.post_attention_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.8.self_attn.k_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.8.self_attn.o_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.8.self_attn.q_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.8.self_attn.v_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.9.input_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.9.mlp.down_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.9.mlp.gate_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.9.mlp.up_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.9.post_attention_layernorm.weight": "model-00002-of-00010.safetensors", + "model.layers.9.self_attn.k_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.9.self_attn.o_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.9.self_attn.q_proj.weight": "model-00002-of-00010.safetensors", + "model.layers.9.self_attn.v_proj.weight": "model-00002-of-00010.safetensors", + "model.norm.weight": "model-00009-of-00010.safetensors" + } +} diff --git a/special_tokens_map.json b/special_tokens_map.json new file mode 100644 index 0000000..d555d77 --- /dev/null +++ b/special_tokens_map.json @@ -0,0 +1,30 @@ +{ + "bos_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "<|im_end|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "unk_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/tokenizer.json b/tokenizer.json new file mode 100644 index 0000000..2d619c7 --- /dev/null +++ b/tokenizer.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e4810e827e4ffcd735429d19d585326bb4efb31e921cb870ecefc4c1fa16e3 +size 15783507 diff --git a/tokenizer.model b/tokenizer.model new file mode 100644 index 0000000..062965b --- /dev/null +++ b/tokenizer.model @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42957aec88804838805b335da1bbcce9d116024a20c6c4b56757648b9e348254 +size 2408875 diff --git a/tokenizer_config.json b/tokenizer_config.json new file mode 100644 index 0000000..d04165a --- /dev/null +++ b/tokenizer_config.json @@ -0,0 +1,2108 @@ +{ + "add_bos_token": true, + "add_eos_token": false, + "add_prefix_space": true, + "added_tokens_decoder": { + "0": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "1": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "2": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "3": { + "content": "<|im_start|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "4": { + "content": "<|im_end|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "5": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "6": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "7": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "8": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "9": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "10": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "11": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "12": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "13": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "14": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "15": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "16": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "17": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "18": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "19": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "20": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "21": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "22": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "23": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "24": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "25": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "26": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "27": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "28": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "29": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "30": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "31": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "32": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "33": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "34": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "35": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "36": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "37": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "38": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "39": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "40": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "41": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "42": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "43": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "44": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "45": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "46": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "47": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "48": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "49": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "50": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "51": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "52": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "53": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "54": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "55": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "56": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "57": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "58": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "59": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "60": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "61": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "62": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "63": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "64": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "65": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "66": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "67": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "68": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "69": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "70": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "71": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "72": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "73": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "74": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "75": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "76": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "77": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "78": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "79": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "80": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "81": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "82": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "83": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "84": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "85": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "86": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "87": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "88": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "89": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "90": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "91": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "92": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "93": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "94": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "95": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "96": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "97": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "98": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "99": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "100": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "101": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "102": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "103": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "104": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "105": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "106": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "107": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "108": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "109": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "110": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "111": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "112": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "113": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "114": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "115": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "116": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "117": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "118": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "119": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "120": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "121": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "122": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "123": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "124": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "125": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "126": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "127": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "128": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "129": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "130": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "131": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "132": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "133": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "134": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "135": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "136": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "137": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "138": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "139": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "140": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "141": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "142": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "143": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "144": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "145": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "146": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "147": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "148": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "149": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "150": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "151": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "152": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "153": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "154": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "155": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "156": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "157": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "158": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "159": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "160": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "161": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "162": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "163": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "164": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "165": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "166": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "167": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "168": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "169": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "170": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "171": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "172": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "173": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "174": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "175": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "176": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "177": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "178": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "179": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "180": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "181": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "182": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "183": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "184": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "185": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "186": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "187": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "188": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "189": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "190": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "191": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "192": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "193": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "194": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "195": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "196": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "197": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "198": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "199": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "200": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "201": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "202": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "203": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "204": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "205": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "206": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "207": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "208": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "209": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "210": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "211": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "212": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "213": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "214": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "215": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "216": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "217": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "218": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "219": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "220": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "221": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "222": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "223": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "224": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "225": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "226": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "227": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "228": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "229": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "230": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "231": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "232": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "233": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "234": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "235": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "236": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "237": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "238": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "239": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "240": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "241": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "242": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "243": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "244": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "245": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "246": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "247": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "248": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "249": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "250": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "251": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "252": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "253": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "254": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "255": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "256": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "257": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "258": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "259": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + }, + "260": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": false + } + }, + "bos_token": "", + "chat_template": "{% for message in messages %}{% if message['role'] == 'assistant' %}{% set role = 'assistant' %}{% else %}{% set role = message['role'] %}{% endif %}<|im_start|>{{ role }}\n{{ message['content'] | trim }}<|im_end|>\n{% endfor %}{% if add_generation_prompt %}{{'<|im_start|>assistant\n'}}{% endif %}", + "clean_up_tokenization_spaces": false, + "eos_token": "<|im_end|>", + "extra_special_tokens": {}, + "legacy": true, + "model_max_length": 1000000000000000019884624838656, + "pad_token": "", + "sp_model_kwargs": {}, + "spaces_between_special_tokens": false, + "tokenizer_class": "LlamaTokenizer", + "unk_token": "", + "use_default_system_prompt": false +}