Commit ·
3b4f786
0
Parent(s):
Duplicate from ibm-granite/granite-4.1-30b
Browse filesCo-authored-by: Rameswar Panda <rpand002@users.noreply.huggingface.co>
- .gitattributes +35 -0
- README.md +596 -0
- chat_template.jinja +114 -0
- config.json +33 -0
- generation_config.json +7 -0
- merges.txt +0 -0
- model-00001-of-00012.safetensors +3 -0
- model-00002-of-00012.safetensors +3 -0
- model-00003-of-00012.safetensors +3 -0
- model-00004-of-00012.safetensors +3 -0
- model-00005-of-00012.safetensors +3 -0
- model-00006-of-00012.safetensors +3 -0
- model-00007-of-00012.safetensors +3 -0
- model-00008-of-00012.safetensors +3 -0
- model-00009-of-00012.safetensors +3 -0
- model-00010-of-00012.safetensors +3 -0
- model-00011-of-00012.safetensors +3 -0
- model-00012-of-00012.safetensors +3 -0
- model.safetensors.index.json +586 -0
- model.sig +1 -0
- special_tokens_map.json +30 -0
- tokenizer.json +0 -0
- tokenizer_config.json +783 -0
- vocab.json +0 -0
.gitattributes
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,596 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
library_name: transformers
|
| 4 |
+
tags:
|
| 5 |
+
- language
|
| 6 |
+
- granite-4.0
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
[](https://mot.isitopen.ai/model/1160)
|
| 11 |
+
|
| 12 |
+
# Granite-4.1-30B
|
| 13 |
+
|
| 14 |
+
**Model Summary:**
|
| 15 |
+
Granite-4.1-30B is a 30B parameter long-context instruct model finetuned from *Granite-4.1-30B-Base* using a combination of open source instruction datasets with permissive license and internally collected synthetic datasets. Granite 4.1 models have gone through an improved post-training pipeline, including supervised finetuning and reinforcement learning alignment, resulting in enhanced tool calling, instruction following, and chat capabilities.
|
| 16 |
+
|
| 17 |
+
- **Developers:** Granite Team, IBM
|
| 18 |
+
- **HF Collection:** [Granite 4.1 Language Models HF Collection](https://huggingface.co/collections/ibm-granite/granite-41-language-models)
|
| 19 |
+
- **Technical Blog:** [Granite-4.1 Blog](https://huggingface.co/blog/ibm-granite/granite-4-1)
|
| 20 |
+
- **GitHub Repository:** [ibm-granite/granite-4.1-language-models](https://github.com/ibm-granite/granite-4.1-language-models)
|
| 21 |
+
- **Website**: [Granite Docs](https://www.ibm.com/granite/docs/)
|
| 22 |
+
- **Release Date**: April 29th, 2026
|
| 23 |
+
- **License:** [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
| 24 |
+
|
| 25 |
+
**Supported Languages:**
|
| 26 |
+
English, German, Spanish, French, Japanese, Portuguese, Arabic, Czech, Italian, Korean, Dutch, and Chinese. Users may finetune Granite 4.1 models for languages beyond these languages.
|
| 27 |
+
|
| 28 |
+
**Intended use:**
|
| 29 |
+
The model is designed to follow general instructions and can serve as the foundation for AI assistants across diverse domains, including business applications, as well as for LLM agents equipped with tool-use capabilities.
|
| 30 |
+
|
| 31 |
+
*Capabilities*
|
| 32 |
+
* Summarization
|
| 33 |
+
* Text classification
|
| 34 |
+
* Text extraction
|
| 35 |
+
* Question-answering
|
| 36 |
+
* Retrieval Augmented Generation (RAG)
|
| 37 |
+
* Code related tasks
|
| 38 |
+
* Function-calling tasks
|
| 39 |
+
* Multilingual dialog use cases
|
| 40 |
+
* Fill-In-the-Middle (FIM) code completions
|
| 41 |
+
|
| 42 |
+
<!-- <todo>Need to test the examples. (especially the tool calling and RAG ones)</todo>
|
| 43 |
+
-->
|
| 44 |
+
|
| 45 |
+
**Generation:**
|
| 46 |
+
This is a simple example of how to use Granite-4.1-30B model.
|
| 47 |
+
|
| 48 |
+
Install the following libraries:
|
| 49 |
+
|
| 50 |
+
```shell
|
| 51 |
+
pip install torch torchvision torchaudio
|
| 52 |
+
pip install accelerate
|
| 53 |
+
pip install transformers
|
| 54 |
+
```
|
| 55 |
+
Then, copy the snippet from the section that is relevant for your use case.
|
| 56 |
+
|
| 57 |
+
```python
|
| 58 |
+
import torch
|
| 59 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 60 |
+
|
| 61 |
+
device = "cuda"
|
| 62 |
+
model_path = "ibm-granite/granite-4.1-30b"
|
| 63 |
+
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
| 64 |
+
# drop device_map if running on CPU
|
| 65 |
+
model = AutoModelForCausalLM.from_pretrained(model_path, device_map=device)
|
| 66 |
+
model.eval()
|
| 67 |
+
# change input text as desired
|
| 68 |
+
chat = [
|
| 69 |
+
{ "role": "user", "content": "Please list one IBM Research laboratory located in the United States. You should only output its name and location." },
|
| 70 |
+
]
|
| 71 |
+
chat = tokenizer.apply_chat_template(chat, tokenize=False, add_generation_prompt=True)
|
| 72 |
+
# tokenize the text
|
| 73 |
+
input_tokens = tokenizer(chat, return_tensors="pt").to(device)
|
| 74 |
+
# generate output tokens
|
| 75 |
+
output = model.generate(**input_tokens,
|
| 76 |
+
max_new_tokens=100)
|
| 77 |
+
# decode output tokens into text
|
| 78 |
+
output = tokenizer.batch_decode(output)
|
| 79 |
+
# print output
|
| 80 |
+
print(output[0])
|
| 81 |
+
```
|
| 82 |
+
|
| 83 |
+
Expected output:
|
| 84 |
+
```shell
|
| 85 |
+
<|start_of_role|>user<|end_of_role|>Please list one IBM Research laboratory located in the United States. You should only output its name and location.<|end_of_text|>
|
| 86 |
+
<|start_of_role|>assistant<|end_of_role|>IBM Research - Almaden, San Jose, California<|end_of_text|>
|
| 87 |
+
```
|
| 88 |
+
<!-- 📣 **Update [2025-10-07]:** Added a *default system prompt* to the chat template to guide the model towards more *professional, accurate, and safe* responses. -->
|
| 89 |
+
|
| 90 |
+
**Tool-calling:**
|
| 91 |
+
Granite-4.1-30B comes with enhanced tool calling capabilities, enabling seamless integration with external functions and APIs. To define a list of tools please follow OpenAI's function [definition schema](https://platform.openai.com/docs/guides/function-calling?api-mode=responses#defining-functions).
|
| 92 |
+
|
| 93 |
+
This is an example of how to use Granite-4.1-30B model tool-calling ability:
|
| 94 |
+
|
| 95 |
+
```python
|
| 96 |
+
import torch
|
| 97 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 98 |
+
|
| 99 |
+
device = "cuda"
|
| 100 |
+
model_path = "ibm-granite/granite-4.1-30b"
|
| 101 |
+
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
| 102 |
+
# drop device_map if running on CPU
|
| 103 |
+
model = AutoModelForCausalLM.from_pretrained(model_path, device_map=device)
|
| 104 |
+
model.eval()
|
| 105 |
+
|
| 106 |
+
tools = [
|
| 107 |
+
{
|
| 108 |
+
"type": "function",
|
| 109 |
+
"function": {
|
| 110 |
+
"name": "get_current_weather",
|
| 111 |
+
"description": "Get the current weather for a specified city.",
|
| 112 |
+
"parameters": {
|
| 113 |
+
"type": "object",
|
| 114 |
+
"properties": {
|
| 115 |
+
"city": {
|
| 116 |
+
"type": "string",
|
| 117 |
+
"description": "Name of the city"
|
| 118 |
+
}
|
| 119 |
+
},
|
| 120 |
+
"required": ["city"]
|
| 121 |
+
}
|
| 122 |
+
}
|
| 123 |
+
}
|
| 124 |
+
]
|
| 125 |
+
|
| 126 |
+
# change input text as desired
|
| 127 |
+
chat = [
|
| 128 |
+
{ "role": "user", "content": "What's the weather like in Boston right now?" },
|
| 129 |
+
]
|
| 130 |
+
chat = tokenizer.apply_chat_template(chat, \
|
| 131 |
+
tokenize=False, \
|
| 132 |
+
tools=tools, \
|
| 133 |
+
add_generation_prompt=True)
|
| 134 |
+
# tokenize the text
|
| 135 |
+
input_tokens = tokenizer(chat, return_tensors="pt").to(device)
|
| 136 |
+
# generate output tokens
|
| 137 |
+
output = model.generate(**input_tokens,
|
| 138 |
+
max_new_tokens=100)
|
| 139 |
+
# decode output tokens into text
|
| 140 |
+
output = tokenizer.batch_decode(output)
|
| 141 |
+
# print output
|
| 142 |
+
print(output[0])
|
| 143 |
+
```
|
| 144 |
+
|
| 145 |
+
Expected output:
|
| 146 |
+
```shell
|
| 147 |
+
<|start_of_role|>system<|end_of_role|>You are a helpful assistant with access to the following tools. You may call one or more tools to assist with the user query.
|
| 148 |
+
|
| 149 |
+
You are provided with function signatures within <tools></tools> XML tags:
|
| 150 |
+
<tools>
|
| 151 |
+
{"type": "function", "function": {"name": "get_current_weather", "description": "Get the current weather for a specified city.", "parameters": {"type": "object", "properties": {"city": {"type": "string", "description": "Name of the city"}}, "required": ["city"]}}}
|
| 152 |
+
</tools>
|
| 153 |
+
|
| 154 |
+
For each tool call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:
|
| 155 |
+
<tool_call>
|
| 156 |
+
{"name": <function-name>, "arguments": <args-json-object>}
|
| 157 |
+
</tool_call>. If a tool does not exist in the provided list of tools, notify the user that you do not have the ability to fulfill the request.<|end_of_text|>
|
| 158 |
+
<|start_of_role|>user<|end_of_role|>What's the weather like in Boston right now?<|end_of_text|>
|
| 159 |
+
<|start_of_role|>assistant<|end_of_role|><tool_call>
|
| 160 |
+
{"name": "get_current_weather", "arguments": {"city": "Boston"}}
|
| 161 |
+
</tool_call><|end_of_text|>
|
| 162 |
+
```
|
| 163 |
+
|
| 164 |
+
<!-- **Retrieval Augmented Generation:**
|
| 165 |
+
*Coming soon* -->
|
| 166 |
+
|
| 167 |
+
**Evaluation Results:**
|
| 168 |
+
|
| 169 |
+
<table>
|
| 170 |
+
<!-- <caption><b> All Results</b></caption> -->
|
| 171 |
+
<thead>
|
| 172 |
+
<tr>
|
| 173 |
+
<th style="text-align:left; background-color: #001d6c; color: white;">Benchmarks</th>
|
| 174 |
+
<th style="text-align:left; background-color: #001d6c; color: white;">Metric</th>
|
| 175 |
+
<th style="text-align:center; background-color: #001d6c; color: white;">3B Dense</th>
|
| 176 |
+
<th style="text-align:center; background-color: #001d6c; color: white;">8B Dense</th>
|
| 177 |
+
<th style="text-align:center; background-color: #001d6c; color: white;">30B Dense</th>
|
| 178 |
+
</tr>
|
| 179 |
+
</thead>
|
| 180 |
+
<tbody>
|
| 181 |
+
<tr>
|
| 182 |
+
<td colspan="5" style="text-align:center; background-color: #FFFFFF; color: #2D2D2D; font-style:italic;">
|
| 183 |
+
General Tasks
|
| 184 |
+
</td>
|
| 185 |
+
</tr>
|
| 186 |
+
<tr>
|
| 187 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">MMLU</td>
|
| 188 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">5-shot</td>
|
| 189 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">67.02</td>
|
| 190 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">73.84</td>
|
| 191 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">80.16</td>
|
| 192 |
+
</tr>
|
| 193 |
+
<tr>
|
| 194 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">MMLU-Pro</td>
|
| 195 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">5-shot, CoT</td>
|
| 196 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">49.83</td>
|
| 197 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">55.99</td>
|
| 198 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">64.09</td>
|
| 199 |
+
</tr>
|
| 200 |
+
<tr>
|
| 201 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">BBH</td>
|
| 202 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">3-shot, CoT</td>
|
| 203 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">75.83</td>
|
| 204 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">80.51</td>
|
| 205 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">83.74</td>
|
| 206 |
+
</tr>
|
| 207 |
+
<tr>
|
| 208 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">AGI EVAL</td>
|
| 209 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">0-shot, CoT</td>
|
| 210 |
+
<td style="text-align:right; background-color:#FFFFFF; color: #2D2D2D;">65.16</td>
|
| 211 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">72.43</td>
|
| 212 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">77.80</td>
|
| 213 |
+
</tr>
|
| 214 |
+
<tr>
|
| 215 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">GPQA</td>
|
| 216 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">0-shot, CoT</td>
|
| 217 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">31.70</td>
|
| 218 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">41.96</td>
|
| 219 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">45.76</td>
|
| 220 |
+
</tr>
|
| 221 |
+
<tr>
|
| 222 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">SimpleQA</td>
|
| 223 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;"></td>
|
| 224 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">3.68</td>
|
| 225 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">4.82</td>
|
| 226 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">6.81</td>
|
| 227 |
+
</tr>
|
| 228 |
+
<tr>
|
| 229 |
+
<td colspan="5" style="text-align:center; background-color: #FFFFFF; color: #2D2D2D; font-style:italic;">
|
| 230 |
+
Alignment Tasks
|
| 231 |
+
</td>
|
| 232 |
+
</tr>
|
| 233 |
+
<tr>
|
| 234 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">AlpacaEval 2.0</td>
|
| 235 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;"></td>
|
| 236 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">38.57</td>
|
| 237 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">50.08</td>
|
| 238 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">56.16</td>
|
| 239 |
+
</tr>
|
| 240 |
+
<tr>
|
| 241 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">IFEval Avg</td>
|
| 242 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;"></td>
|
| 243 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">82.30</td>
|
| 244 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">87.06</td>
|
| 245 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">89.65</td>
|
| 246 |
+
</tr>
|
| 247 |
+
<tr>
|
| 248 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">ArenaHard</td>
|
| 249 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;"></td>
|
| 250 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">37.80</td>
|
| 251 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">68.98</td>
|
| 252 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">71.02</td>
|
| 253 |
+
</tr>
|
| 254 |
+
<tr>
|
| 255 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">MTBench Avg</td>
|
| 256 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;"></td>
|
| 257 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">7.57</td>
|
| 258 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">8.61</td>
|
| 259 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">8.61</td>
|
| 260 |
+
</tr>
|
| 261 |
+
<tr>
|
| 262 |
+
<td colspan="5" style="text-align:center; background-color: #FFFFFF; color: #2D2D2D; font-style:italic;">
|
| 263 |
+
Math Tasks
|
| 264 |
+
</td>
|
| 265 |
+
</tr>
|
| 266 |
+
<tr>
|
| 267 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">GSM8K</td>
|
| 268 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">8-shot</td>
|
| 269 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">86.88</td>
|
| 270 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">92.49</td>
|
| 271 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">94.16</td>
|
| 272 |
+
</tr>
|
| 273 |
+
<tr>
|
| 274 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">GSM Symbolic</td>
|
| 275 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">8-shot</td>
|
| 276 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">81.32</td>
|
| 277 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">83.70</td>
|
| 278 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">75.70</td>
|
| 279 |
+
</tr>
|
| 280 |
+
<tr>
|
| 281 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">Minerva Math</td>
|
| 282 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">0-shot, CoT</td>
|
| 283 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">67.94</td>
|
| 284 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">80.10</td>
|
| 285 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">81.32</td>
|
| 286 |
+
</tr>
|
| 287 |
+
<tr>
|
| 288 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">DeepMind Math</td>
|
| 289 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">0-shot, CoT</td>
|
| 290 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">64.64</td>
|
| 291 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">80.07</td>
|
| 292 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">81.93</td>
|
| 293 |
+
</tr>
|
| 294 |
+
<tr>
|
| 295 |
+
<td colspan="5" style="text-align:center; background-color: #FFFFFF; color: #2D2D2D; font-style:italic;">
|
| 296 |
+
Code Tasks
|
| 297 |
+
</td>
|
| 298 |
+
</tr>
|
| 299 |
+
<tr>
|
| 300 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">HumanEval</td>
|
| 301 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">pass@1</td>
|
| 302 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">81.71</td>
|
| 303 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">85.37</td>
|
| 304 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">88.41</td>
|
| 305 |
+
</tr>
|
| 306 |
+
<tr>
|
| 307 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">HumanEval+</td>
|
| 308 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">pass@1</td>
|
| 309 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">76.83</td>
|
| 310 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">79.88</td>
|
| 311 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">85.37</td>
|
| 312 |
+
</tr>
|
| 313 |
+
<tr>
|
| 314 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">MBPP</td>
|
| 315 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">pass@1</td>
|
| 316 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">71.16</td>
|
| 317 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">87.30</td>
|
| 318 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">85.45</td>
|
| 319 |
+
</tr>
|
| 320 |
+
<tr>
|
| 321 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">MBPP+</td>
|
| 322 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">pass@1</td>
|
| 323 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">62.17</td>
|
| 324 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">73.81</td>
|
| 325 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">73.54</td>
|
| 326 |
+
</tr>
|
| 327 |
+
<tr>
|
| 328 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">CRUXEval-O</td>
|
| 329 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">pass@1</td>
|
| 330 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">40.75</td>
|
| 331 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">47.63</td>
|
| 332 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">55.75</td>
|
| 333 |
+
</tr>
|
| 334 |
+
<tr>
|
| 335 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">BigCodeBench</td>
|
| 336 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">pass@1</td>
|
| 337 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">32.19</td>
|
| 338 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">35.00</td>
|
| 339 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">38.77</td>
|
| 340 |
+
</tr>
|
| 341 |
+
<tr>
|
| 342 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">MULTIPLE</td>
|
| 343 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">pass@1</td>
|
| 344 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">52.54</td>
|
| 345 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">60.26</td>
|
| 346 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">62.31</td>
|
| 347 |
+
</tr>
|
| 348 |
+
<tr>
|
| 349 |
+
<tr>
|
| 350 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">Eval+ Avg</td>
|
| 351 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">pass@1</td>
|
| 352 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">67.05</td>
|
| 353 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">80.21</td>
|
| 354 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">82.66</td>
|
| 355 |
+
</tr>
|
| 356 |
+
<tr>
|
| 357 |
+
<td colspan="5" style="text-align:center; background-color: #FFFFFF; color: #2D2D2D; font-style:italic;">
|
| 358 |
+
Tool Calling Tasks
|
| 359 |
+
</td>
|
| 360 |
+
</tr>
|
| 361 |
+
<tr>
|
| 362 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">BFCL v3</td>
|
| 363 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;"></td>
|
| 364 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">60.80</td>
|
| 365 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">68.27</td>
|
| 366 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">73.68</td>
|
| 367 |
+
</tr>
|
| 368 |
+
<tr>
|
| 369 |
+
<td colspan="5" style="text-align:center; background-color: #FFFFFF; color: #2D2D2D; font-style:italic;">
|
| 370 |
+
Multilingual Tasks
|
| 371 |
+
</td>
|
| 372 |
+
</tr>
|
| 373 |
+
<tr>
|
| 374 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">MMMLU</td>
|
| 375 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">5-shot</td>
|
| 376 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">57.61</td>
|
| 377 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">64.84</td>
|
| 378 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">73.71</td>
|
| 379 |
+
</tr>
|
| 380 |
+
<tr>
|
| 381 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">INCLUDE</td>
|
| 382 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">5-shot</td>
|
| 383 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">52.05</td>
|
| 384 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">58.89</td>
|
| 385 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">67.26</td>
|
| 386 |
+
</tr>
|
| 387 |
+
<tr>
|
| 388 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">MGSM</td>
|
| 389 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">8-shot</td>
|
| 390 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">70.00</td>
|
| 391 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">82.32</td>
|
| 392 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">71.12</td>
|
| 393 |
+
</tr>
|
| 394 |
+
<tr>
|
| 395 |
+
<td colspan="6" style="text-align:center; background-color: #FFFFFF; color: #2D2D2D; font-style:italic;">
|
| 396 |
+
Safety
|
| 397 |
+
</td>
|
| 398 |
+
</tr>
|
| 399 |
+
<tr>
|
| 400 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">SALAD-Bench</td>
|
| 401 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;"></td>
|
| 402 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">93.95</td>
|
| 403 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">95.80</td>
|
| 404 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">96.41</td>
|
| 405 |
+
</tr>
|
| 406 |
+
<tr>
|
| 407 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">AttaQ</td>
|
| 408 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;"></td>
|
| 409 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">81.88</td>
|
| 410 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">81.19</td>
|
| 411 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">85.76</td>
|
| 412 |
+
</tr>
|
| 413 |
+
<tr>
|
| 414 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">Tulu3 Safety Eval Avg</td>
|
| 415 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;"></td>
|
| 416 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">66.84</td>
|
| 417 |
+
<td style="text-align:right; background-color: #FFFFFF; color: #2D2D2D;">75.57</td>
|
| 418 |
+
<td style="text-align:right; background-color: #DAE8FF; color: #2D2D2D;">78.19</td>
|
| 419 |
+
</tr>
|
| 420 |
+
</tbody></table>
|
| 421 |
+
|
| 422 |
+
|
| 423 |
+
<table>
|
| 424 |
+
<caption><b>Multilingual Benchmarks and the included languages:</b></caption>
|
| 425 |
+
<thead>
|
| 426 |
+
<tr>
|
| 427 |
+
<th style="text-align:left; background-color: #001d6c; color: white;">Benchmarks</th>
|
| 428 |
+
<th style="text-align:left; background-color: #001d6c; color: white;"># Langs</th>
|
| 429 |
+
<th style="text-align:center; background-color: #001d6c; color: white;">Languages</th>
|
| 430 |
+
</tr>
|
| 431 |
+
</thead>
|
| 432 |
+
<tbody>
|
| 433 |
+
<tr>
|
| 434 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">MMMLU</td>
|
| 435 |
+
<td style="text-align:center; background-color: #FFFFFF; color: #2D2D2D;">11</td>
|
| 436 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">ar, de, en, es, fr, ja, ko, pt, zh, bn, hi</td>
|
| 437 |
+
</tr>
|
| 438 |
+
<tr>
|
| 439 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">INCLUDE</td>
|
| 440 |
+
<td style="text-align:center; background-color: #FFFFFF; color: #2D2D2D;">14</td>
|
| 441 |
+
<!-- <td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">hindi, bengali, tamil, telugu, arabic, german, spanish, french, italian, japanese, korean, dutch, portuguese, chinese</td> -->
|
| 442 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">hi, bn, ta, te, ar, de, es, fr, it, ja, ko, nl, pt, zh</td>
|
| 443 |
+
|
| 444 |
+
</tr>
|
| 445 |
+
<tr>
|
| 446 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">MGSM</td>
|
| 447 |
+
<td style="text-align:center; background-color: #FFFFFF; color: #2D2D2D;">5</td>
|
| 448 |
+
<td style="text-align:left; background-color: #FFFFFF; color: #2D2D2D;">en, es, fr, ja, zh</td>
|
| 449 |
+
</tr>
|
| 450 |
+
</tbody>
|
| 451 |
+
</table>
|
| 452 |
+
|
| 453 |
+
**Model Architecture:**
|
| 454 |
+
|
| 455 |
+
Granite-4.1-30B baseline is built on a decoder-only dense transformer architecture. Core components of this architecture are: GQA, RoPE, MLP with SwiGLU, RMSNorm, and shared input/output embeddings.
|
| 456 |
+
|
| 457 |
+
<table>
|
| 458 |
+
<thead>
|
| 459 |
+
<tr>
|
| 460 |
+
<th style="text-align:left; background-color: #001d6c; color: white;">Model</th>
|
| 461 |
+
<th style="text-align:center; background-color: #001d6c; color: white;">3B Dense</th>
|
| 462 |
+
<th style="text-align:center; background-color: #001d6c; color: white;">8B Dense</th>
|
| 463 |
+
<th style="text-align:center; background-color: #001d6c; color: white;">30B Dense</th>
|
| 464 |
+
</tr></thead>
|
| 465 |
+
<tbody>
|
| 466 |
+
<tr>
|
| 467 |
+
<td style="text-align:left; background-color: #FFFFFF; color: black;">Embedding size</td>
|
| 468 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">2560</td>
|
| 469 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">4096</td>
|
| 470 |
+
<td style="text-align:center; background-color: #DAE8FF; color: black;">4096</td>
|
| 471 |
+
</tr>
|
| 472 |
+
<tr>
|
| 473 |
+
<td style="text-align:left; background-color: #FFFFFF; color: black;">Number of layers</td>
|
| 474 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">40</td>
|
| 475 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">40</td>
|
| 476 |
+
<td style="text-align:center; background-color: #DAE8FF; color: black;">64</td>
|
| 477 |
+
</tr>
|
| 478 |
+
<tr>
|
| 479 |
+
<td style="text-align:left; background-color: #FFFFFF; color: black;">Attention head size</td>
|
| 480 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">64</td>
|
| 481 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">128</td>
|
| 482 |
+
<td style="text-align:center; background-color: #DAE8FF; color: black;">128</td>
|
| 483 |
+
</tr>
|
| 484 |
+
<tr>
|
| 485 |
+
<td style="text-align:left; background-color: #FFFFFF; color: black;">Number of attention heads</td>
|
| 486 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">40</td>
|
| 487 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">32</td>
|
| 488 |
+
<td style="text-align:center; background-color: #DAE8FF; color: black;">32</td>
|
| 489 |
+
</tr>
|
| 490 |
+
<tr>
|
| 491 |
+
<td style="text-align:left; background-color: #FFFFFF; color: black;">Number of KV heads</td>
|
| 492 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">8</td>
|
| 493 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">8</td>
|
| 494 |
+
<td style="text-align:center; background-color: #DAE8FF; color: black;">8</td>
|
| 495 |
+
</tr>
|
| 496 |
+
<!--<tr>
|
| 497 |
+
<td style="text-align:left; background-color: #FFFFFF; color: black;">Mamba2 state size</td>
|
| 498 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">-</td>
|
| 499 |
+
<td style="text-align:center; background-color: #DAE8FF; color: black;"></td>
|
| 500 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;"></td>
|
| 501 |
+
</tr>
|
| 502 |
+
<tr>
|
| 503 |
+
<td style="text-align:left; background-color: #FFFFFF; color: black;">Number of Mamba2 heads</td>
|
| 504 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;"></td>
|
| 505 |
+
<td style="text-align:center; background-color: #DAE8FF; color: black;"></td>
|
| 506 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;"></td>
|
| 507 |
+
</tr>-->
|
| 508 |
+
|
| 509 |
+
<tr>
|
| 510 |
+
<td style="text-align:left; background-color: #FFFFFF; color: black;">MLP / Shared expert hidden size</td>
|
| 511 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">8192</td>
|
| 512 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">12800</td>
|
| 513 |
+
<td style="text-align:center; background-color: #DAE8FF; color: black;">32768</td>
|
| 514 |
+
</tr>
|
| 515 |
+
<!--<tr>
|
| 516 |
+
<td style="text-align:left; background-color: #FFFFFF; color: black;">Num. Experts</td>
|
| 517 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;"></td>
|
| 518 |
+
<td style="text-align:center; background-color: #DAE8FF; color: black;"></td>
|
| 519 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;"></td>
|
| 520 |
+
</tr>
|
| 521 |
+
<tr>
|
| 522 |
+
<td style="text-align:left; background-color: #FFFFFF; color: black;">Num. active Experts</td>
|
| 523 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;"></td>
|
| 524 |
+
<td style="text-align:center; background-color: #DAE8FF; color: black;"></td>
|
| 525 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;"></td>
|
| 526 |
+
</tr>
|
| 527 |
+
<tr>
|
| 528 |
+
<td style="text-align:left; background-color: #FFFFFF; color: black;">Expert hidden size</td>
|
| 529 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;"></td>
|
| 530 |
+
<td style="text-align:center; background-color: #DAE8FF; color: black;"></td>
|
| 531 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;"></td>
|
| 532 |
+
</tr>-->
|
| 533 |
+
|
| 534 |
+
<tr>
|
| 535 |
+
<td style="text-align:left; background-color: #FFFFFF; color: black;">MLP activation</td>
|
| 536 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">SwiGLU</td>
|
| 537 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">SwiGLU</td>
|
| 538 |
+
<td style="text-align:center; background-color: #DAE8FF; color: black;">SwiGLU</td>
|
| 539 |
+
</tr>
|
| 540 |
+
|
| 541 |
+
<tr>
|
| 542 |
+
<td style="text-align:left; background-color: #FFFFFF; color: black;">Sequence length</td>
|
| 543 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">131072</td>
|
| 544 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">131072</td>
|
| 545 |
+
<td style="text-align:center; background-color: #DAE8FF; color: black;">131072</td>
|
| 546 |
+
</tr>
|
| 547 |
+
<tr>
|
| 548 |
+
<td style="text-align:left; background-color: #FFFFFF; color: black;">Position embedding</td>
|
| 549 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">RoPE</td>
|
| 550 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">RoPE</td>
|
| 551 |
+
<td style="text-align:center; background-color: #DAE8FF; color: black;">RoPE</td>
|
| 552 |
+
</tr>
|
| 553 |
+
<tr>
|
| 554 |
+
<td style="text-align:left; background-color: #FFFFFF; color: black;"># Parameters</td>
|
| 555 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">3B</td>
|
| 556 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;">8B</td>
|
| 557 |
+
<td style="text-align:center; background-color: #DAE8FF; color: black;">30B</td>
|
| 558 |
+
</tr>
|
| 559 |
+
<!-- <tr>
|
| 560 |
+
<td style="text-align:left; background-color: #FFFFFF; color: black;"># Active parameters</td>
|
| 561 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;"></td>
|
| 562 |
+
<td style="text-align:center; background-color: #DAE8FF; color: black;"></td>
|
| 563 |
+
<td style="text-align:center; background-color: #FFFFFF; color: black;"></td>
|
| 564 |
+
</tr>-->
|
| 565 |
+
</tbody></table>
|
| 566 |
+
|
| 567 |
+
|
| 568 |
+
|
| 569 |
+
**Training Data:**
|
| 570 |
+
Overall, our SFT data is largely comprised of three key sources: (1) publicly available datasets with permissive license, (2) internal synthetic data targeting specific capabilities, and (3) a select set of human-curated data.
|
| 571 |
+
|
| 572 |
+
**Supervised Fine-Tuning and Reinforcement Learning:**
|
| 573 |
+
Instruct model has been fine tuned with significantly improved SFT-pipeline and Reinforcement learning pipelines with high quality mix of various datasets as mentioned above. With rigorous SFT-RL cycles we have improved Granite-4.1 model's tool calling, instruction following and chat capabilities. For further details please check our [Granite-4.1 Blog]((https://huggingface.co/blog/ibm-granite/granite-4-1)).
|
| 574 |
+
|
| 575 |
+
**Infrastructure:**
|
| 576 |
+
We trained the Granite 4.1 Language Models utilizing an NVIDIA GB200 NVL72 cluster hosted in CoreWeave. Intra-rack communication occurs via the 72-GPU NVLink domain, and a non-blocking, full Fat-Tree NDR 400 Gb/s InfiniBand network provides inter-rack communication. This cluster provides a scalable and efficient infrastructure for training our models over thousands of GPUs.
|
| 577 |
+
|
| 578 |
+
**Ethical Considerations and Limitations:**
|
| 579 |
+
Granite 4.1 Instruction Models are primarily finetuned using instruction-response pairs mostly in English, but also multilingual data covering multiple languages. Although this model can handle multilingual dialog use cases, its performance might not be similar to English tasks. In such cases, introducing a small number of examples (few-shot) can help the model in generating more accurate outputs. While this model has been aligned by keeping safety in consideration, the model may in some cases produce inaccurate, biased, or unsafe responses to user prompts. We urge the community to use this model with proper safety testing and tuning tailored for their specific tasks. To enhance safety in enterprise deployments, we recommend using Granite 4.1 Language models alongside [Granite Guardian](https://huggingface.co/ibm-granite/granite-guardian-4.1-8b), a model designed to detect and flag risks in inputs and outputs across key dimensions outlined in the IBM AI Risk Atlas.
|
| 580 |
+
|
| 581 |
+
**Resources**
|
| 582 |
+
- ⭐️ Learn about the latest updates with Granite: https://www.ibm.com/granite
|
| 583 |
+
- 📄 Get started with tutorials, best practices, and prompt engineering advice: https://www.ibm.com/granite/docs/
|
| 584 |
+
- 💡 Learn about the latest Granite learning resources: https://ibm.biz/granite-learning-resources
|
| 585 |
+
|
| 586 |
+
<!-- ## Citation
|
| 587 |
+
```
|
| 588 |
+
@misc{granite-models,
|
| 589 |
+
author = {author 1, author2, ...},
|
| 590 |
+
title = {},
|
| 591 |
+
journal = {},
|
| 592 |
+
volume = {},
|
| 593 |
+
year = {2024},
|
| 594 |
+
url = {https://arxiv.org/abs/0000.00000},
|
| 595 |
+
}
|
| 596 |
+
``` -->
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,114 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{%- set tools_system_message_prefix = 'You are a helpful assistant with access to the following tools. You may call one or more tools to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>' %}
|
| 2 |
+
{%- set tools_system_message_suffix = '\n</tools>\n\nFor each tool call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call>. If a tool does not exist in the provided list of tools, notify the user that you do not have the ability to fulfill the request.' %}
|
| 3 |
+
{%- set documents_system_message_prefix = 'You are a helpful assistant with access to the following documents. You may use one or more documents to assist with the user query.\n\nYou are given a list of documents within <documents></documents> XML tags:\n<documents>' %}
|
| 4 |
+
{%- set documents_system_message_suffix = '\n</documents>\n\nWrite the response to the user\'s input by strictly aligning with the facts in the provided documents. If the information needed to answer the question is not available in the documents, inform the user that the question cannot be answered based on the available data.' %}
|
| 5 |
+
{%- if available_tools is defined and available_tools %}
|
| 6 |
+
{%- set tools = available_tools %}
|
| 7 |
+
{%- endif %}
|
| 8 |
+
{%- set ns = namespace(tools_system_message=tools_system_message_prefix,
|
| 9 |
+
documents_system_message=documents_system_message_prefix,
|
| 10 |
+
system_message=''
|
| 11 |
+
) %}
|
| 12 |
+
{%- if tools %}
|
| 13 |
+
{%- for tool in tools %}
|
| 14 |
+
{%- set ns.tools_system_message = ns.tools_system_message + '\n' + (tool | tojson) %}
|
| 15 |
+
{%- endfor %}
|
| 16 |
+
{%- set ns.tools_system_message = ns.tools_system_message + tools_system_message_suffix %}
|
| 17 |
+
{%- else %}
|
| 18 |
+
{%- set ns.tools_system_message = '' %}
|
| 19 |
+
{%- endif %}
|
| 20 |
+
{%- if documents %}
|
| 21 |
+
{%- for document in documents %}
|
| 22 |
+
{%- set ns.documents_system_message = ns.documents_system_message + '\n' + (document | tojson) %}
|
| 23 |
+
{%- endfor %}
|
| 24 |
+
{%- set ns.documents_system_message = ns.documents_system_message + documents_system_message_suffix %}
|
| 25 |
+
{%- else %}
|
| 26 |
+
{%- set ns.documents_system_message = '' %}
|
| 27 |
+
{%- endif %}
|
| 28 |
+
{%- if messages[0].role == 'system' %}
|
| 29 |
+
{%- if messages[0].content is string %}
|
| 30 |
+
{%- set ns.system_message = messages[0].content %}
|
| 31 |
+
{%- elif messages[0].content is iterable %}
|
| 32 |
+
{%- for entry in messages[0].content %}
|
| 33 |
+
{%- if entry.type== 'text' %}
|
| 34 |
+
{%- if ns.system_message != '' %}
|
| 35 |
+
{%- set ns.system_message = ns.system_message + '\n' %}
|
| 36 |
+
{%- endif %}
|
| 37 |
+
{%- set ns.system_message = ns.system_message + entry.text %}
|
| 38 |
+
{%- endif %}
|
| 39 |
+
{%- endfor %}
|
| 40 |
+
{%- endif %}
|
| 41 |
+
{%- if tools and documents %}
|
| 42 |
+
{%- set ns.system_message = ns.system_message + '\n\n' + ns.tools_system_message + '\n\n' + ns.documents_system_message %}
|
| 43 |
+
{%- elif tools %}
|
| 44 |
+
{%- set ns.system_message = ns.system_message + '\n\n' + ns.tools_system_message %}
|
| 45 |
+
{%- elif documents %}
|
| 46 |
+
{%- set ns.system_message = ns.system_message + '\n\n' + ns.documents_system_message %}
|
| 47 |
+
{%- endif %}
|
| 48 |
+
{%- else %}
|
| 49 |
+
{%- if tools and documents %}
|
| 50 |
+
{%- set ns.system_message = ns.tools_system_message + '\n\n' + ns.documents_system_message %}
|
| 51 |
+
{%- elif tools %}
|
| 52 |
+
{%- set ns.system_message = ns.tools_system_message %}
|
| 53 |
+
{%- elif documents %}
|
| 54 |
+
{%- set ns.system_message = ns.documents_system_message %}
|
| 55 |
+
{%- endif %}
|
| 56 |
+
{%- endif %}
|
| 57 |
+
{%- if ns.system_message %}
|
| 58 |
+
{{- '<|start_of_role|>system<|end_of_role|>' + ns.system_message + '<|end_of_text|>\n' }}
|
| 59 |
+
{%- endif %}
|
| 60 |
+
{%- for message in messages %}
|
| 61 |
+
{%- set content = namespace(val='') %}
|
| 62 |
+
{%- if message.content is string %}
|
| 63 |
+
{%- set content.val = message.content %}
|
| 64 |
+
{%- else %}
|
| 65 |
+
{%- if message.content is iterable %}
|
| 66 |
+
{%- for entry in message.content %}
|
| 67 |
+
{%- if entry.type== 'text' %}
|
| 68 |
+
{%- if content.val != '' %}
|
| 69 |
+
{%- set content.val = content.val + '\n' %}
|
| 70 |
+
{%- endif %}
|
| 71 |
+
{%- set content.val = content.val + entry.text %}
|
| 72 |
+
{%- endif %}
|
| 73 |
+
{%- endfor %}
|
| 74 |
+
{%- endif %}
|
| 75 |
+
{%- endif %}
|
| 76 |
+
{%- if (message.role == 'user') or (message.role == 'system' and not loop.first) %}
|
| 77 |
+
{{- '<|start_of_role|>' + message.role + '<|end_of_role|>' + content.val + '<|end_of_text|>\n' }}
|
| 78 |
+
{%- elif message.role == 'assistant' %}
|
| 79 |
+
{{- '<|start_of_role|>' + message.role + '<|end_of_role|>' + content.val }}
|
| 80 |
+
{%- if message.tool_calls %}
|
| 81 |
+
{%- for tool_call in message.tool_calls %}
|
| 82 |
+
{%- if (loop.first and content.val) or (not loop.first) %}
|
| 83 |
+
{{- '\n' }}
|
| 84 |
+
{%- endif %}
|
| 85 |
+
{%- if tool_call.function %}
|
| 86 |
+
{%- set tool_call = tool_call.function %}
|
| 87 |
+
{%- endif %}
|
| 88 |
+
{{- '<tool_call>\n{"name": "' }}
|
| 89 |
+
{{- tool_call.name }}
|
| 90 |
+
{{- '", "arguments": ' }}
|
| 91 |
+
{%- if tool_call.arguments is string %}
|
| 92 |
+
{{- tool_call.arguments }}
|
| 93 |
+
{%- else %}
|
| 94 |
+
{{- tool_call.arguments | tojson }}
|
| 95 |
+
{%- endif %}
|
| 96 |
+
{{- '}\n</tool_call>' }}
|
| 97 |
+
{%- endfor %}
|
| 98 |
+
{%- endif %}
|
| 99 |
+
{{- '<|end_of_text|>\n' }}
|
| 100 |
+
{%- elif message.role == 'tool' %}
|
| 101 |
+
{%- if loop.first or (messages[loop.index0 - 1].role != 'tool') %}
|
| 102 |
+
{{- '<|start_of_role|>user<|end_of_role|>' }}
|
| 103 |
+
{%- endif %}
|
| 104 |
+
{{- '\n<tool_response>\n' }}
|
| 105 |
+
{{- content.val }}
|
| 106 |
+
{{- '\n</tool_response>' }}
|
| 107 |
+
{%- if loop.last or (messages[loop.index0 + 1].role != 'tool') %}
|
| 108 |
+
{{- '<|end_of_text|>\n' }}
|
| 109 |
+
{%- endif %}
|
| 110 |
+
{%- endif %}
|
| 111 |
+
{%- endfor %}
|
| 112 |
+
{%- if add_generation_prompt %}
|
| 113 |
+
{{- '<|start_of_role|>assistant<|end_of_role|>' }}
|
| 114 |
+
{%- endif %}
|
config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"GraniteForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"attention_multiplier": 0.0078125,
|
| 8 |
+
"bos_token_id": 100257,
|
| 9 |
+
"embedding_multiplier": 12.0,
|
| 10 |
+
"eos_token_id": 100257,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 4096,
|
| 13 |
+
"init_method": "mup",
|
| 14 |
+
"initializer_range": 0.1,
|
| 15 |
+
"intermediate_size": 32768,
|
| 16 |
+
"logits_scaling": 16.0,
|
| 17 |
+
"max_position_embeddings": 131072,
|
| 18 |
+
"mlp_bias": false,
|
| 19 |
+
"model_type": "granite",
|
| 20 |
+
"num_attention_heads": 32,
|
| 21 |
+
"num_hidden_layers": 64,
|
| 22 |
+
"num_key_value_heads": 8,
|
| 23 |
+
"pad_token_id": 100256,
|
| 24 |
+
"residual_multiplier": 0.175,
|
| 25 |
+
"rms_norm_eps": 1e-05,
|
| 26 |
+
"rope_scaling": null,
|
| 27 |
+
"rope_theta": 50000000,
|
| 28 |
+
"tie_word_embeddings": true,
|
| 29 |
+
"torch_dtype": "bfloat16",
|
| 30 |
+
"transformers_version": "4.53.3",
|
| 31 |
+
"use_cache": true,
|
| 32 |
+
"vocab_size": 100352
|
| 33 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 100257,
|
| 4 |
+
"eos_token_id": 100257,
|
| 5 |
+
"pad_token_id": 100256,
|
| 6 |
+
"transformers_version": "4.53.3"
|
| 7 |
+
}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00012.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3da68efc6d8f4521a5fbd2110c4bf7dc8980801a594263b4b37eae6d7e552461
|
| 3 |
+
size 4999680904
|
model-00002-of-00012.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5eb2adac81835084e75a6d6e72b5174928a2490cdf9e64d6a56ca61c11f77c35
|
| 3 |
+
size 4798388112
|
model-00003-of-00012.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6ef358eb2e8b007241cae805a07a3e88dbd4690a6834f08645481f871aa4f1d
|
| 3 |
+
size 4982920568
|
model-00004-of-00012.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae17279f089bd43784604484343cc74609877f9a558a02bdbe722a36570271a0
|
| 3 |
+
size 4798388168
|
model-00005-of-00012.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:04656afd99eb901dcfd317a5a1bb8f992b029375c5b41312d3733e2d8ceaa466
|
| 3 |
+
size 4982920568
|
model-00006-of-00012.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:988e01044e1cedef41ddb67ea0eebb485ac41ad66cfbb0aedaf7d1af7abf17e1
|
| 3 |
+
size 4798388168
|
model-00007-of-00012.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb26321978384faaf005dacd4d5cea2640c3b56a5345388ab745c98e13aab0cf
|
| 3 |
+
size 4982920568
|
model-00008-of-00012.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5300bc74e67dfec4edae5357661702e9b3a13a39c665f704e7daed8d4fedb2c
|
| 3 |
+
size 4798388168
|
model-00009-of-00012.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66415273778086c2264be48f53106c08eff57a9108788a69a5574ae0459f9aaf
|
| 3 |
+
size 4982920568
|
model-00010-of-00012.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ebfeb0a76a4798ac825fb85cba6a56f160f1ee721dbd80c277d8c8d6c77b98f5
|
| 3 |
+
size 4798388168
|
model-00011-of-00012.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c1a625144f3ea50fd60508b843547b24a280603c1b34931c929d160b6cae6cb
|
| 3 |
+
size 4982920568
|
model-00012-of-00012.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d0f7c9dd784559d7be4c8abe9111267bb18ad57d26484cb75aeacd8e9af1397
|
| 3 |
+
size 3825300016
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,586 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 28865728512,
|
| 4 |
+
"total_size": 57731457024
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00012.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00012.safetensors",
|
| 9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00012.safetensors",
|
| 10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00012.safetensors",
|
| 11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00012.safetensors",
|
| 12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00012.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00012.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00012.safetensors",
|
| 15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00012.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00012.safetensors",
|
| 17 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00012.safetensors",
|
| 18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00012.safetensors",
|
| 19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00012.safetensors",
|
| 20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00012.safetensors",
|
| 21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00012.safetensors",
|
| 22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00012.safetensors",
|
| 23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00012.safetensors",
|
| 24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00012.safetensors",
|
| 25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00012.safetensors",
|
| 26 |
+
"model.layers.10.input_layernorm.weight": "model-00003-of-00012.safetensors",
|
| 27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00003-of-00012.safetensors",
|
| 28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00003-of-00012.safetensors",
|
| 29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00003-of-00012.safetensors",
|
| 30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00003-of-00012.safetensors",
|
| 31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00012.safetensors",
|
| 32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00012.safetensors",
|
| 33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00012.safetensors",
|
| 34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00012.safetensors",
|
| 35 |
+
"model.layers.11.input_layernorm.weight": "model-00003-of-00012.safetensors",
|
| 36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00012.safetensors",
|
| 37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00012.safetensors",
|
| 38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00012.safetensors",
|
| 39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00003-of-00012.safetensors",
|
| 40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00003-of-00012.safetensors",
|
| 41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00012.safetensors",
|
| 42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00003-of-00012.safetensors",
|
| 43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00003-of-00012.safetensors",
|
| 44 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00012.safetensors",
|
| 45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00012.safetensors",
|
| 46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00012.safetensors",
|
| 47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00012.safetensors",
|
| 48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00012.safetensors",
|
| 49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00012.safetensors",
|
| 50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00012.safetensors",
|
| 51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00012.safetensors",
|
| 52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00012.safetensors",
|
| 53 |
+
"model.layers.13.input_layernorm.weight": "model-00003-of-00012.safetensors",
|
| 54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00012.safetensors",
|
| 55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00012.safetensors",
|
| 56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00012.safetensors",
|
| 57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00012.safetensors",
|
| 58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00012.safetensors",
|
| 59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00012.safetensors",
|
| 60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00012.safetensors",
|
| 61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00012.safetensors",
|
| 62 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00012.safetensors",
|
| 63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00012.safetensors",
|
| 64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00012.safetensors",
|
| 65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00012.safetensors",
|
| 66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00012.safetensors",
|
| 67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00012.safetensors",
|
| 68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00012.safetensors",
|
| 69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00012.safetensors",
|
| 70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00012.safetensors",
|
| 71 |
+
"model.layers.15.input_layernorm.weight": "model-00004-of-00012.safetensors",
|
| 72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00004-of-00012.safetensors",
|
| 73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00012.safetensors",
|
| 74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00012.safetensors",
|
| 75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00004-of-00012.safetensors",
|
| 76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00012.safetensors",
|
| 77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00012.safetensors",
|
| 78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00012.safetensors",
|
| 79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00012.safetensors",
|
| 80 |
+
"model.layers.16.input_layernorm.weight": "model-00004-of-00012.safetensors",
|
| 81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00004-of-00012.safetensors",
|
| 82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00004-of-00012.safetensors",
|
| 83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00004-of-00012.safetensors",
|
| 84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00004-of-00012.safetensors",
|
| 85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00004-of-00012.safetensors",
|
| 86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00004-of-00012.safetensors",
|
| 87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00004-of-00012.safetensors",
|
| 88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00004-of-00012.safetensors",
|
| 89 |
+
"model.layers.17.input_layernorm.weight": "model-00004-of-00012.safetensors",
|
| 90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00012.safetensors",
|
| 91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00012.safetensors",
|
| 92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00012.safetensors",
|
| 93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00004-of-00012.safetensors",
|
| 94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00004-of-00012.safetensors",
|
| 95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00004-of-00012.safetensors",
|
| 96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00004-of-00012.safetensors",
|
| 97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00004-of-00012.safetensors",
|
| 98 |
+
"model.layers.18.input_layernorm.weight": "model-00004-of-00012.safetensors",
|
| 99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00004-of-00012.safetensors",
|
| 100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00012.safetensors",
|
| 101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00012.safetensors",
|
| 102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00004-of-00012.safetensors",
|
| 103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00012.safetensors",
|
| 104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00012.safetensors",
|
| 105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00012.safetensors",
|
| 106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00012.safetensors",
|
| 107 |
+
"model.layers.19.input_layernorm.weight": "model-00004-of-00012.safetensors",
|
| 108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00004-of-00012.safetensors",
|
| 109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00004-of-00012.safetensors",
|
| 110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00004-of-00012.safetensors",
|
| 111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00004-of-00012.safetensors",
|
| 112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00004-of-00012.safetensors",
|
| 113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00004-of-00012.safetensors",
|
| 114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00004-of-00012.safetensors",
|
| 115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00004-of-00012.safetensors",
|
| 116 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00012.safetensors",
|
| 117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00012.safetensors",
|
| 118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00012.safetensors",
|
| 119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00012.safetensors",
|
| 120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00012.safetensors",
|
| 121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00012.safetensors",
|
| 122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00012.safetensors",
|
| 123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00012.safetensors",
|
| 124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00012.safetensors",
|
| 125 |
+
"model.layers.20.input_layernorm.weight": "model-00004-of-00012.safetensors",
|
| 126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00004-of-00012.safetensors",
|
| 127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00004-of-00012.safetensors",
|
| 128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00004-of-00012.safetensors",
|
| 129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00012.safetensors",
|
| 130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00012.safetensors",
|
| 131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00012.safetensors",
|
| 132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00012.safetensors",
|
| 133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00012.safetensors",
|
| 134 |
+
"model.layers.21.input_layernorm.weight": "model-00005-of-00012.safetensors",
|
| 135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00005-of-00012.safetensors",
|
| 136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00005-of-00012.safetensors",
|
| 137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00005-of-00012.safetensors",
|
| 138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00005-of-00012.safetensors",
|
| 139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00012.safetensors",
|
| 140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00012.safetensors",
|
| 141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00012.safetensors",
|
| 142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00012.safetensors",
|
| 143 |
+
"model.layers.22.input_layernorm.weight": "model-00005-of-00012.safetensors",
|
| 144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00005-of-00012.safetensors",
|
| 145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00005-of-00012.safetensors",
|
| 146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00005-of-00012.safetensors",
|
| 147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00005-of-00012.safetensors",
|
| 148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00005-of-00012.safetensors",
|
| 149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00005-of-00012.safetensors",
|
| 150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00005-of-00012.safetensors",
|
| 151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00005-of-00012.safetensors",
|
| 152 |
+
"model.layers.23.input_layernorm.weight": "model-00005-of-00012.safetensors",
|
| 153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00012.safetensors",
|
| 154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00012.safetensors",
|
| 155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00012.safetensors",
|
| 156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00005-of-00012.safetensors",
|
| 157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00005-of-00012.safetensors",
|
| 158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00005-of-00012.safetensors",
|
| 159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00005-of-00012.safetensors",
|
| 160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00005-of-00012.safetensors",
|
| 161 |
+
"model.layers.24.input_layernorm.weight": "model-00005-of-00012.safetensors",
|
| 162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00005-of-00012.safetensors",
|
| 163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00005-of-00012.safetensors",
|
| 164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00005-of-00012.safetensors",
|
| 165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00005-of-00012.safetensors",
|
| 166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00012.safetensors",
|
| 167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00005-of-00012.safetensors",
|
| 168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00012.safetensors",
|
| 169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00012.safetensors",
|
| 170 |
+
"model.layers.25.input_layernorm.weight": "model-00005-of-00012.safetensors",
|
| 171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00005-of-00012.safetensors",
|
| 172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00005-of-00012.safetensors",
|
| 173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00005-of-00012.safetensors",
|
| 174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00005-of-00012.safetensors",
|
| 175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00005-of-00012.safetensors",
|
| 176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00005-of-00012.safetensors",
|
| 177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00005-of-00012.safetensors",
|
| 178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00005-of-00012.safetensors",
|
| 179 |
+
"model.layers.26.input_layernorm.weight": "model-00006-of-00012.safetensors",
|
| 180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00006-of-00012.safetensors",
|
| 181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00005-of-00012.safetensors",
|
| 182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00005-of-00012.safetensors",
|
| 183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00006-of-00012.safetensors",
|
| 184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00005-of-00012.safetensors",
|
| 185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00005-of-00012.safetensors",
|
| 186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00005-of-00012.safetensors",
|
| 187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00005-of-00012.safetensors",
|
| 188 |
+
"model.layers.27.input_layernorm.weight": "model-00006-of-00012.safetensors",
|
| 189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00006-of-00012.safetensors",
|
| 190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00006-of-00012.safetensors",
|
| 191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00006-of-00012.safetensors",
|
| 192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00006-of-00012.safetensors",
|
| 193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00006-of-00012.safetensors",
|
| 194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00006-of-00012.safetensors",
|
| 195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00006-of-00012.safetensors",
|
| 196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00006-of-00012.safetensors",
|
| 197 |
+
"model.layers.28.input_layernorm.weight": "model-00006-of-00012.safetensors",
|
| 198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00006-of-00012.safetensors",
|
| 199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00006-of-00012.safetensors",
|
| 200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00006-of-00012.safetensors",
|
| 201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00006-of-00012.safetensors",
|
| 202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00006-of-00012.safetensors",
|
| 203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00006-of-00012.safetensors",
|
| 204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00006-of-00012.safetensors",
|
| 205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00006-of-00012.safetensors",
|
| 206 |
+
"model.layers.29.input_layernorm.weight": "model-00006-of-00012.safetensors",
|
| 207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00006-of-00012.safetensors",
|
| 208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00006-of-00012.safetensors",
|
| 209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00006-of-00012.safetensors",
|
| 210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00006-of-00012.safetensors",
|
| 211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00006-of-00012.safetensors",
|
| 212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00006-of-00012.safetensors",
|
| 213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00006-of-00012.safetensors",
|
| 214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00006-of-00012.safetensors",
|
| 215 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00012.safetensors",
|
| 216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00012.safetensors",
|
| 217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00012.safetensors",
|
| 218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00012.safetensors",
|
| 219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00012.safetensors",
|
| 220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00012.safetensors",
|
| 221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00012.safetensors",
|
| 222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00012.safetensors",
|
| 223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00012.safetensors",
|
| 224 |
+
"model.layers.30.input_layernorm.weight": "model-00006-of-00012.safetensors",
|
| 225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00006-of-00012.safetensors",
|
| 226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00006-of-00012.safetensors",
|
| 227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00006-of-00012.safetensors",
|
| 228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00006-of-00012.safetensors",
|
| 229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00006-of-00012.safetensors",
|
| 230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00006-of-00012.safetensors",
|
| 231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00006-of-00012.safetensors",
|
| 232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00006-of-00012.safetensors",
|
| 233 |
+
"model.layers.31.input_layernorm.weight": "model-00006-of-00012.safetensors",
|
| 234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00006-of-00012.safetensors",
|
| 235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00006-of-00012.safetensors",
|
| 236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00006-of-00012.safetensors",
|
| 237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00006-of-00012.safetensors",
|
| 238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00006-of-00012.safetensors",
|
| 239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00006-of-00012.safetensors",
|
| 240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00006-of-00012.safetensors",
|
| 241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00006-of-00012.safetensors",
|
| 242 |
+
"model.layers.32.input_layernorm.weight": "model-00007-of-00012.safetensors",
|
| 243 |
+
"model.layers.32.mlp.down_proj.weight": "model-00007-of-00012.safetensors",
|
| 244 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00007-of-00012.safetensors",
|
| 245 |
+
"model.layers.32.mlp.up_proj.weight": "model-00007-of-00012.safetensors",
|
| 246 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00007-of-00012.safetensors",
|
| 247 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00006-of-00012.safetensors",
|
| 248 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00006-of-00012.safetensors",
|
| 249 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00006-of-00012.safetensors",
|
| 250 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00006-of-00012.safetensors",
|
| 251 |
+
"model.layers.33.input_layernorm.weight": "model-00007-of-00012.safetensors",
|
| 252 |
+
"model.layers.33.mlp.down_proj.weight": "model-00007-of-00012.safetensors",
|
| 253 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00007-of-00012.safetensors",
|
| 254 |
+
"model.layers.33.mlp.up_proj.weight": "model-00007-of-00012.safetensors",
|
| 255 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00007-of-00012.safetensors",
|
| 256 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00007-of-00012.safetensors",
|
| 257 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00007-of-00012.safetensors",
|
| 258 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00007-of-00012.safetensors",
|
| 259 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00007-of-00012.safetensors",
|
| 260 |
+
"model.layers.34.input_layernorm.weight": "model-00007-of-00012.safetensors",
|
| 261 |
+
"model.layers.34.mlp.down_proj.weight": "model-00007-of-00012.safetensors",
|
| 262 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00007-of-00012.safetensors",
|
| 263 |
+
"model.layers.34.mlp.up_proj.weight": "model-00007-of-00012.safetensors",
|
| 264 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00007-of-00012.safetensors",
|
| 265 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00007-of-00012.safetensors",
|
| 266 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00007-of-00012.safetensors",
|
| 267 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00007-of-00012.safetensors",
|
| 268 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00007-of-00012.safetensors",
|
| 269 |
+
"model.layers.35.input_layernorm.weight": "model-00007-of-00012.safetensors",
|
| 270 |
+
"model.layers.35.mlp.down_proj.weight": "model-00007-of-00012.safetensors",
|
| 271 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00007-of-00012.safetensors",
|
| 272 |
+
"model.layers.35.mlp.up_proj.weight": "model-00007-of-00012.safetensors",
|
| 273 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00007-of-00012.safetensors",
|
| 274 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00007-of-00012.safetensors",
|
| 275 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00007-of-00012.safetensors",
|
| 276 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00007-of-00012.safetensors",
|
| 277 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00007-of-00012.safetensors",
|
| 278 |
+
"model.layers.36.input_layernorm.weight": "model-00007-of-00012.safetensors",
|
| 279 |
+
"model.layers.36.mlp.down_proj.weight": "model-00007-of-00012.safetensors",
|
| 280 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00007-of-00012.safetensors",
|
| 281 |
+
"model.layers.36.mlp.up_proj.weight": "model-00007-of-00012.safetensors",
|
| 282 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00007-of-00012.safetensors",
|
| 283 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00007-of-00012.safetensors",
|
| 284 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00007-of-00012.safetensors",
|
| 285 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00007-of-00012.safetensors",
|
| 286 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00007-of-00012.safetensors",
|
| 287 |
+
"model.layers.37.input_layernorm.weight": "model-00008-of-00012.safetensors",
|
| 288 |
+
"model.layers.37.mlp.down_proj.weight": "model-00008-of-00012.safetensors",
|
| 289 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00007-of-00012.safetensors",
|
| 290 |
+
"model.layers.37.mlp.up_proj.weight": "model-00007-of-00012.safetensors",
|
| 291 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00008-of-00012.safetensors",
|
| 292 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00007-of-00012.safetensors",
|
| 293 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00007-of-00012.safetensors",
|
| 294 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00007-of-00012.safetensors",
|
| 295 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00007-of-00012.safetensors",
|
| 296 |
+
"model.layers.38.input_layernorm.weight": "model-00008-of-00012.safetensors",
|
| 297 |
+
"model.layers.38.mlp.down_proj.weight": "model-00008-of-00012.safetensors",
|
| 298 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00008-of-00012.safetensors",
|
| 299 |
+
"model.layers.38.mlp.up_proj.weight": "model-00008-of-00012.safetensors",
|
| 300 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00008-of-00012.safetensors",
|
| 301 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00008-of-00012.safetensors",
|
| 302 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00008-of-00012.safetensors",
|
| 303 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00008-of-00012.safetensors",
|
| 304 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00008-of-00012.safetensors",
|
| 305 |
+
"model.layers.39.input_layernorm.weight": "model-00008-of-00012.safetensors",
|
| 306 |
+
"model.layers.39.mlp.down_proj.weight": "model-00008-of-00012.safetensors",
|
| 307 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00008-of-00012.safetensors",
|
| 308 |
+
"model.layers.39.mlp.up_proj.weight": "model-00008-of-00012.safetensors",
|
| 309 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00008-of-00012.safetensors",
|
| 310 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00008-of-00012.safetensors",
|
| 311 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00008-of-00012.safetensors",
|
| 312 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00008-of-00012.safetensors",
|
| 313 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00008-of-00012.safetensors",
|
| 314 |
+
"model.layers.4.input_layernorm.weight": "model-00002-of-00012.safetensors",
|
| 315 |
+
"model.layers.4.mlp.down_proj.weight": "model-00002-of-00012.safetensors",
|
| 316 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00012.safetensors",
|
| 317 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00012.safetensors",
|
| 318 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00002-of-00012.safetensors",
|
| 319 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00012.safetensors",
|
| 320 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00012.safetensors",
|
| 321 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00012.safetensors",
|
| 322 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00012.safetensors",
|
| 323 |
+
"model.layers.40.input_layernorm.weight": "model-00008-of-00012.safetensors",
|
| 324 |
+
"model.layers.40.mlp.down_proj.weight": "model-00008-of-00012.safetensors",
|
| 325 |
+
"model.layers.40.mlp.gate_proj.weight": "model-00008-of-00012.safetensors",
|
| 326 |
+
"model.layers.40.mlp.up_proj.weight": "model-00008-of-00012.safetensors",
|
| 327 |
+
"model.layers.40.post_attention_layernorm.weight": "model-00008-of-00012.safetensors",
|
| 328 |
+
"model.layers.40.self_attn.k_proj.weight": "model-00008-of-00012.safetensors",
|
| 329 |
+
"model.layers.40.self_attn.o_proj.weight": "model-00008-of-00012.safetensors",
|
| 330 |
+
"model.layers.40.self_attn.q_proj.weight": "model-00008-of-00012.safetensors",
|
| 331 |
+
"model.layers.40.self_attn.v_proj.weight": "model-00008-of-00012.safetensors",
|
| 332 |
+
"model.layers.41.input_layernorm.weight": "model-00008-of-00012.safetensors",
|
| 333 |
+
"model.layers.41.mlp.down_proj.weight": "model-00008-of-00012.safetensors",
|
| 334 |
+
"model.layers.41.mlp.gate_proj.weight": "model-00008-of-00012.safetensors",
|
| 335 |
+
"model.layers.41.mlp.up_proj.weight": "model-00008-of-00012.safetensors",
|
| 336 |
+
"model.layers.41.post_attention_layernorm.weight": "model-00008-of-00012.safetensors",
|
| 337 |
+
"model.layers.41.self_attn.k_proj.weight": "model-00008-of-00012.safetensors",
|
| 338 |
+
"model.layers.41.self_attn.o_proj.weight": "model-00008-of-00012.safetensors",
|
| 339 |
+
"model.layers.41.self_attn.q_proj.weight": "model-00008-of-00012.safetensors",
|
| 340 |
+
"model.layers.41.self_attn.v_proj.weight": "model-00008-of-00012.safetensors",
|
| 341 |
+
"model.layers.42.input_layernorm.weight": "model-00008-of-00012.safetensors",
|
| 342 |
+
"model.layers.42.mlp.down_proj.weight": "model-00008-of-00012.safetensors",
|
| 343 |
+
"model.layers.42.mlp.gate_proj.weight": "model-00008-of-00012.safetensors",
|
| 344 |
+
"model.layers.42.mlp.up_proj.weight": "model-00008-of-00012.safetensors",
|
| 345 |
+
"model.layers.42.post_attention_layernorm.weight": "model-00008-of-00012.safetensors",
|
| 346 |
+
"model.layers.42.self_attn.k_proj.weight": "model-00008-of-00012.safetensors",
|
| 347 |
+
"model.layers.42.self_attn.o_proj.weight": "model-00008-of-00012.safetensors",
|
| 348 |
+
"model.layers.42.self_attn.q_proj.weight": "model-00008-of-00012.safetensors",
|
| 349 |
+
"model.layers.42.self_attn.v_proj.weight": "model-00008-of-00012.safetensors",
|
| 350 |
+
"model.layers.43.input_layernorm.weight": "model-00009-of-00012.safetensors",
|
| 351 |
+
"model.layers.43.mlp.down_proj.weight": "model-00009-of-00012.safetensors",
|
| 352 |
+
"model.layers.43.mlp.gate_proj.weight": "model-00009-of-00012.safetensors",
|
| 353 |
+
"model.layers.43.mlp.up_proj.weight": "model-00009-of-00012.safetensors",
|
| 354 |
+
"model.layers.43.post_attention_layernorm.weight": "model-00009-of-00012.safetensors",
|
| 355 |
+
"model.layers.43.self_attn.k_proj.weight": "model-00008-of-00012.safetensors",
|
| 356 |
+
"model.layers.43.self_attn.o_proj.weight": "model-00008-of-00012.safetensors",
|
| 357 |
+
"model.layers.43.self_attn.q_proj.weight": "model-00008-of-00012.safetensors",
|
| 358 |
+
"model.layers.43.self_attn.v_proj.weight": "model-00008-of-00012.safetensors",
|
| 359 |
+
"model.layers.44.input_layernorm.weight": "model-00009-of-00012.safetensors",
|
| 360 |
+
"model.layers.44.mlp.down_proj.weight": "model-00009-of-00012.safetensors",
|
| 361 |
+
"model.layers.44.mlp.gate_proj.weight": "model-00009-of-00012.safetensors",
|
| 362 |
+
"model.layers.44.mlp.up_proj.weight": "model-00009-of-00012.safetensors",
|
| 363 |
+
"model.layers.44.post_attention_layernorm.weight": "model-00009-of-00012.safetensors",
|
| 364 |
+
"model.layers.44.self_attn.k_proj.weight": "model-00009-of-00012.safetensors",
|
| 365 |
+
"model.layers.44.self_attn.o_proj.weight": "model-00009-of-00012.safetensors",
|
| 366 |
+
"model.layers.44.self_attn.q_proj.weight": "model-00009-of-00012.safetensors",
|
| 367 |
+
"model.layers.44.self_attn.v_proj.weight": "model-00009-of-00012.safetensors",
|
| 368 |
+
"model.layers.45.input_layernorm.weight": "model-00009-of-00012.safetensors",
|
| 369 |
+
"model.layers.45.mlp.down_proj.weight": "model-00009-of-00012.safetensors",
|
| 370 |
+
"model.layers.45.mlp.gate_proj.weight": "model-00009-of-00012.safetensors",
|
| 371 |
+
"model.layers.45.mlp.up_proj.weight": "model-00009-of-00012.safetensors",
|
| 372 |
+
"model.layers.45.post_attention_layernorm.weight": "model-00009-of-00012.safetensors",
|
| 373 |
+
"model.layers.45.self_attn.k_proj.weight": "model-00009-of-00012.safetensors",
|
| 374 |
+
"model.layers.45.self_attn.o_proj.weight": "model-00009-of-00012.safetensors",
|
| 375 |
+
"model.layers.45.self_attn.q_proj.weight": "model-00009-of-00012.safetensors",
|
| 376 |
+
"model.layers.45.self_attn.v_proj.weight": "model-00009-of-00012.safetensors",
|
| 377 |
+
"model.layers.46.input_layernorm.weight": "model-00009-of-00012.safetensors",
|
| 378 |
+
"model.layers.46.mlp.down_proj.weight": "model-00009-of-00012.safetensors",
|
| 379 |
+
"model.layers.46.mlp.gate_proj.weight": "model-00009-of-00012.safetensors",
|
| 380 |
+
"model.layers.46.mlp.up_proj.weight": "model-00009-of-00012.safetensors",
|
| 381 |
+
"model.layers.46.post_attention_layernorm.weight": "model-00009-of-00012.safetensors",
|
| 382 |
+
"model.layers.46.self_attn.k_proj.weight": "model-00009-of-00012.safetensors",
|
| 383 |
+
"model.layers.46.self_attn.o_proj.weight": "model-00009-of-00012.safetensors",
|
| 384 |
+
"model.layers.46.self_attn.q_proj.weight": "model-00009-of-00012.safetensors",
|
| 385 |
+
"model.layers.46.self_attn.v_proj.weight": "model-00009-of-00012.safetensors",
|
| 386 |
+
"model.layers.47.input_layernorm.weight": "model-00009-of-00012.safetensors",
|
| 387 |
+
"model.layers.47.mlp.down_proj.weight": "model-00009-of-00012.safetensors",
|
| 388 |
+
"model.layers.47.mlp.gate_proj.weight": "model-00009-of-00012.safetensors",
|
| 389 |
+
"model.layers.47.mlp.up_proj.weight": "model-00009-of-00012.safetensors",
|
| 390 |
+
"model.layers.47.post_attention_layernorm.weight": "model-00009-of-00012.safetensors",
|
| 391 |
+
"model.layers.47.self_attn.k_proj.weight": "model-00009-of-00012.safetensors",
|
| 392 |
+
"model.layers.47.self_attn.o_proj.weight": "model-00009-of-00012.safetensors",
|
| 393 |
+
"model.layers.47.self_attn.q_proj.weight": "model-00009-of-00012.safetensors",
|
| 394 |
+
"model.layers.47.self_attn.v_proj.weight": "model-00009-of-00012.safetensors",
|
| 395 |
+
"model.layers.48.input_layernorm.weight": "model-00010-of-00012.safetensors",
|
| 396 |
+
"model.layers.48.mlp.down_proj.weight": "model-00010-of-00012.safetensors",
|
| 397 |
+
"model.layers.48.mlp.gate_proj.weight": "model-00009-of-00012.safetensors",
|
| 398 |
+
"model.layers.48.mlp.up_proj.weight": "model-00009-of-00012.safetensors",
|
| 399 |
+
"model.layers.48.post_attention_layernorm.weight": "model-00010-of-00012.safetensors",
|
| 400 |
+
"model.layers.48.self_attn.k_proj.weight": "model-00009-of-00012.safetensors",
|
| 401 |
+
"model.layers.48.self_attn.o_proj.weight": "model-00009-of-00012.safetensors",
|
| 402 |
+
"model.layers.48.self_attn.q_proj.weight": "model-00009-of-00012.safetensors",
|
| 403 |
+
"model.layers.48.self_attn.v_proj.weight": "model-00009-of-00012.safetensors",
|
| 404 |
+
"model.layers.49.input_layernorm.weight": "model-00010-of-00012.safetensors",
|
| 405 |
+
"model.layers.49.mlp.down_proj.weight": "model-00010-of-00012.safetensors",
|
| 406 |
+
"model.layers.49.mlp.gate_proj.weight": "model-00010-of-00012.safetensors",
|
| 407 |
+
"model.layers.49.mlp.up_proj.weight": "model-00010-of-00012.safetensors",
|
| 408 |
+
"model.layers.49.post_attention_layernorm.weight": "model-00010-of-00012.safetensors",
|
| 409 |
+
"model.layers.49.self_attn.k_proj.weight": "model-00010-of-00012.safetensors",
|
| 410 |
+
"model.layers.49.self_attn.o_proj.weight": "model-00010-of-00012.safetensors",
|
| 411 |
+
"model.layers.49.self_attn.q_proj.weight": "model-00010-of-00012.safetensors",
|
| 412 |
+
"model.layers.49.self_attn.v_proj.weight": "model-00010-of-00012.safetensors",
|
| 413 |
+
"model.layers.5.input_layernorm.weight": "model-00002-of-00012.safetensors",
|
| 414 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00012.safetensors",
|
| 415 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00012.safetensors",
|
| 416 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00012.safetensors",
|
| 417 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00012.safetensors",
|
| 418 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00012.safetensors",
|
| 419 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00012.safetensors",
|
| 420 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00002-of-00012.safetensors",
|
| 421 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00012.safetensors",
|
| 422 |
+
"model.layers.50.input_layernorm.weight": "model-00010-of-00012.safetensors",
|
| 423 |
+
"model.layers.50.mlp.down_proj.weight": "model-00010-of-00012.safetensors",
|
| 424 |
+
"model.layers.50.mlp.gate_proj.weight": "model-00010-of-00012.safetensors",
|
| 425 |
+
"model.layers.50.mlp.up_proj.weight": "model-00010-of-00012.safetensors",
|
| 426 |
+
"model.layers.50.post_attention_layernorm.weight": "model-00010-of-00012.safetensors",
|
| 427 |
+
"model.layers.50.self_attn.k_proj.weight": "model-00010-of-00012.safetensors",
|
| 428 |
+
"model.layers.50.self_attn.o_proj.weight": "model-00010-of-00012.safetensors",
|
| 429 |
+
"model.layers.50.self_attn.q_proj.weight": "model-00010-of-00012.safetensors",
|
| 430 |
+
"model.layers.50.self_attn.v_proj.weight": "model-00010-of-00012.safetensors",
|
| 431 |
+
"model.layers.51.input_layernorm.weight": "model-00010-of-00012.safetensors",
|
| 432 |
+
"model.layers.51.mlp.down_proj.weight": "model-00010-of-00012.safetensors",
|
| 433 |
+
"model.layers.51.mlp.gate_proj.weight": "model-00010-of-00012.safetensors",
|
| 434 |
+
"model.layers.51.mlp.up_proj.weight": "model-00010-of-00012.safetensors",
|
| 435 |
+
"model.layers.51.post_attention_layernorm.weight": "model-00010-of-00012.safetensors",
|
| 436 |
+
"model.layers.51.self_attn.k_proj.weight": "model-00010-of-00012.safetensors",
|
| 437 |
+
"model.layers.51.self_attn.o_proj.weight": "model-00010-of-00012.safetensors",
|
| 438 |
+
"model.layers.51.self_attn.q_proj.weight": "model-00010-of-00012.safetensors",
|
| 439 |
+
"model.layers.51.self_attn.v_proj.weight": "model-00010-of-00012.safetensors",
|
| 440 |
+
"model.layers.52.input_layernorm.weight": "model-00010-of-00012.safetensors",
|
| 441 |
+
"model.layers.52.mlp.down_proj.weight": "model-00010-of-00012.safetensors",
|
| 442 |
+
"model.layers.52.mlp.gate_proj.weight": "model-00010-of-00012.safetensors",
|
| 443 |
+
"model.layers.52.mlp.up_proj.weight": "model-00010-of-00012.safetensors",
|
| 444 |
+
"model.layers.52.post_attention_layernorm.weight": "model-00010-of-00012.safetensors",
|
| 445 |
+
"model.layers.52.self_attn.k_proj.weight": "model-00010-of-00012.safetensors",
|
| 446 |
+
"model.layers.52.self_attn.o_proj.weight": "model-00010-of-00012.safetensors",
|
| 447 |
+
"model.layers.52.self_attn.q_proj.weight": "model-00010-of-00012.safetensors",
|
| 448 |
+
"model.layers.52.self_attn.v_proj.weight": "model-00010-of-00012.safetensors",
|
| 449 |
+
"model.layers.53.input_layernorm.weight": "model-00010-of-00012.safetensors",
|
| 450 |
+
"model.layers.53.mlp.down_proj.weight": "model-00010-of-00012.safetensors",
|
| 451 |
+
"model.layers.53.mlp.gate_proj.weight": "model-00010-of-00012.safetensors",
|
| 452 |
+
"model.layers.53.mlp.up_proj.weight": "model-00010-of-00012.safetensors",
|
| 453 |
+
"model.layers.53.post_attention_layernorm.weight": "model-00010-of-00012.safetensors",
|
| 454 |
+
"model.layers.53.self_attn.k_proj.weight": "model-00010-of-00012.safetensors",
|
| 455 |
+
"model.layers.53.self_attn.o_proj.weight": "model-00010-of-00012.safetensors",
|
| 456 |
+
"model.layers.53.self_attn.q_proj.weight": "model-00010-of-00012.safetensors",
|
| 457 |
+
"model.layers.53.self_attn.v_proj.weight": "model-00010-of-00012.safetensors",
|
| 458 |
+
"model.layers.54.input_layernorm.weight": "model-00011-of-00012.safetensors",
|
| 459 |
+
"model.layers.54.mlp.down_proj.weight": "model-00011-of-00012.safetensors",
|
| 460 |
+
"model.layers.54.mlp.gate_proj.weight": "model-00011-of-00012.safetensors",
|
| 461 |
+
"model.layers.54.mlp.up_proj.weight": "model-00011-of-00012.safetensors",
|
| 462 |
+
"model.layers.54.post_attention_layernorm.weight": "model-00011-of-00012.safetensors",
|
| 463 |
+
"model.layers.54.self_attn.k_proj.weight": "model-00010-of-00012.safetensors",
|
| 464 |
+
"model.layers.54.self_attn.o_proj.weight": "model-00010-of-00012.safetensors",
|
| 465 |
+
"model.layers.54.self_attn.q_proj.weight": "model-00010-of-00012.safetensors",
|
| 466 |
+
"model.layers.54.self_attn.v_proj.weight": "model-00010-of-00012.safetensors",
|
| 467 |
+
"model.layers.55.input_layernorm.weight": "model-00011-of-00012.safetensors",
|
| 468 |
+
"model.layers.55.mlp.down_proj.weight": "model-00011-of-00012.safetensors",
|
| 469 |
+
"model.layers.55.mlp.gate_proj.weight": "model-00011-of-00012.safetensors",
|
| 470 |
+
"model.layers.55.mlp.up_proj.weight": "model-00011-of-00012.safetensors",
|
| 471 |
+
"model.layers.55.post_attention_layernorm.weight": "model-00011-of-00012.safetensors",
|
| 472 |
+
"model.layers.55.self_attn.k_proj.weight": "model-00011-of-00012.safetensors",
|
| 473 |
+
"model.layers.55.self_attn.o_proj.weight": "model-00011-of-00012.safetensors",
|
| 474 |
+
"model.layers.55.self_attn.q_proj.weight": "model-00011-of-00012.safetensors",
|
| 475 |
+
"model.layers.55.self_attn.v_proj.weight": "model-00011-of-00012.safetensors",
|
| 476 |
+
"model.layers.56.input_layernorm.weight": "model-00011-of-00012.safetensors",
|
| 477 |
+
"model.layers.56.mlp.down_proj.weight": "model-00011-of-00012.safetensors",
|
| 478 |
+
"model.layers.56.mlp.gate_proj.weight": "model-00011-of-00012.safetensors",
|
| 479 |
+
"model.layers.56.mlp.up_proj.weight": "model-00011-of-00012.safetensors",
|
| 480 |
+
"model.layers.56.post_attention_layernorm.weight": "model-00011-of-00012.safetensors",
|
| 481 |
+
"model.layers.56.self_attn.k_proj.weight": "model-00011-of-00012.safetensors",
|
| 482 |
+
"model.layers.56.self_attn.o_proj.weight": "model-00011-of-00012.safetensors",
|
| 483 |
+
"model.layers.56.self_attn.q_proj.weight": "model-00011-of-00012.safetensors",
|
| 484 |
+
"model.layers.56.self_attn.v_proj.weight": "model-00011-of-00012.safetensors",
|
| 485 |
+
"model.layers.57.input_layernorm.weight": "model-00011-of-00012.safetensors",
|
| 486 |
+
"model.layers.57.mlp.down_proj.weight": "model-00011-of-00012.safetensors",
|
| 487 |
+
"model.layers.57.mlp.gate_proj.weight": "model-00011-of-00012.safetensors",
|
| 488 |
+
"model.layers.57.mlp.up_proj.weight": "model-00011-of-00012.safetensors",
|
| 489 |
+
"model.layers.57.post_attention_layernorm.weight": "model-00011-of-00012.safetensors",
|
| 490 |
+
"model.layers.57.self_attn.k_proj.weight": "model-00011-of-00012.safetensors",
|
| 491 |
+
"model.layers.57.self_attn.o_proj.weight": "model-00011-of-00012.safetensors",
|
| 492 |
+
"model.layers.57.self_attn.q_proj.weight": "model-00011-of-00012.safetensors",
|
| 493 |
+
"model.layers.57.self_attn.v_proj.weight": "model-00011-of-00012.safetensors",
|
| 494 |
+
"model.layers.58.input_layernorm.weight": "model-00011-of-00012.safetensors",
|
| 495 |
+
"model.layers.58.mlp.down_proj.weight": "model-00011-of-00012.safetensors",
|
| 496 |
+
"model.layers.58.mlp.gate_proj.weight": "model-00011-of-00012.safetensors",
|
| 497 |
+
"model.layers.58.mlp.up_proj.weight": "model-00011-of-00012.safetensors",
|
| 498 |
+
"model.layers.58.post_attention_layernorm.weight": "model-00011-of-00012.safetensors",
|
| 499 |
+
"model.layers.58.self_attn.k_proj.weight": "model-00011-of-00012.safetensors",
|
| 500 |
+
"model.layers.58.self_attn.o_proj.weight": "model-00011-of-00012.safetensors",
|
| 501 |
+
"model.layers.58.self_attn.q_proj.weight": "model-00011-of-00012.safetensors",
|
| 502 |
+
"model.layers.58.self_attn.v_proj.weight": "model-00011-of-00012.safetensors",
|
| 503 |
+
"model.layers.59.input_layernorm.weight": "model-00012-of-00012.safetensors",
|
| 504 |
+
"model.layers.59.mlp.down_proj.weight": "model-00012-of-00012.safetensors",
|
| 505 |
+
"model.layers.59.mlp.gate_proj.weight": "model-00011-of-00012.safetensors",
|
| 506 |
+
"model.layers.59.mlp.up_proj.weight": "model-00011-of-00012.safetensors",
|
| 507 |
+
"model.layers.59.post_attention_layernorm.weight": "model-00012-of-00012.safetensors",
|
| 508 |
+
"model.layers.59.self_attn.k_proj.weight": "model-00011-of-00012.safetensors",
|
| 509 |
+
"model.layers.59.self_attn.o_proj.weight": "model-00011-of-00012.safetensors",
|
| 510 |
+
"model.layers.59.self_attn.q_proj.weight": "model-00011-of-00012.safetensors",
|
| 511 |
+
"model.layers.59.self_attn.v_proj.weight": "model-00011-of-00012.safetensors",
|
| 512 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00012.safetensors",
|
| 513 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00012.safetensors",
|
| 514 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00012.safetensors",
|
| 515 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00012.safetensors",
|
| 516 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00012.safetensors",
|
| 517 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00012.safetensors",
|
| 518 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00012.safetensors",
|
| 519 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00012.safetensors",
|
| 520 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00012.safetensors",
|
| 521 |
+
"model.layers.60.input_layernorm.weight": "model-00012-of-00012.safetensors",
|
| 522 |
+
"model.layers.60.mlp.down_proj.weight": "model-00012-of-00012.safetensors",
|
| 523 |
+
"model.layers.60.mlp.gate_proj.weight": "model-00012-of-00012.safetensors",
|
| 524 |
+
"model.layers.60.mlp.up_proj.weight": "model-00012-of-00012.safetensors",
|
| 525 |
+
"model.layers.60.post_attention_layernorm.weight": "model-00012-of-00012.safetensors",
|
| 526 |
+
"model.layers.60.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
|
| 527 |
+
"model.layers.60.self_attn.o_proj.weight": "model-00012-of-00012.safetensors",
|
| 528 |
+
"model.layers.60.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
|
| 529 |
+
"model.layers.60.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
|
| 530 |
+
"model.layers.61.input_layernorm.weight": "model-00012-of-00012.safetensors",
|
| 531 |
+
"model.layers.61.mlp.down_proj.weight": "model-00012-of-00012.safetensors",
|
| 532 |
+
"model.layers.61.mlp.gate_proj.weight": "model-00012-of-00012.safetensors",
|
| 533 |
+
"model.layers.61.mlp.up_proj.weight": "model-00012-of-00012.safetensors",
|
| 534 |
+
"model.layers.61.post_attention_layernorm.weight": "model-00012-of-00012.safetensors",
|
| 535 |
+
"model.layers.61.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
|
| 536 |
+
"model.layers.61.self_attn.o_proj.weight": "model-00012-of-00012.safetensors",
|
| 537 |
+
"model.layers.61.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
|
| 538 |
+
"model.layers.61.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
|
| 539 |
+
"model.layers.62.input_layernorm.weight": "model-00012-of-00012.safetensors",
|
| 540 |
+
"model.layers.62.mlp.down_proj.weight": "model-00012-of-00012.safetensors",
|
| 541 |
+
"model.layers.62.mlp.gate_proj.weight": "model-00012-of-00012.safetensors",
|
| 542 |
+
"model.layers.62.mlp.up_proj.weight": "model-00012-of-00012.safetensors",
|
| 543 |
+
"model.layers.62.post_attention_layernorm.weight": "model-00012-of-00012.safetensors",
|
| 544 |
+
"model.layers.62.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
|
| 545 |
+
"model.layers.62.self_attn.o_proj.weight": "model-00012-of-00012.safetensors",
|
| 546 |
+
"model.layers.62.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
|
| 547 |
+
"model.layers.62.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
|
| 548 |
+
"model.layers.63.input_layernorm.weight": "model-00012-of-00012.safetensors",
|
| 549 |
+
"model.layers.63.mlp.down_proj.weight": "model-00012-of-00012.safetensors",
|
| 550 |
+
"model.layers.63.mlp.gate_proj.weight": "model-00012-of-00012.safetensors",
|
| 551 |
+
"model.layers.63.mlp.up_proj.weight": "model-00012-of-00012.safetensors",
|
| 552 |
+
"model.layers.63.post_attention_layernorm.weight": "model-00012-of-00012.safetensors",
|
| 553 |
+
"model.layers.63.self_attn.k_proj.weight": "model-00012-of-00012.safetensors",
|
| 554 |
+
"model.layers.63.self_attn.o_proj.weight": "model-00012-of-00012.safetensors",
|
| 555 |
+
"model.layers.63.self_attn.q_proj.weight": "model-00012-of-00012.safetensors",
|
| 556 |
+
"model.layers.63.self_attn.v_proj.weight": "model-00012-of-00012.safetensors",
|
| 557 |
+
"model.layers.7.input_layernorm.weight": "model-00002-of-00012.safetensors",
|
| 558 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00012.safetensors",
|
| 559 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00012.safetensors",
|
| 560 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00012.safetensors",
|
| 561 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00012.safetensors",
|
| 562 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00012.safetensors",
|
| 563 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00012.safetensors",
|
| 564 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00012.safetensors",
|
| 565 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00012.safetensors",
|
| 566 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00012.safetensors",
|
| 567 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00012.safetensors",
|
| 568 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00012.safetensors",
|
| 569 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00012.safetensors",
|
| 570 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00012.safetensors",
|
| 571 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00012.safetensors",
|
| 572 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00012.safetensors",
|
| 573 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00012.safetensors",
|
| 574 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00012.safetensors",
|
| 575 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00012.safetensors",
|
| 576 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00012.safetensors",
|
| 577 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00012.safetensors",
|
| 578 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00012.safetensors",
|
| 579 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00012.safetensors",
|
| 580 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00012.safetensors",
|
| 581 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00012.safetensors",
|
| 582 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00012.safetensors",
|
| 583 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00012.safetensors",
|
| 584 |
+
"model.norm.weight": "model-00012-of-00012.safetensors"
|
| 585 |
+
}
|
| 586 |
+
}
|
model.sig
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"mediaType":"application/vnd.dev.sigstore.bundle.v0.3+json","verificationMaterial":{"certificate":{"rawBytes":"MIIC5TCCAmqgAwIBAgIUdgyjQ3gvalDgsu2u0ijWUxhQCg0wCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRlcm1lZGlhdGUwHhcNMjYwNDI5MTcxODU3WhcNMjYwNDI5MTcyODU3WjAAMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE+/UDDoWraHXm7NqwfiZec/7qSDuUtkr99MxKLQZ76bNpMb5eBP4uZ9/N7J8FahF2IO3aEEoHX5kHWhCXKTTWjKOCAYkwggGFMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUv7mX835eVDhRmtPGvEGA6kYaXX0wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4YZD8wIgYDVR0RAQH/BBgwFoEUR3Jhbml0ZS1zaWduQGlibS5jb20wNAYKKwYBBAGDvzABAQQmaHR0cHM6Ly9zaWdzdG9yZS52ZXJpZnkuaWJtLmNvbS9vYXV0aDIwNgYKKwYBBAGDvzABCAQoDCZodHRwczovL3NpZ3N0b3JlLnZlcmlmeS5pYm0uY29tL29hdXRoMjCBiwYKKwYBBAHWeQIEAgR9BHsAeQB3AN09MGrGxxEyYxkeHJlnNwKiSl643jyt/4eKcoAvKe6OAAABndpAQAkAAAQDAEgwRgIhAPaxuNZ1TTObauLpdrHU3KAHng9KtAAfhWKNbxKE1wVuAiEAskCU0dZ8hLi8hOBgnXYdVUS5b59sObHSsTnDhWWIJYEwCgYIKoZIzj0EAwMDaQAwZgIxAKJNkdlvWaIeyinPxXH1wKYvUPc0cCE2MTvQoOd18FdyMnFm6qKEJwgDF3FH/AQRygIxAL6penupzK5qFdzCWQQp7S/ZnBbzNm/miepNY3ruoA0dHSe+gzZZLPLwHvXBOOXaoQ=="},"tlogEntries":[{"logIndex":"1403453422","logId":{"keyId":"wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0="},"kindVersion":{"kind":"dsse","version":"0.0.1"},"integratedTime":"1777483142","inclusionPromise":{"signedEntryTimestamp":"MEUCIBc3EdUuuLuSZnGZKzz15/FMw1wufail2ZPQrjryve0NAiEA7DHTTFp6roxoV7Qht7Bq9YQHSaCQpWdwKQhkh9z+2ao="},"inclusionProof":{"logIndex":"1281549160","rootHash":"dOq3uQrwbEahk4jAXpcmD1XkY0QfxqSXnhUMb7NW6fQ=","treeSize":"1281549162","hashes":["j8SxTC2NCWh855vFwSWiwksk4ELolVE+8RyeweSTpAQ=","9DYbCgIcEciH82oWxGwkihLqsWy7/w8GxaWQgDAe6OQ=","Myd9mX4hvyO9dS+7kt7meEdIMe+LWrziQ2Lzmh3n6gE=","Ggy8qwN84/ojAwOP/1JC0L9rtySW5bw+diQUidmi2X4=","jv6Kzqdj6csITmQXmShRaAxNkVroxMw0v2ocMNQH1eA=","XC2iUsiFHLe7aH9/KCgQ2xUZ305wpsftYD3nW5Bg7Z0=","K59FSCFstjrwRdOeTCqmgKGyiWAEgpswrbjFiAEOvsw=","SQjbA1HvcZJTyti4lR45OnvT3jBJa6Dvpm6y5e8/5BA=","jcGardWOu99vAKeSqEYVQSIYsmsCR02104UZwkXKTMQ=","mQaac0cWWg/z1Eang15A5XX2MWXQ7XsFwibn26+o3cs=","cd6e9LlGgLnSGS/3lDnPNDAy6JZdKT8xmfrQshYBzj0=","d9hA39Ot2M7fkyE+rWh4D5tn70iuQ9bWZMetFQz1ePk=","wa5W79zKcyNncVVFXx8PM8785J+n0U0qxiK2GXKz2Hk=","7y22/OdvnNTJ3gzz57WEW6D/mmmrLXV0dVQyDwenx5A=","DOCeoSMovIvLExkhIvisow9AuNXgeWs4ECkyR6EcqYU="],"checkpoint":{"envelope":"rekor.sigstore.dev - 1193050959916656506\n1281549162\ndOq3uQrwbEahk4jAXpcmD1XkY0QfxqSXnhUMb7NW6fQ=\n\n— rekor.sigstore.dev wNI9ajBGAiEA1F2+ZMaPJWOd6zEtsPXyC12OBYsSSkETLkV3mLNrmq0CIQCfxiIOM/DFyT8FcJBcqP0HdQKec8sWhLMwWanDgJkx0Q==\n"}},"canonicalizedBody":"eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiYmY4OTk0MWQ2MGY1OTYzZTM3YjZkMjliOTBmZDdjZjhiYjY2ZjE4ZWM5Y2ZiZDgzM2Y0ZmIzYjMxMTFmZGZlOSJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6ImQxMDU4ZDVmNWFiN2ZiMjdkMmQ3OTgzMjE2MGUzYzFlZWY0MTU2NmRhMTRjNDkyNmMzNjVjYTBjOGEzYjA5MGYifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVZQ0lRQ2V5Q1VyZ25pS09mdDNyL1U0NUlNaVBmaU1zM0tKVU5oVEJMRWVmOGRYR0FJaEFJM1pPRmN3MlIwR2VsZ2ZwYUhvN2w5enhjTnVILzR6WkprUklWcC8vK2szIiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VNMVZFTkRRVzF4WjBGM1NVSkJaMGxWWkdkNWFsRXpaM1poYkVSbmMzVXlkVEJwYWxkVmVHaFJRMmN3ZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwWmQwNUVTVFZOVkdONFQwUlZNMWRvWTA1TmFsbDNUa1JKTlUxVVkzbFBSRlV6VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVXJMMVZFUkc5WGNtRklXRzAzVG5GM1ptbGFaV012TjNGVFJIVlZkR3R5T1RsTmVFc0tURkZhTnpaaVRuQk5ZalZsUWxBMGRWbzVMMDQzU2poR1lXaEdNa2xQTTJGRlJXOUlXRFZyU0Zkb1ExaExWRlJYYWt0UFEwRlphM2RuWjBkR1RVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVjJOMjFZQ2pnek5XVldSR2hTYlhSUVIzWkZSMEUyYTFsaFdGZ3dkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMGxuV1VSV1VqQlNRVkZJTDBKQ1ozZEdiMFZWVWpOS2FHSnRiREJhVXpGNllWZGtkVkZIYkdsaVV6VnFZakl3ZDA1QldVdExkMWxDUWtGSFJBcDJla0ZDUVZGUmJXRklVakJqU0UwMlRIazVlbUZYWkhwa1J6bDVXbE0xTWxwWVNuQmFibXQxWVZkS2RFeHRUblppVXpsMldWaFdNR0ZFU1hkT1oxbExDa3QzV1VKQ1FVZEVkbnBCUWtOQlVXOUVRMXB2WkVoU2QyTjZiM1pNTTA1d1dqTk9NR0l6U214TWJscHNZMjFzYldWVE5YQlpiVEIxV1RJNWRFd3lPV2dLWkZoU2IwMXFRMEpwZDFsTFMzZFpRa0pCU0ZkbFVVbEZRV2RTT1VKSWMwRmxVVUl6UVU0d09VMUhja2Q0ZUVWNVdYaHJaVWhLYkc1T2QwdHBVMncyTkFvemFubDBMelJsUzJOdlFYWkxaVFpQUVVGQlFtNWtjRUZSUVd0QlFVRlJSRUZGWjNkU1owbG9RVkJoZUhWT1dqRlVWRTlpWVhWTWNHUnlTRlV6UzBGSUNtNW5PVXQwUVVGbWFGZExUbUo0UzBVeGQxWjFRV2xGUVhOclExVXdaRm80YUV4cE9HaFBRbWR1V0Zsa1ZsVlROV0kxT1hOUFlraFRjMVJ1UkdoWFYwa0tTbGxGZDBObldVbExiMXBKZW1vd1JVRjNUVVJoVVVGM1dtZEplRUZMU2s1clpHeDJWMkZKWlhscGJsQjRXRWd4ZDB0WmRsVlFZekJqUTBVeVRWUjJVUXB2VDJReE9FWmtlVTF1Um0wMmNVdEZTbmRuUkVZelJrZ3ZRVkZTZVdkSmVFRk1ObkJsYm5Wd2VrczFjVVprZWtOWFVWRndOMU12V201Q1lucE9iUzl0Q21sbGNFNVpNM0oxYjBFd1pFaFRaU3RuZWxwYVRGQk1kMGgyV0VKUFQxaGhiMUU5UFFvdExTMHRMVVZPUkNCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2c9PSJ9XX19"}],"timestampVerificationData":{"rfc3161Timestamps":[{"signedTimestamp":"MIIE6zADAgEAMIIE4gYJKoZIhvcNAQcCoIIE0zCCBM8CAQMxDTALBglghkgBZQMEAgEwgcMGCyqGSIb3DQEJEAEEoIGzBIGwMIGtAgEBBgkrBgEEAYO/MAIwMTANBglghkgBZQMEAgEFAAQgsEfztJk+yfcyiQ6lGofTaNV4HvBsTzPHMtW6Svtuv2QCFQCvwj5vYi+/VJ2oT2a/k8xtKwJBexgPMjAyNjA0MjkxNzE5MDJaMAMCAQECCQDHPvEdAvAIt6AypDAwLjEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MRUwEwYDVQQDEwxzaWdzdG9yZS10c2GgggIUMIICEDCCAZagAwIBAgIUOhNULwyQYe68wUMvy4qOiyojiwwwCgYIKoZIzj0EAwMwOTEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MSAwHgYDVQQDExdzaWdzdG9yZS10c2Etc2VsZnNpZ25lZDAeFw0yNTA0MDgwNjU5NDNaFw0zNTA0MDYwNjU5NDNaMC4xFTATBgNVBAoTDHNpZ3N0b3JlLmRldjEVMBMGA1UEAxMMc2lnc3RvcmUtdHNhMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE4ra2Z8hKNig2T9kFjCAToGG30jky+WQv3BzL+mKvh1SKNR/UwuwsfNCg4sryoYAd8E6isovVA3M4aoNdm9QDi50Z8nTEyvqgfDPtTIwXItfiW/AFf1V7uwkbkAoj0xxco2owaDAOBgNVHQ8BAf8EBAMCB4AwHQYDVR0OBBYEFIn9eUOHz9BlRsMCRscsc1t9tOsDMB8GA1UdIwQYMBaAFJjsAe9/u1H/1JUeb4qImFMHic6/MBYGA1UdJQEB/wQMMAoGCCsGAQUFBwMIMAoGCCqGSM49BAMDA2gAMGUCMDtpsV/6KaO0qyF/UMsX2aSUXKQFdoGTptQGc0ftq1csulHPGG6dsmyMNd3JB+G3EQIxAOajvBcjpJmKb4Nv+2Taoj8Uc5+b6ih6FXCCKraSqupe07zqswMcXJTe1cExvHvvlzGCAdswggHXAgEBMFEwOTEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MSAwHgYDVQQDExdzaWdzdG9yZS10c2Etc2VsZnNpZ25lZAIUOhNULwyQYe68wUMvy4qOiyojiwwwCwYJYIZIAWUDBAIBoIH8MBoGCSqGSIb3DQEJAzENBgsqhkiG9w0BCRABBDAcBgkqhkiG9w0BCQUxDxcNMjYwNDI5MTcxOTAyWjAvBgkqhkiG9w0BCQQxIgQgrO8ob3TQ4LIfjPfRe1gg/h8XOzBzMnvbL5saYdfmYTQwgY4GCyqGSIb3DQEJEAIvMX8wfTB7MHkEIIX5J7wHq2LKw7RDVsEO/IGyxog/2nq55thw2dE6zQW3MFUwPaQ7MDkxFTATBgNVBAoTDHNpZ3N0b3JlLmRldjEgMB4GA1UEAxMXc2lnc3RvcmUtdHNhLXNlbGZzaWduZWQCFDoTVC8MkGHuvMFDL8uKjosqI4sMMAoGCCqGSM49BAMCBGcwZQIwauRD8pJ/ZuKmD5aI+tZfNd0PfJZ27t5GJPhwOAaYN6WgPHJSk+4WcXVx+8xOdrWkAjEAjFOjpzrvYK1SrH9+7SpVvVR1KL81A7GReOQ3vwL+TSOB2yUmsDNPkSyQAgJ1n40i"}]}},"dsseEnvelope":{"payload":"ewogICJfdHlwZSI6ICJodHRwczovL2luLXRvdG8uaW8vU3RhdGVtZW50L3YxIiwKICAic3ViamVjdCI6IFsKICAgIHsKICAgICAgIm5hbWUiOiAiZ3Jhbml0ZS00LjEtMzBiIiwKICAgICAgImRpZ2VzdCI6IHsKICAgICAgICAic2hhMjU2IjogImZjYWQ4NTg0M2EzZjUxYzg0Mjk3ZGQxZTE0YjYyMTk3ZjdiMTA4MzBjOTY0OTczYzRkZDJkMTQzNjM1YmM4ODciCiAgICAgIH0KICAgIH0KICBdLAogICJwcmVkaWNhdGVUeXBlIjogImh0dHBzOi8vbW9kZWxfc2lnbmluZy9zaWduYXR1cmUvdjEuMCIsCiAgInByZWRpY2F0ZSI6IHsKICAgICJyZXNvdXJjZXMiOiBbCiAgICAgIHsKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgIm5hbWUiOiAiUkVBRE1FLm1kIiwKICAgICAgICAiZGlnZXN0IjogImNkYmE5YjVlNDEwN2U2YzA3ZGZhYzI3YWRkMTM2M2NkMjAwMGZmNWE1NGM4YTk5YjBkOThiZmUzMDEzYWU2MzUiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgIm5hbWUiOiAiY2hhdF90ZW1wbGF0ZS5qaW5qYSIsCiAgICAgICAgImRpZ2VzdCI6ICJmZWQyNzU2ZDJkMjRlMTI3Yjk1MWRjZjEzOWQwYjAzYWI3ZGI4ZWYyM2E0NTYxMjhlYmM5YzJkYjQ5MDFkNDc2IgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJuYW1lIjogImNvbmZpZy5qc29uIiwKICAgICAgICAiZGlnZXN0IjogIjM4NGYxOTM1MzY2ZjBiMGY5YzNiNDI5NmVmN2NkNjRhMDgyODhlMTVjZmUxNmM0MGQxMzEwMWE5OGFiNzEzZjQiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgIm5hbWUiOiAiZ2VuZXJhdGlvbl9jb25maWcuanNvbiIsCiAgICAgICAgImRpZ2VzdCI6ICI5MTE3ZmIwM2ZlZDc5ZGJiNDU5MzczZWRlZWY5YTNlZWM5NjZiY2U1MmExODQyZTAzYTY3MTZlODMxMTdmMGQxIgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJuYW1lIjogIm1lcmdlcy50eHQiLAogICAgICAgICJkaWdlc3QiOiAiYjZmZTQyNGUzMzQ5MDNmN2ZiODRkM2ExMDZkOTczMDQ1NWY0NzQ0YjlmZTNjMjFlZTEzNmQ5N2EwMGU3MjUwMiIKICAgICAgfSwKICAgICAgewogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAibmFtZSI6ICJtb2RlbC0wMDAwMS1vZi0wMDAxMi5zYWZldGVuc29ycyIsCiAgICAgICAgImRpZ2VzdCI6ICIzZGE2OGVmYzZkOGY0NTIxYTVmYmQyMTEwYzRiZjdkYzg5ODA4MDFhNTk0MjYzYjRiMzdlYWU2ZDdlNTUyNDYxIgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJuYW1lIjogIm1vZGVsLTAwMDAyLW9mLTAwMDEyLnNhZmV0ZW5zb3JzIiwKICAgICAgICAiZGlnZXN0IjogIjVlYjJhZGFjODE4MzUwODRlNzVhNmQ2ZTcyYjUxNzQ5MjhhMjQ5MGNkZjllNjRkNmE1NmNhNjFjMTFmNzdjMzUiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgIm5hbWUiOiAibW9kZWwtMDAwMDMtb2YtMDAwMTIuc2FmZXRlbnNvcnMiLAogICAgICAgICJkaWdlc3QiOiAiYTZlZjM1OGViMmU4YjAwNzI0MWNhZTgwNWEwN2EzZTg4ZGJkNDY5MGE2ODM0ZjA4NjQ1NDgxZjg3MWFhNGYxZCIKICAgICAgfSwKICAgICAgewogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAibmFtZSI6ICJtb2RlbC0wMDAwNC1vZi0wMDAxMi5zYWZldGVuc29ycyIsCiAgICAgICAgImRpZ2VzdCI6ICJhZTE3Mjc5ZjA4OWJkNDM3ODQ2MDQ0ODQzNDNjYzc0NjA5ODc3ZjlhNTU4YTAyYmRiZTcyMmEzNjU3MDI3MWEwIgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJuYW1lIjogIm1vZGVsLTAwMDA1LW9mLTAwMDEyLnNhZmV0ZW5zb3JzIiwKICAgICAgICAiZGlnZXN0IjogIjA0NjU2YWZkOTllYjkwMWRjZmQzMTdhNWExYmI4Zjk5MmIwMjkzNzVjNWI0MTMxMmQzNzMzZTJkOGNlYWE0NjYiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgIm5hbWUiOiAibW9kZWwtMDAwMDYtb2YtMDAwMTIuc2FmZXRlbnNvcnMiLAogICAgICAgICJkaWdlc3QiOiAiOTg4ZTAxMDQ0ZTFjZWRlZjQxZGRiNjdlYTBlZWJiNDg1YWM0MWFkNjZjZmJiMGFlZGFmN2QxYWY3YWJmMTdlMSIKICAgICAgfSwKICAgICAgewogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAibmFtZSI6ICJtb2RlbC0wMDAwNy1vZi0wMDAxMi5zYWZldGVuc29ycyIsCiAgICAgICAgImRpZ2VzdCI6ICJlYjI2MzIxOTc4Mzg0ZmFhZjAwNWRhY2Q0ZDVjZWEyNjQwYzNiNTZhNTM0NTM4OGFiNzQ1Yzk4ZTEzYWFiMGNmIgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJuYW1lIjogIm1vZGVsLTAwMDA4LW9mLTAwMDEyLnNhZmV0ZW5zb3JzIiwKICAgICAgICAiZGlnZXN0IjogImM1MzAwYmM3NGU2N2RmZWM0ZWRhZTUzNTc2NjE3MDJlOWIzYTEzYTM5YzY2NWY3MDRlN2RhZWQ4ZDRmZWRiMmMiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgIm5hbWUiOiAibW9kZWwtMDAwMDktb2YtMDAwMTIuc2FmZXRlbnNvcnMiLAogICAgICAgICJkaWdlc3QiOiAiNjY0MTUyNzM3NzgwODZjMjI2NGJlNDhmNTMxMDZjMDhlZmY1N2E5MTA4Nzg4YTY5YTU1NzRhZTA0NTlmOWFhZiIKICAgICAgfSwKICAgICAgewogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAibmFtZSI6ICJtb2RlbC0wMDAxMC1vZi0wMDAxMi5zYWZldGVuc29ycyIsCiAgICAgICAgImRpZ2VzdCI6ICJlYmZlYjBhNzZhNDc5OGFjODI1ZmI4NWNiYTZhNTZmMTYwZjFlZTcyMWRiZDgwYzI3N2Q4YzhkNmM3N2I5OGY1IgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJuYW1lIjogIm1vZGVsLTAwMDExLW9mLTAwMDEyLnNhZmV0ZW5zb3JzIiwKICAgICAgICAiZGlnZXN0IjogIjljMWE2MjUxNDRmM2VhNTBmZDYwNTA4Yjg0MzU0N2IyNGEyODA2MDNjMWIzNDkzMWM5MjlkMTYwYjZjYWU2Y2IiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgIm5hbWUiOiAibW9kZWwtMDAwMTItb2YtMDAwMTIuc2FmZXRlbnNvcnMiLAogICAgICAgICJkaWdlc3QiOiAiOGQwZjdjOWRkNzg0NTU5ZDdiZTRjOGFiZTkxMTEyNjdiYjE4YWQ1N2QyNjQ4NGNiNzVhZWFjZDhlOWFmMTM5NyIKICAgICAgfSwKICAgICAgewogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAibmFtZSI6ICJtb2RlbC5zYWZldGVuc29ycy5pbmRleC5qc29uIiwKICAgICAgICAiZGlnZXN0IjogImRjMmE5MTc3ZDYxOGM1NDhkYTVmMGU0YmZiM2JhYWMxZjU4ZTk4NzlmODE0ODUyOWIyM2NmMjY1ZGQ5MDcyMWQiCiAgICAgIH0sCiAgICAgIHsKICAgICAgICAiYWxnb3JpdGhtIjogInNoYTI1NiIsCiAgICAgICAgIm5hbWUiOiAic3BlY2lhbF90b2tlbnNfbWFwLmpzb24iLAogICAgICAgICJkaWdlc3QiOiAiYzA4Njc2YzQ5ZmQ3OTY5YTMxMzBmNzJiZTZkNGJmMzRkYTY2YWE0ODRhNmUyMWRmZmUzNTk4OTNhMWJkNWYyZSIKICAgICAgfSwKICAgICAgewogICAgICAgICJhbGdvcml0aG0iOiAic2hhMjU2IiwKICAgICAgICAibmFtZSI6ICJ0b2tlbml6ZXIuanNvbiIsCiAgICAgICAgImRpZ2VzdCI6ICJlMmJhZDY2NDM5NTM4Y2I0ZDVhNzU4MDY4MDkzMjQzMmVkOWVjZTlkM2I4NTc3ZTY3NTUxMmJkZjExNTk5MjUzIgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJuYW1lIjogInRva2VuaXplcl9jb25maWcuanNvbiIsCiAgICAgICAgImRpZ2VzdCI6ICJhNWVjNWRhYWIxMmJhMDkwYTkwZjNkZDE2OWM4ZjljMjc1NTU3MDEzYTg3YjljMTI1OGRjN2NiNDk3YTM1Yzg2IgogICAgICB9LAogICAgICB7CiAgICAgICAgImFsZ29yaXRobSI6ICJzaGEyNTYiLAogICAgICAgICJuYW1lIjogInZvY2FiLmpzb24iLAogICAgICAgICJkaWdlc3QiOiAiOGFmNzEwNzZkZThiMGI2MjZlZWQwZjRjOTg0ZmFmMGE3YzA2MjQ3OTE2NGIyYTMxMzA4YTk0ODUyNGQ0ZjY5YyIKICAgICAgfQogICAgXSwKICAgICJzZXJpYWxpemF0aW9uIjogewogICAgICAiYWxsb3dfc3ltbGlua3MiOiBmYWxzZSwKICAgICAgIm1ldGhvZCI6ICJmaWxlcyIsCiAgICAgICJpZ25vcmVfcGF0aHMiOiBbCiAgICAgICAgIi5naXRhdHRyaWJ1dGVzIiwKICAgICAgICAiLmNhY2hlIiwKICAgICAgICAibW9kZWwuc2lnIiwKICAgICAgICAiLmdpdGlnbm9yZSIsCiAgICAgICAgIi5naXQiLAogICAgICAgICIuZ2l0aHViIgogICAgICBdLAogICAgICAiaGFzaF90eXBlIjogInNoYTI1NiIKICAgIH0KICB9Cn0=","payloadType":"application/vnd.in-toto+json","signatures":[{"sig":"MEYCIQCeyCUrgniKOft3r/U45IMiPfiMs3KJUNhTBLEef8dXGAIhAI3ZOFcw2R0GelgfpaHo7l9zxcNuH/4zZJkRIVp//+k3"}]}}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|end_of_text|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|end_of_text|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|pad|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "<|unk|>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,783 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"100256": {
|
| 6 |
+
"content": "<|pad|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"100257": {
|
| 14 |
+
"content": "<|end_of_text|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"100258": {
|
| 22 |
+
"content": "<|fim_prefix|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": false
|
| 28 |
+
},
|
| 29 |
+
"100259": {
|
| 30 |
+
"content": "<|fim_middle|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": false
|
| 36 |
+
},
|
| 37 |
+
"100260": {
|
| 38 |
+
"content": "<|fim_suffix|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": false
|
| 44 |
+
},
|
| 45 |
+
"100261": {
|
| 46 |
+
"content": "<|fim_pad|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": false
|
| 52 |
+
},
|
| 53 |
+
"100262": {
|
| 54 |
+
"content": "<|filename|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": false
|
| 60 |
+
},
|
| 61 |
+
"100263": {
|
| 62 |
+
"content": "<|reponame|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": false
|
| 68 |
+
},
|
| 69 |
+
"100264": {
|
| 70 |
+
"content": "<|start_of_role|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"100265": {
|
| 78 |
+
"content": "<|end_of_role|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"100266": {
|
| 86 |
+
"content": "<|unused_1|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"100267": {
|
| 94 |
+
"content": "<|start_of_plugin|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"100268": {
|
| 102 |
+
"content": "<|end_of_plugin|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"100269": {
|
| 110 |
+
"content": "<|unk|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"100270": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"100271": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"100272": {
|
| 134 |
+
"content": "<tool_response>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"100273": {
|
| 142 |
+
"content": "</tool_response>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"100274": {
|
| 150 |
+
"content": "<think>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"100275": {
|
| 158 |
+
"content": "</think>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"100276": {
|
| 166 |
+
"content": "<think_on>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": true
|
| 172 |
+
},
|
| 173 |
+
"100277": {
|
| 174 |
+
"content": "<think_off>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": true
|
| 180 |
+
},
|
| 181 |
+
"100278": {
|
| 182 |
+
"content": "<schema>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": true
|
| 188 |
+
},
|
| 189 |
+
"100279": {
|
| 190 |
+
"content": "</schema>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": true
|
| 196 |
+
},
|
| 197 |
+
"100280": {
|
| 198 |
+
"content": "<tools>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": true
|
| 204 |
+
},
|
| 205 |
+
"100281": {
|
| 206 |
+
"content": "</tools>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": true
|
| 212 |
+
},
|
| 213 |
+
"100282": {
|
| 214 |
+
"content": "<documents>",
|
| 215 |
+
"lstrip": false,
|
| 216 |
+
"normalized": false,
|
| 217 |
+
"rstrip": false,
|
| 218 |
+
"single_word": false,
|
| 219 |
+
"special": true
|
| 220 |
+
},
|
| 221 |
+
"100283": {
|
| 222 |
+
"content": "</documents>",
|
| 223 |
+
"lstrip": false,
|
| 224 |
+
"normalized": false,
|
| 225 |
+
"rstrip": false,
|
| 226 |
+
"single_word": false,
|
| 227 |
+
"special": true
|
| 228 |
+
},
|
| 229 |
+
"100284": {
|
| 230 |
+
"content": "<|unused_15|>",
|
| 231 |
+
"lstrip": false,
|
| 232 |
+
"normalized": false,
|
| 233 |
+
"rstrip": false,
|
| 234 |
+
"single_word": false,
|
| 235 |
+
"special": true
|
| 236 |
+
},
|
| 237 |
+
"100285": {
|
| 238 |
+
"content": "<|unused_16|>",
|
| 239 |
+
"lstrip": false,
|
| 240 |
+
"normalized": false,
|
| 241 |
+
"rstrip": false,
|
| 242 |
+
"single_word": false,
|
| 243 |
+
"special": true
|
| 244 |
+
},
|
| 245 |
+
"100286": {
|
| 246 |
+
"content": "<|unused_17|>",
|
| 247 |
+
"lstrip": false,
|
| 248 |
+
"normalized": false,
|
| 249 |
+
"rstrip": false,
|
| 250 |
+
"single_word": false,
|
| 251 |
+
"special": true
|
| 252 |
+
},
|
| 253 |
+
"100287": {
|
| 254 |
+
"content": "<|unused_18|>",
|
| 255 |
+
"lstrip": false,
|
| 256 |
+
"normalized": false,
|
| 257 |
+
"rstrip": false,
|
| 258 |
+
"single_word": false,
|
| 259 |
+
"special": true
|
| 260 |
+
},
|
| 261 |
+
"100288": {
|
| 262 |
+
"content": "<|unused_19|>",
|
| 263 |
+
"lstrip": false,
|
| 264 |
+
"normalized": false,
|
| 265 |
+
"rstrip": false,
|
| 266 |
+
"single_word": false,
|
| 267 |
+
"special": true
|
| 268 |
+
},
|
| 269 |
+
"100289": {
|
| 270 |
+
"content": "<|unused_20|>",
|
| 271 |
+
"lstrip": false,
|
| 272 |
+
"normalized": false,
|
| 273 |
+
"rstrip": false,
|
| 274 |
+
"single_word": false,
|
| 275 |
+
"special": true
|
| 276 |
+
},
|
| 277 |
+
"100290": {
|
| 278 |
+
"content": "<|unused_21|>",
|
| 279 |
+
"lstrip": false,
|
| 280 |
+
"normalized": false,
|
| 281 |
+
"rstrip": false,
|
| 282 |
+
"single_word": false,
|
| 283 |
+
"special": true
|
| 284 |
+
},
|
| 285 |
+
"100291": {
|
| 286 |
+
"content": "<|unused_22|>",
|
| 287 |
+
"lstrip": false,
|
| 288 |
+
"normalized": false,
|
| 289 |
+
"rstrip": false,
|
| 290 |
+
"single_word": false,
|
| 291 |
+
"special": true
|
| 292 |
+
},
|
| 293 |
+
"100292": {
|
| 294 |
+
"content": "<|unused_23|>",
|
| 295 |
+
"lstrip": false,
|
| 296 |
+
"normalized": false,
|
| 297 |
+
"rstrip": false,
|
| 298 |
+
"single_word": false,
|
| 299 |
+
"special": true
|
| 300 |
+
},
|
| 301 |
+
"100293": {
|
| 302 |
+
"content": "<|unused_24|>",
|
| 303 |
+
"lstrip": false,
|
| 304 |
+
"normalized": false,
|
| 305 |
+
"rstrip": false,
|
| 306 |
+
"single_word": false,
|
| 307 |
+
"special": true
|
| 308 |
+
},
|
| 309 |
+
"100294": {
|
| 310 |
+
"content": "<|unused_25|>",
|
| 311 |
+
"lstrip": false,
|
| 312 |
+
"normalized": false,
|
| 313 |
+
"rstrip": false,
|
| 314 |
+
"single_word": false,
|
| 315 |
+
"special": true
|
| 316 |
+
},
|
| 317 |
+
"100295": {
|
| 318 |
+
"content": "<|unused_26|>",
|
| 319 |
+
"lstrip": false,
|
| 320 |
+
"normalized": false,
|
| 321 |
+
"rstrip": false,
|
| 322 |
+
"single_word": false,
|
| 323 |
+
"special": true
|
| 324 |
+
},
|
| 325 |
+
"100296": {
|
| 326 |
+
"content": "<|unused_27|>",
|
| 327 |
+
"lstrip": false,
|
| 328 |
+
"normalized": false,
|
| 329 |
+
"rstrip": false,
|
| 330 |
+
"single_word": false,
|
| 331 |
+
"special": true
|
| 332 |
+
},
|
| 333 |
+
"100297": {
|
| 334 |
+
"content": "<|unused_28|>",
|
| 335 |
+
"lstrip": false,
|
| 336 |
+
"normalized": false,
|
| 337 |
+
"rstrip": false,
|
| 338 |
+
"single_word": false,
|
| 339 |
+
"special": true
|
| 340 |
+
},
|
| 341 |
+
"100298": {
|
| 342 |
+
"content": "<|unused_29|>",
|
| 343 |
+
"lstrip": false,
|
| 344 |
+
"normalized": false,
|
| 345 |
+
"rstrip": false,
|
| 346 |
+
"single_word": false,
|
| 347 |
+
"special": true
|
| 348 |
+
},
|
| 349 |
+
"100299": {
|
| 350 |
+
"content": "<|unused_30|>",
|
| 351 |
+
"lstrip": false,
|
| 352 |
+
"normalized": false,
|
| 353 |
+
"rstrip": false,
|
| 354 |
+
"single_word": false,
|
| 355 |
+
"special": true
|
| 356 |
+
},
|
| 357 |
+
"100300": {
|
| 358 |
+
"content": "<|unused_31|>",
|
| 359 |
+
"lstrip": false,
|
| 360 |
+
"normalized": false,
|
| 361 |
+
"rstrip": false,
|
| 362 |
+
"single_word": false,
|
| 363 |
+
"special": true
|
| 364 |
+
},
|
| 365 |
+
"100301": {
|
| 366 |
+
"content": "<|unused_32|>",
|
| 367 |
+
"lstrip": false,
|
| 368 |
+
"normalized": false,
|
| 369 |
+
"rstrip": false,
|
| 370 |
+
"single_word": false,
|
| 371 |
+
"special": true
|
| 372 |
+
},
|
| 373 |
+
"100302": {
|
| 374 |
+
"content": "<|unused_33|>",
|
| 375 |
+
"lstrip": false,
|
| 376 |
+
"normalized": false,
|
| 377 |
+
"rstrip": false,
|
| 378 |
+
"single_word": false,
|
| 379 |
+
"special": true
|
| 380 |
+
},
|
| 381 |
+
"100303": {
|
| 382 |
+
"content": "<|unused_34|>",
|
| 383 |
+
"lstrip": false,
|
| 384 |
+
"normalized": false,
|
| 385 |
+
"rstrip": false,
|
| 386 |
+
"single_word": false,
|
| 387 |
+
"special": true
|
| 388 |
+
},
|
| 389 |
+
"100304": {
|
| 390 |
+
"content": "<|unused_35|>",
|
| 391 |
+
"lstrip": false,
|
| 392 |
+
"normalized": false,
|
| 393 |
+
"rstrip": false,
|
| 394 |
+
"single_word": false,
|
| 395 |
+
"special": true
|
| 396 |
+
},
|
| 397 |
+
"100305": {
|
| 398 |
+
"content": "<|unused_36|>",
|
| 399 |
+
"lstrip": false,
|
| 400 |
+
"normalized": false,
|
| 401 |
+
"rstrip": false,
|
| 402 |
+
"single_word": false,
|
| 403 |
+
"special": true
|
| 404 |
+
},
|
| 405 |
+
"100306": {
|
| 406 |
+
"content": "<|unused_37|>",
|
| 407 |
+
"lstrip": false,
|
| 408 |
+
"normalized": false,
|
| 409 |
+
"rstrip": false,
|
| 410 |
+
"single_word": false,
|
| 411 |
+
"special": true
|
| 412 |
+
},
|
| 413 |
+
"100307": {
|
| 414 |
+
"content": "<|unused_38|>",
|
| 415 |
+
"lstrip": false,
|
| 416 |
+
"normalized": false,
|
| 417 |
+
"rstrip": false,
|
| 418 |
+
"single_word": false,
|
| 419 |
+
"special": true
|
| 420 |
+
},
|
| 421 |
+
"100308": {
|
| 422 |
+
"content": "<|unused_39|>",
|
| 423 |
+
"lstrip": false,
|
| 424 |
+
"normalized": false,
|
| 425 |
+
"rstrip": false,
|
| 426 |
+
"single_word": false,
|
| 427 |
+
"special": true
|
| 428 |
+
},
|
| 429 |
+
"100309": {
|
| 430 |
+
"content": "<|unused_40|>",
|
| 431 |
+
"lstrip": false,
|
| 432 |
+
"normalized": false,
|
| 433 |
+
"rstrip": false,
|
| 434 |
+
"single_word": false,
|
| 435 |
+
"special": true
|
| 436 |
+
},
|
| 437 |
+
"100310": {
|
| 438 |
+
"content": "<|unused_41|>",
|
| 439 |
+
"lstrip": false,
|
| 440 |
+
"normalized": false,
|
| 441 |
+
"rstrip": false,
|
| 442 |
+
"single_word": false,
|
| 443 |
+
"special": true
|
| 444 |
+
},
|
| 445 |
+
"100311": {
|
| 446 |
+
"content": "<|unused_42|>",
|
| 447 |
+
"lstrip": false,
|
| 448 |
+
"normalized": false,
|
| 449 |
+
"rstrip": false,
|
| 450 |
+
"single_word": false,
|
| 451 |
+
"special": true
|
| 452 |
+
},
|
| 453 |
+
"100312": {
|
| 454 |
+
"content": "<|unused_43|>",
|
| 455 |
+
"lstrip": false,
|
| 456 |
+
"normalized": false,
|
| 457 |
+
"rstrip": false,
|
| 458 |
+
"single_word": false,
|
| 459 |
+
"special": true
|
| 460 |
+
},
|
| 461 |
+
"100313": {
|
| 462 |
+
"content": "<|unused_44|>",
|
| 463 |
+
"lstrip": false,
|
| 464 |
+
"normalized": false,
|
| 465 |
+
"rstrip": false,
|
| 466 |
+
"single_word": false,
|
| 467 |
+
"special": true
|
| 468 |
+
},
|
| 469 |
+
"100314": {
|
| 470 |
+
"content": "<|unused_45|>",
|
| 471 |
+
"lstrip": false,
|
| 472 |
+
"normalized": false,
|
| 473 |
+
"rstrip": false,
|
| 474 |
+
"single_word": false,
|
| 475 |
+
"special": true
|
| 476 |
+
},
|
| 477 |
+
"100315": {
|
| 478 |
+
"content": "<|unused_46|>",
|
| 479 |
+
"lstrip": false,
|
| 480 |
+
"normalized": false,
|
| 481 |
+
"rstrip": false,
|
| 482 |
+
"single_word": false,
|
| 483 |
+
"special": true
|
| 484 |
+
},
|
| 485 |
+
"100316": {
|
| 486 |
+
"content": "<|unused_47|>",
|
| 487 |
+
"lstrip": false,
|
| 488 |
+
"normalized": false,
|
| 489 |
+
"rstrip": false,
|
| 490 |
+
"single_word": false,
|
| 491 |
+
"special": true
|
| 492 |
+
},
|
| 493 |
+
"100317": {
|
| 494 |
+
"content": "<|unused_48|>",
|
| 495 |
+
"lstrip": false,
|
| 496 |
+
"normalized": false,
|
| 497 |
+
"rstrip": false,
|
| 498 |
+
"single_word": false,
|
| 499 |
+
"special": true
|
| 500 |
+
},
|
| 501 |
+
"100318": {
|
| 502 |
+
"content": "<|unused_49|>",
|
| 503 |
+
"lstrip": false,
|
| 504 |
+
"normalized": false,
|
| 505 |
+
"rstrip": false,
|
| 506 |
+
"single_word": false,
|
| 507 |
+
"special": true
|
| 508 |
+
},
|
| 509 |
+
"100319": {
|
| 510 |
+
"content": "<|unused_50|>",
|
| 511 |
+
"lstrip": false,
|
| 512 |
+
"normalized": false,
|
| 513 |
+
"rstrip": false,
|
| 514 |
+
"single_word": false,
|
| 515 |
+
"special": true
|
| 516 |
+
},
|
| 517 |
+
"100320": {
|
| 518 |
+
"content": "<|unused_51|>",
|
| 519 |
+
"lstrip": false,
|
| 520 |
+
"normalized": false,
|
| 521 |
+
"rstrip": false,
|
| 522 |
+
"single_word": false,
|
| 523 |
+
"special": true
|
| 524 |
+
},
|
| 525 |
+
"100321": {
|
| 526 |
+
"content": "<|unused_52|>",
|
| 527 |
+
"lstrip": false,
|
| 528 |
+
"normalized": false,
|
| 529 |
+
"rstrip": false,
|
| 530 |
+
"single_word": false,
|
| 531 |
+
"special": true
|
| 532 |
+
},
|
| 533 |
+
"100322": {
|
| 534 |
+
"content": "<|unused_53|>",
|
| 535 |
+
"lstrip": false,
|
| 536 |
+
"normalized": false,
|
| 537 |
+
"rstrip": false,
|
| 538 |
+
"single_word": false,
|
| 539 |
+
"special": true
|
| 540 |
+
},
|
| 541 |
+
"100323": {
|
| 542 |
+
"content": "<|unused_54|>",
|
| 543 |
+
"lstrip": false,
|
| 544 |
+
"normalized": false,
|
| 545 |
+
"rstrip": false,
|
| 546 |
+
"single_word": false,
|
| 547 |
+
"special": true
|
| 548 |
+
},
|
| 549 |
+
"100324": {
|
| 550 |
+
"content": "<|unused_55|>",
|
| 551 |
+
"lstrip": false,
|
| 552 |
+
"normalized": false,
|
| 553 |
+
"rstrip": false,
|
| 554 |
+
"single_word": false,
|
| 555 |
+
"special": true
|
| 556 |
+
},
|
| 557 |
+
"100325": {
|
| 558 |
+
"content": "<|unused_56|>",
|
| 559 |
+
"lstrip": false,
|
| 560 |
+
"normalized": false,
|
| 561 |
+
"rstrip": false,
|
| 562 |
+
"single_word": false,
|
| 563 |
+
"special": true
|
| 564 |
+
},
|
| 565 |
+
"100326": {
|
| 566 |
+
"content": "<|unused_57|>",
|
| 567 |
+
"lstrip": false,
|
| 568 |
+
"normalized": false,
|
| 569 |
+
"rstrip": false,
|
| 570 |
+
"single_word": false,
|
| 571 |
+
"special": true
|
| 572 |
+
},
|
| 573 |
+
"100327": {
|
| 574 |
+
"content": "<|unused_58|>",
|
| 575 |
+
"lstrip": false,
|
| 576 |
+
"normalized": false,
|
| 577 |
+
"rstrip": false,
|
| 578 |
+
"single_word": false,
|
| 579 |
+
"special": true
|
| 580 |
+
},
|
| 581 |
+
"100328": {
|
| 582 |
+
"content": "<|unused_59|>",
|
| 583 |
+
"lstrip": false,
|
| 584 |
+
"normalized": false,
|
| 585 |
+
"rstrip": false,
|
| 586 |
+
"single_word": false,
|
| 587 |
+
"special": true
|
| 588 |
+
},
|
| 589 |
+
"100329": {
|
| 590 |
+
"content": "<|unused_60|>",
|
| 591 |
+
"lstrip": false,
|
| 592 |
+
"normalized": false,
|
| 593 |
+
"rstrip": false,
|
| 594 |
+
"single_word": false,
|
| 595 |
+
"special": true
|
| 596 |
+
},
|
| 597 |
+
"100330": {
|
| 598 |
+
"content": "<|unused_61|>",
|
| 599 |
+
"lstrip": false,
|
| 600 |
+
"normalized": false,
|
| 601 |
+
"rstrip": false,
|
| 602 |
+
"single_word": false,
|
| 603 |
+
"special": true
|
| 604 |
+
},
|
| 605 |
+
"100331": {
|
| 606 |
+
"content": "<|unused_62|>",
|
| 607 |
+
"lstrip": false,
|
| 608 |
+
"normalized": false,
|
| 609 |
+
"rstrip": false,
|
| 610 |
+
"single_word": false,
|
| 611 |
+
"special": true
|
| 612 |
+
},
|
| 613 |
+
"100332": {
|
| 614 |
+
"content": "<|unused_63|>",
|
| 615 |
+
"lstrip": false,
|
| 616 |
+
"normalized": false,
|
| 617 |
+
"rstrip": false,
|
| 618 |
+
"single_word": false,
|
| 619 |
+
"special": true
|
| 620 |
+
},
|
| 621 |
+
"100333": {
|
| 622 |
+
"content": "<|unused_64|>",
|
| 623 |
+
"lstrip": false,
|
| 624 |
+
"normalized": false,
|
| 625 |
+
"rstrip": false,
|
| 626 |
+
"single_word": false,
|
| 627 |
+
"special": true
|
| 628 |
+
},
|
| 629 |
+
"100334": {
|
| 630 |
+
"content": "<|unused_65|>",
|
| 631 |
+
"lstrip": false,
|
| 632 |
+
"normalized": false,
|
| 633 |
+
"rstrip": false,
|
| 634 |
+
"single_word": false,
|
| 635 |
+
"special": true
|
| 636 |
+
},
|
| 637 |
+
"100335": {
|
| 638 |
+
"content": "<|unused_66|>",
|
| 639 |
+
"lstrip": false,
|
| 640 |
+
"normalized": false,
|
| 641 |
+
"rstrip": false,
|
| 642 |
+
"single_word": false,
|
| 643 |
+
"special": true
|
| 644 |
+
},
|
| 645 |
+
"100336": {
|
| 646 |
+
"content": "<|unused_67|>",
|
| 647 |
+
"lstrip": false,
|
| 648 |
+
"normalized": false,
|
| 649 |
+
"rstrip": false,
|
| 650 |
+
"single_word": false,
|
| 651 |
+
"special": true
|
| 652 |
+
},
|
| 653 |
+
"100337": {
|
| 654 |
+
"content": "<|unused_68|>",
|
| 655 |
+
"lstrip": false,
|
| 656 |
+
"normalized": false,
|
| 657 |
+
"rstrip": false,
|
| 658 |
+
"single_word": false,
|
| 659 |
+
"special": true
|
| 660 |
+
},
|
| 661 |
+
"100338": {
|
| 662 |
+
"content": "<|unused_69|>",
|
| 663 |
+
"lstrip": false,
|
| 664 |
+
"normalized": false,
|
| 665 |
+
"rstrip": false,
|
| 666 |
+
"single_word": false,
|
| 667 |
+
"special": true
|
| 668 |
+
},
|
| 669 |
+
"100339": {
|
| 670 |
+
"content": "<|unused_70|>",
|
| 671 |
+
"lstrip": false,
|
| 672 |
+
"normalized": false,
|
| 673 |
+
"rstrip": false,
|
| 674 |
+
"single_word": false,
|
| 675 |
+
"special": true
|
| 676 |
+
},
|
| 677 |
+
"100340": {
|
| 678 |
+
"content": "<|unused_71|>",
|
| 679 |
+
"lstrip": false,
|
| 680 |
+
"normalized": false,
|
| 681 |
+
"rstrip": false,
|
| 682 |
+
"single_word": false,
|
| 683 |
+
"special": true
|
| 684 |
+
},
|
| 685 |
+
"100341": {
|
| 686 |
+
"content": "<|unused_72|>",
|
| 687 |
+
"lstrip": false,
|
| 688 |
+
"normalized": false,
|
| 689 |
+
"rstrip": false,
|
| 690 |
+
"single_word": false,
|
| 691 |
+
"special": true
|
| 692 |
+
},
|
| 693 |
+
"100342": {
|
| 694 |
+
"content": "<|unused_73|>",
|
| 695 |
+
"lstrip": false,
|
| 696 |
+
"normalized": false,
|
| 697 |
+
"rstrip": false,
|
| 698 |
+
"single_word": false,
|
| 699 |
+
"special": true
|
| 700 |
+
},
|
| 701 |
+
"100343": {
|
| 702 |
+
"content": "<|unused_74|>",
|
| 703 |
+
"lstrip": false,
|
| 704 |
+
"normalized": false,
|
| 705 |
+
"rstrip": false,
|
| 706 |
+
"single_word": false,
|
| 707 |
+
"special": true
|
| 708 |
+
},
|
| 709 |
+
"100344": {
|
| 710 |
+
"content": "<|unused_75|>",
|
| 711 |
+
"lstrip": false,
|
| 712 |
+
"normalized": false,
|
| 713 |
+
"rstrip": false,
|
| 714 |
+
"single_word": false,
|
| 715 |
+
"special": true
|
| 716 |
+
},
|
| 717 |
+
"100345": {
|
| 718 |
+
"content": "<|unused_76|>",
|
| 719 |
+
"lstrip": false,
|
| 720 |
+
"normalized": false,
|
| 721 |
+
"rstrip": false,
|
| 722 |
+
"single_word": false,
|
| 723 |
+
"special": true
|
| 724 |
+
},
|
| 725 |
+
"100346": {
|
| 726 |
+
"content": "<|unused_77|>",
|
| 727 |
+
"lstrip": false,
|
| 728 |
+
"normalized": false,
|
| 729 |
+
"rstrip": false,
|
| 730 |
+
"single_word": false,
|
| 731 |
+
"special": true
|
| 732 |
+
},
|
| 733 |
+
"100347": {
|
| 734 |
+
"content": "<|unused_78|>",
|
| 735 |
+
"lstrip": false,
|
| 736 |
+
"normalized": false,
|
| 737 |
+
"rstrip": false,
|
| 738 |
+
"single_word": false,
|
| 739 |
+
"special": true
|
| 740 |
+
},
|
| 741 |
+
"100348": {
|
| 742 |
+
"content": "<|unused_79|>",
|
| 743 |
+
"lstrip": false,
|
| 744 |
+
"normalized": false,
|
| 745 |
+
"rstrip": false,
|
| 746 |
+
"single_word": false,
|
| 747 |
+
"special": true
|
| 748 |
+
},
|
| 749 |
+
"100349": {
|
| 750 |
+
"content": "<|unused_80|>",
|
| 751 |
+
"lstrip": false,
|
| 752 |
+
"normalized": false,
|
| 753 |
+
"rstrip": false,
|
| 754 |
+
"single_word": false,
|
| 755 |
+
"special": true
|
| 756 |
+
},
|
| 757 |
+
"100350": {
|
| 758 |
+
"content": "<|unused_81|>",
|
| 759 |
+
"lstrip": false,
|
| 760 |
+
"normalized": false,
|
| 761 |
+
"rstrip": false,
|
| 762 |
+
"single_word": false,
|
| 763 |
+
"special": true
|
| 764 |
+
},
|
| 765 |
+
"100351": {
|
| 766 |
+
"content": "<|unused_82|>",
|
| 767 |
+
"lstrip": false,
|
| 768 |
+
"normalized": false,
|
| 769 |
+
"rstrip": false,
|
| 770 |
+
"single_word": false,
|
| 771 |
+
"special": true
|
| 772 |
+
}
|
| 773 |
+
},
|
| 774 |
+
"bos_token": "<|end_of_text|>",
|
| 775 |
+
"clean_up_tokenization_spaces": false,
|
| 776 |
+
"eos_token": "<|end_of_text|>",
|
| 777 |
+
"extra_special_tokens": {},
|
| 778 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 779 |
+
"pad_token": "<|pad|>",
|
| 780 |
+
"padding_side": "left",
|
| 781 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 782 |
+
"unk_token": "<|unk|>"
|
| 783 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|