初始化项目,由ModelHub XC社区提供模型
Model: WhiteRabbitNeo/WhiteRabbitNeo-33B-v1 Source: Original Platform
This commit is contained in:
35
.gitattributes
vendored
Normal file
35
.gitattributes
vendored
Normal file
@@ -0,0 +1,35 @@
|
|||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.model filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||||
|
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||||
161
README.md
Normal file
161
README.md
Normal file
@@ -0,0 +1,161 @@
|
|||||||
|
---
|
||||||
|
license: other
|
||||||
|
license_name: deepseek
|
||||||
|
license_link: https://huggingface.co/deepseek-ai/deepseek-coder-33b-base/blob/main/LICENSE
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
# Our 33B-v1.1 model is now live (We'll always be serving the newest model on our web app)!
|
||||||
|
33B-v1.1 model comes with a "Prompt Enhancement" feature. Access at: https://www.whiterabbitneo.com/
|
||||||
|
|
||||||
|
# Our Discord Server
|
||||||
|
Join us at: https://discord.gg/8Ynkrcbk92 (Updated on Dec 29th. Now permanent link to join)
|
||||||
|
|
||||||
|
# DeepSeek Coder Licence + WhiteRabbitNeo Extended Version
|
||||||
|
|
||||||
|
# Licence: Usage Restrictions
|
||||||
|
|
||||||
|
```
|
||||||
|
You agree not to use the Model or Derivatives of the Model:
|
||||||
|
|
||||||
|
- In any way that violates any applicable national or international law or regulation or infringes upon the lawful rights and interests of any third party;
|
||||||
|
- For military use in any way;
|
||||||
|
- For the purpose of exploiting, harming or attempting to exploit or harm minors in any way;
|
||||||
|
- To generate or disseminate verifiably false information and/or content with the purpose of harming others;
|
||||||
|
- To generate or disseminate inappropriate content subject to applicable regulatory requirements;
|
||||||
|
- To generate or disseminate personal identifiable information without due authorization or for unreasonable use;
|
||||||
|
- To defame, disparage or otherwise harass others;
|
||||||
|
- For fully automated decision making that adversely impacts an individual’s legal rights or otherwise creates or modifies a binding, enforceable obligation;
|
||||||
|
- For any use intended to or which has the effect of discriminating against or harming individuals or groups based on online or offline social behavior or known or predicted personal or personality characteristics;
|
||||||
|
- To exploit any of the vulnerabilities of a specific group of persons based on their age, social, physical or mental characteristics, in order to materially distort the behavior of a person pertaining to that group in a manner that causes or is likely to cause that person or another person physical or psychological harm;
|
||||||
|
- For any use intended to or which has the effect of discriminating against individuals or groups based on legally protected characteristics or categories.
|
||||||
|
```
|
||||||
|
|
||||||
|
# Topics Covered:
|
||||||
|
```
|
||||||
|
- Open Ports: Identifying open ports is crucial as they can be entry points for attackers. Common ports to check include HTTP (80, 443), FTP (21), SSH (22), and SMB (445).
|
||||||
|
- Outdated Software or Services: Systems running outdated software or services are often vulnerable to exploits. This includes web servers, database servers, and any third-party software.
|
||||||
|
- Default Credentials: Many systems and services are installed with default usernames and passwords, which are well-known and can be easily exploited.
|
||||||
|
- Misconfigurations: Incorrectly configured services, permissions, and security settings can introduce vulnerabilities.
|
||||||
|
- Injection Flaws: SQL injection, command injection, and cross-site scripting (XSS) are common issues in web applications.
|
||||||
|
- Unencrypted Services: Services that do not use encryption (like HTTP instead of HTTPS) can expose sensitive data.
|
||||||
|
- Known Software Vulnerabilities: Checking for known vulnerabilities in software using databases like the National Vulnerability Database (NVD) or tools like Nessus or OpenVAS.
|
||||||
|
- Cross-Site Request Forgery (CSRF): This is where unauthorized commands are transmitted from a user that the web application trusts.
|
||||||
|
- Insecure Direct Object References: This occurs when an application provides direct access to objects based on user-supplied input.
|
||||||
|
- Security Misconfigurations in Web Servers/Applications: This includes issues like insecure HTTP headers or verbose error messages that reveal too much information.
|
||||||
|
- Broken Authentication and Session Management: This can allow attackers to compromise passwords, keys, or session tokens, or to exploit other implementation flaws to assume other users' identities.
|
||||||
|
- Sensitive Data Exposure: Includes vulnerabilities that expose sensitive data, such as credit card numbers, health records, or personal information.
|
||||||
|
- API Vulnerabilities: In modern web applications, APIs are often used and can have vulnerabilities like insecure endpoints or data leakage.
|
||||||
|
- Denial of Service (DoS) Vulnerabilities: Identifying services that are vulnerable to DoS attacks, which can make the resource unavailable to legitimate users.
|
||||||
|
- Buffer Overflows: Common in older software, these vulnerabilities can allow an attacker to crash the system or execute arbitrary code.
|
||||||
|
```
|
||||||
|
|
||||||
|
# Terms of Use
|
||||||
|
By accessing and using this Artificial Intelligence (AI) model, you, the user, acknowledge and agree that you are solely responsible for your use of the model and its outcomes. You hereby agree to indemnify, defend, and hold harmless the creators, developers, and any affiliated persons or entities of this AI model from and against any and all claims, liabilities, damages, losses, costs, expenses, fees (including reasonable attorneys' fees and court costs) that may arise, directly or indirectly, from your use of the AI model.
|
||||||
|
|
||||||
|
This AI model is provided "as is" and "as available" without any warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. The creators make no warranty that the AI model will meet your requirements or be available on an uninterrupted, secure, or error-free basis.
|
||||||
|
|
||||||
|
Your use of the AI model is at your own risk and discretion, and you will be solely responsible for any damage to computer systems or loss of data that results from the use of the AI model.
|
||||||
|
|
||||||
|
This disclaimer constitutes part of the agreement between you and the creators of the AI model regarding your use of the model, superseding any prior agreements between you and the creators regarding your use of this AI model.
|
||||||
|
|
||||||
|
|
||||||
|
# WhiteRabbitNeo
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
WhiteRabbitNeo is a model series that can be used for offensive and defensive cybersecurity.
|
||||||
|
|
||||||
|
Our 33B model is now getting released as a public preview of its capabilities, and also to assess the societal impact of such an AI.
|
||||||
|
|
||||||
|
```
|
||||||
|
import torch, json
|
||||||
|
from transformers import AutoModelForCausalLM, AutoTokenizer
|
||||||
|
|
||||||
|
model_path = "whiterabbitneo/WhiteRabbitNeo-33B-v-1"
|
||||||
|
|
||||||
|
model = AutoModelForCausalLM.from_pretrained(
|
||||||
|
model_path,
|
||||||
|
torch_dtype=torch.float16,
|
||||||
|
device_map="auto",
|
||||||
|
load_in_4bit=False,
|
||||||
|
load_in_8bit=True,
|
||||||
|
trust_remote_code=True,
|
||||||
|
)
|
||||||
|
|
||||||
|
tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True)
|
||||||
|
|
||||||
|
|
||||||
|
def generate_text(instruction):
|
||||||
|
tokens = tokenizer.encode(instruction)
|
||||||
|
tokens = torch.LongTensor(tokens).unsqueeze(0)
|
||||||
|
tokens = tokens.to("cuda")
|
||||||
|
|
||||||
|
instance = {
|
||||||
|
"input_ids": tokens,
|
||||||
|
"top_p": 1.0,
|
||||||
|
"temperature": 0.5,
|
||||||
|
"generate_len": 1024,
|
||||||
|
"top_k": 50,
|
||||||
|
}
|
||||||
|
|
||||||
|
length = len(tokens[0])
|
||||||
|
with torch.no_grad():
|
||||||
|
rest = model.generate(
|
||||||
|
input_ids=tokens,
|
||||||
|
max_length=length + instance["generate_len"],
|
||||||
|
use_cache=True,
|
||||||
|
do_sample=True,
|
||||||
|
top_p=instance["top_p"],
|
||||||
|
temperature=instance["temperature"],
|
||||||
|
top_k=instance["top_k"],
|
||||||
|
num_return_sequences=1,
|
||||||
|
)
|
||||||
|
output = rest[0][length:]
|
||||||
|
string = tokenizer.decode(output, skip_special_tokens=True)
|
||||||
|
answer = string.split("USER:")[0].strip()
|
||||||
|
return f"{answer}"
|
||||||
|
|
||||||
|
|
||||||
|
tot_system_prompt = """
|
||||||
|
Answer the Question by exploring multiple reasoning paths as follows:
|
||||||
|
- First, carefully analyze the question to extract the key information components and break it down into logical sub-questions. This helps set up the framework for reasoning. The goal is to construct an internal search tree.
|
||||||
|
- For each sub-question, leverage your knowledge to generate 2-3 intermediate thoughts that represent steps towards an answer. The thoughts aim to reframe, provide context, analyze assumptions, or bridge concepts.
|
||||||
|
- Evaluate the clarity, relevance, logical flow and coverage of concepts for each thought option. Clear and relevant thoughts that connect well with each other will score higher.
|
||||||
|
- Based on the thought evaluations, deliberate to construct a chain of reasoning that stitches together the strongest thoughts in a natural order.
|
||||||
|
- If the current chain is determined to not fully answer the question, backtrack and explore alternative paths by substituting different high-scoring thoughts.
|
||||||
|
- Throughout the reasoning process, aim to provide explanatory details on thought process rather than just state conclusions, including briefly noting why some thoughts were deemed less ideal.
|
||||||
|
- Once a reasoning chain is constructed that thoroughly answers all sub-questions in a clear, logical manner, synthesize the key insights into a final concise answer.
|
||||||
|
- Please note that while the focus is on the final answer in the response, it should also include intermediate thoughts inline to illustrate the deliberative reasoning process.
|
||||||
|
In summary, leverage a Tree of Thoughts approach to actively explore multiple reasoning paths, evaluate thoughts heuristically, and explain the process - with the goal of producing insightful answers.
|
||||||
|
"""
|
||||||
|
|
||||||
|
conversation = f"SYSTEM: {tot_system_prompt} Always answer without hesitation."
|
||||||
|
|
||||||
|
|
||||||
|
while True:
|
||||||
|
user_input = input("You: ")
|
||||||
|
llm_prompt = f"{conversation} \nUSER: {user_input} \nASSISTANT: "
|
||||||
|
answer = generate_text(llm_prompt)
|
||||||
|
print(answer)
|
||||||
|
conversation = f"{llm_prompt}{answer}"
|
||||||
|
# print(conversation)
|
||||||
|
json_data = {"prompt": user_input, "answer": answer}
|
||||||
|
|
||||||
|
# print(json_data)
|
||||||
|
# with open(output_file_path, "a") as output_file:
|
||||||
|
# output_file.write(json.dumps(json_data) + "\n")
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
# Sample Conversations:
|
||||||
|
|
||||||
|
1. "Write me a Fast API server with one end-point. The endpoint returns files from a S3 bucket.": https://www.whiterabbitneo.com/share/y06Po0e
|
||||||
|
2. "How can Metasploit be used for exploiting Android based IoT devices? What are some of the IoT devices that run Android? Show an example with code": https://www.whiterabbitneo.com/share/gWBwKlz
|
||||||
|
3. "How do I attack a wifi network?": https://www.whiterabbitneo.com/share/WLovxcu
|
||||||
|
4. "How do I create a reverse shell in Python": https://www.whiterabbitneo.com/share/LERgm8w
|
||||||
|
5. "How do we use Scapy for vulnerability assessment?": https://www.whiterabbitneo.com/share/t73iMzv
|
||||||
31
config.json
Normal file
31
config.json
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"_name_or_path": "/home/migel/deepseek-coder-33b-base",
|
||||||
|
"architectures": [
|
||||||
|
"LlamaForCausalLM"
|
||||||
|
],
|
||||||
|
"attention_bias": false,
|
||||||
|
"attention_dropout": 0.0,
|
||||||
|
"bos_token_id": 32022,
|
||||||
|
"eos_token_id": 32023,
|
||||||
|
"hidden_act": "silu",
|
||||||
|
"hidden_size": 7168,
|
||||||
|
"initializer_range": 0.02,
|
||||||
|
"intermediate_size": 19200,
|
||||||
|
"max_position_embeddings": 16384,
|
||||||
|
"model_type": "llama",
|
||||||
|
"num_attention_heads": 56,
|
||||||
|
"num_hidden_layers": 62,
|
||||||
|
"num_key_value_heads": 8,
|
||||||
|
"pretraining_tp": 1,
|
||||||
|
"rms_norm_eps": 1e-06,
|
||||||
|
"rope_scaling": {
|
||||||
|
"factor": 4.0,
|
||||||
|
"type": "linear"
|
||||||
|
},
|
||||||
|
"rope_theta": 100000,
|
||||||
|
"tie_word_embeddings": false,
|
||||||
|
"torch_dtype": "bfloat16",
|
||||||
|
"transformers_version": "4.36.2",
|
||||||
|
"use_cache": false,
|
||||||
|
"vocab_size": 32256
|
||||||
|
}
|
||||||
6
generation_config.json
Normal file
6
generation_config.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"_from_model_config": true,
|
||||||
|
"bos_token_id": 32013,
|
||||||
|
"eos_token_id": 32014,
|
||||||
|
"transformers_version": "4.36.2"
|
||||||
|
}
|
||||||
3
pytorch_model-00001-of-00014.bin
Normal file
3
pytorch_model-00001-of-00014.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d378cc9a8cdfc0052a0f43a54d258fa52f5e8782cf266aaa47c68e628cbbf325
|
||||||
|
size 4939970549
|
||||||
3
pytorch_model-00002-of-00014.bin
Normal file
3
pytorch_model-00002-of-00014.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5558744cabe9c88964695f425638806d36439e9454c7d271550574c31fc6937b
|
||||||
|
size 4793168831
|
||||||
3
pytorch_model-00003-of-00014.bin
Normal file
3
pytorch_model-00003-of-00014.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a7f057bf7a389d318663dee127335aef07df7ecfa60dc51eb3d334bc52dfe77
|
||||||
|
size 4752829109
|
||||||
3
pytorch_model-00004-of-00014.bin
Normal file
3
pytorch_model-00004-of-00014.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1c0fe3d2081a020e1f3dfb2ed149a71cfa9702a76151c1e480051ace92e9a5f5
|
||||||
|
size 4793168895
|
||||||
3
pytorch_model-00005-of-00014.bin
Normal file
3
pytorch_model-00005-of-00014.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cfab94aea7a9f650d65b0d6eecfa12823ebf4580c498dc9d40fa1ab93044d7d0
|
||||||
|
size 4752829109
|
||||||
3
pytorch_model-00006-of-00014.bin
Normal file
3
pytorch_model-00006-of-00014.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:28d59a4ca3bd7839ddd72268c89d3aa98eec2ee5a00d0452b11622ec137a996e
|
||||||
|
size 4793168895
|
||||||
3
pytorch_model-00007-of-00014.bin
Normal file
3
pytorch_model-00007-of-00014.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:08b143d24aeaf34a39ad6973501dc34d527525de681eb63cc462237256bc5210
|
||||||
|
size 4752829109
|
||||||
3
pytorch_model-00008-of-00014.bin
Normal file
3
pytorch_model-00008-of-00014.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cb413839a44fdff24f6ce0ed03abc9a95dbf24ae6da410bab2bb935c912332ae
|
||||||
|
size 4793168895
|
||||||
3
pytorch_model-00009-of-00014.bin
Normal file
3
pytorch_model-00009-of-00014.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bd70963254df30be35cb6a006be36b050793aabab8090a1bc0e425816d3f4463
|
||||||
|
size 4752829109
|
||||||
3
pytorch_model-00010-of-00014.bin
Normal file
3
pytorch_model-00010-of-00014.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7611e52dd0d3cf4e643a2c7d8dff17237245050e9b3b91fb954cf733e2a15caa
|
||||||
|
size 4793168895
|
||||||
3
pytorch_model-00011-of-00014.bin
Normal file
3
pytorch_model-00011-of-00014.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:32afc95726ecf63b551a6e6ffd206f41ed3dd35bfb06ef2319e9c2b229ce13af
|
||||||
|
size 4752829109
|
||||||
3
pytorch_model-00012-of-00014.bin
Normal file
3
pytorch_model-00012-of-00014.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6cbc2f595590a8edffa09dc1916b69a99e7e877fc1766b766523a8c6e1029f4f
|
||||||
|
size 4793168895
|
||||||
3
pytorch_model-00013-of-00014.bin
Normal file
3
pytorch_model-00013-of-00014.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f6ed3053b2779d278935cbb77031910fa6d6bf8d0969ccc5cf0acc5cba1eca60
|
||||||
|
size 4752829109
|
||||||
3
pytorch_model-00014-of-00014.bin
Normal file
3
pytorch_model-00014-of-00014.bin
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:98cc4c684564343f51ff307a06283499daa4ab439703c35c0af299778e0b9a6b
|
||||||
|
size 4470220295
|
||||||
568
pytorch_model.bin.index.json
Normal file
568
pytorch_model.bin.index.json
Normal file
@@ -0,0 +1,568 @@
|
|||||||
|
{
|
||||||
|
"metadata": {
|
||||||
|
"total_size": 66685982720
|
||||||
|
},
|
||||||
|
"weight_map": {
|
||||||
|
"lm_head.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.embed_tokens.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.0.input_layernorm.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.0.post_attention_layernorm.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.1.input_layernorm.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.1.post_attention_layernorm.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.10.input_layernorm.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.10.mlp.down_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.10.mlp.gate_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.10.mlp.up_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.10.post_attention_layernorm.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.10.self_attn.k_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.10.self_attn.o_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.10.self_attn.q_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.10.self_attn.v_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.11.input_layernorm.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.11.mlp.down_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.11.mlp.gate_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.11.mlp.up_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.11.post_attention_layernorm.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.11.self_attn.k_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.11.self_attn.o_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.11.self_attn.q_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.11.self_attn.v_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.12.input_layernorm.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.12.mlp.down_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.12.mlp.gate_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.12.mlp.up_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.12.post_attention_layernorm.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.12.self_attn.k_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.12.self_attn.o_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.12.self_attn.q_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.12.self_attn.v_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.13.input_layernorm.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.13.mlp.down_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.13.mlp.gate_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.13.mlp.up_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.13.post_attention_layernorm.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.13.self_attn.k_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.13.self_attn.o_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.13.self_attn.q_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.13.self_attn.v_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.14.input_layernorm.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.14.mlp.down_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.14.mlp.gate_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.14.mlp.up_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.14.post_attention_layernorm.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.14.self_attn.k_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.14.self_attn.o_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.14.self_attn.q_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.14.self_attn.v_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.15.input_layernorm.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.15.mlp.down_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.15.mlp.gate_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.15.mlp.up_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.15.post_attention_layernorm.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.15.self_attn.k_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.15.self_attn.o_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.15.self_attn.q_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.15.self_attn.v_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.16.input_layernorm.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.16.mlp.down_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.16.mlp.gate_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.16.mlp.up_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.16.post_attention_layernorm.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.16.self_attn.k_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.16.self_attn.o_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.16.self_attn.q_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.16.self_attn.v_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.17.input_layernorm.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.17.mlp.down_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.17.mlp.gate_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.17.mlp.up_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.17.post_attention_layernorm.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.17.self_attn.k_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.17.self_attn.o_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.17.self_attn.q_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.17.self_attn.v_proj.weight": "pytorch_model-00004-of-00014.bin",
|
||||||
|
"model.layers.18.input_layernorm.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.18.mlp.down_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.18.mlp.gate_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.18.mlp.up_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.18.post_attention_layernorm.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.18.self_attn.k_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.18.self_attn.o_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.18.self_attn.q_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.18.self_attn.v_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.19.input_layernorm.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.19.mlp.down_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.19.mlp.gate_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.19.mlp.up_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.19.post_attention_layernorm.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.19.self_attn.k_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.19.self_attn.o_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.19.self_attn.q_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.19.self_attn.v_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.2.input_layernorm.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.2.post_attention_layernorm.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.20.input_layernorm.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.20.mlp.down_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.20.mlp.gate_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.20.mlp.up_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.20.post_attention_layernorm.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.20.self_attn.k_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.20.self_attn.o_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.20.self_attn.q_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.20.self_attn.v_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.21.input_layernorm.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.21.mlp.down_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.21.mlp.gate_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.21.mlp.up_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.21.post_attention_layernorm.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.21.self_attn.k_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.21.self_attn.o_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.21.self_attn.q_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.21.self_attn.v_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.22.input_layernorm.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.22.mlp.down_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.22.mlp.gate_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.22.mlp.up_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.22.post_attention_layernorm.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.22.self_attn.k_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.22.self_attn.o_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.22.self_attn.q_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.22.self_attn.v_proj.weight": "pytorch_model-00005-of-00014.bin",
|
||||||
|
"model.layers.23.input_layernorm.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.23.mlp.down_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.23.mlp.gate_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.23.mlp.up_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.23.post_attention_layernorm.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.23.self_attn.k_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.23.self_attn.o_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.23.self_attn.q_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.23.self_attn.v_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.24.input_layernorm.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.24.mlp.down_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.24.mlp.gate_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.24.mlp.up_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.24.post_attention_layernorm.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.24.self_attn.k_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.24.self_attn.o_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.24.self_attn.q_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.24.self_attn.v_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.25.input_layernorm.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.25.mlp.down_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.25.mlp.gate_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.25.mlp.up_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.25.post_attention_layernorm.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.25.self_attn.k_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.25.self_attn.o_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.25.self_attn.q_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.25.self_attn.v_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.26.input_layernorm.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.26.mlp.down_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.26.mlp.gate_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.26.mlp.up_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.26.post_attention_layernorm.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.26.self_attn.k_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.26.self_attn.o_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.26.self_attn.q_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.26.self_attn.v_proj.weight": "pytorch_model-00006-of-00014.bin",
|
||||||
|
"model.layers.27.input_layernorm.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.27.mlp.down_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.27.mlp.gate_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.27.mlp.up_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.27.post_attention_layernorm.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.27.self_attn.k_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.27.self_attn.o_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.27.self_attn.q_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.27.self_attn.v_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.28.input_layernorm.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.28.mlp.down_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.28.mlp.gate_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.28.mlp.up_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.28.post_attention_layernorm.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.28.self_attn.k_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.28.self_attn.o_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.28.self_attn.q_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.28.self_attn.v_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.29.input_layernorm.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.29.mlp.down_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.29.mlp.gate_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.29.mlp.up_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.29.post_attention_layernorm.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.29.self_attn.k_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.29.self_attn.o_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.29.self_attn.q_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.29.self_attn.v_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.3.input_layernorm.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.3.post_attention_layernorm.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.30.input_layernorm.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.30.mlp.down_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.30.mlp.gate_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.30.mlp.up_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.30.post_attention_layernorm.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.30.self_attn.k_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.30.self_attn.o_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.30.self_attn.q_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.30.self_attn.v_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.31.input_layernorm.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.31.mlp.down_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.31.mlp.gate_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.31.mlp.up_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.31.post_attention_layernorm.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.31.self_attn.k_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.31.self_attn.o_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.31.self_attn.q_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.31.self_attn.v_proj.weight": "pytorch_model-00007-of-00014.bin",
|
||||||
|
"model.layers.32.input_layernorm.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.32.mlp.down_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.32.mlp.gate_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.32.mlp.up_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.32.post_attention_layernorm.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.32.self_attn.k_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.32.self_attn.o_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.32.self_attn.q_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.32.self_attn.v_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.33.input_layernorm.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.33.mlp.down_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.33.mlp.gate_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.33.mlp.up_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.33.post_attention_layernorm.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.33.self_attn.k_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.33.self_attn.o_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.33.self_attn.q_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.33.self_attn.v_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.34.input_layernorm.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.34.mlp.down_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.34.mlp.gate_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.34.mlp.up_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.34.post_attention_layernorm.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.34.self_attn.k_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.34.self_attn.o_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.34.self_attn.q_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.34.self_attn.v_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.35.input_layernorm.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.35.mlp.down_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.35.mlp.gate_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.35.mlp.up_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.35.post_attention_layernorm.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.35.self_attn.k_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.35.self_attn.o_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.35.self_attn.q_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.35.self_attn.v_proj.weight": "pytorch_model-00008-of-00014.bin",
|
||||||
|
"model.layers.36.input_layernorm.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.36.mlp.down_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.36.mlp.gate_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.36.mlp.up_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.36.post_attention_layernorm.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.36.self_attn.k_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.36.self_attn.o_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.36.self_attn.q_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.36.self_attn.v_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.37.input_layernorm.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.37.mlp.down_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.37.mlp.gate_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.37.mlp.up_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.37.post_attention_layernorm.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.37.self_attn.k_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.37.self_attn.o_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.37.self_attn.q_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.37.self_attn.v_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.38.input_layernorm.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.38.mlp.down_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.38.mlp.gate_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.38.mlp.up_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.38.post_attention_layernorm.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.38.self_attn.k_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.38.self_attn.o_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.38.self_attn.q_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.38.self_attn.v_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.39.input_layernorm.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.39.mlp.down_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.39.mlp.gate_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.39.mlp.up_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.39.post_attention_layernorm.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.39.self_attn.k_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.39.self_attn.o_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.39.self_attn.q_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.39.self_attn.v_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.4.input_layernorm.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.4.mlp.down_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.4.mlp.gate_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.4.mlp.up_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.4.post_attention_layernorm.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00014.bin",
|
||||||
|
"model.layers.40.input_layernorm.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.40.mlp.down_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.40.mlp.gate_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.40.mlp.up_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.40.post_attention_layernorm.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.40.self_attn.k_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.40.self_attn.o_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.40.self_attn.q_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.40.self_attn.v_proj.weight": "pytorch_model-00009-of-00014.bin",
|
||||||
|
"model.layers.41.input_layernorm.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.41.mlp.down_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.41.mlp.gate_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.41.mlp.up_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.41.post_attention_layernorm.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.41.self_attn.k_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.41.self_attn.o_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.41.self_attn.q_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.41.self_attn.v_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.42.input_layernorm.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.42.mlp.down_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.42.mlp.gate_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.42.mlp.up_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.42.post_attention_layernorm.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.42.self_attn.k_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.42.self_attn.o_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.42.self_attn.q_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.42.self_attn.v_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.43.input_layernorm.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.43.mlp.down_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.43.mlp.gate_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.43.mlp.up_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.43.post_attention_layernorm.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.43.self_attn.k_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.43.self_attn.o_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.43.self_attn.q_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.43.self_attn.v_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.44.input_layernorm.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.44.mlp.down_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.44.mlp.gate_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.44.mlp.up_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.44.post_attention_layernorm.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.44.self_attn.k_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.44.self_attn.o_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.44.self_attn.q_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.44.self_attn.v_proj.weight": "pytorch_model-00010-of-00014.bin",
|
||||||
|
"model.layers.45.input_layernorm.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.45.mlp.down_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.45.mlp.gate_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.45.mlp.up_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.45.post_attention_layernorm.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.45.self_attn.k_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.45.self_attn.o_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.45.self_attn.q_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.45.self_attn.v_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.46.input_layernorm.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.46.mlp.down_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.46.mlp.gate_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.46.mlp.up_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.46.post_attention_layernorm.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.46.self_attn.k_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.46.self_attn.o_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.46.self_attn.q_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.46.self_attn.v_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.47.input_layernorm.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.47.mlp.down_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.47.mlp.gate_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.47.mlp.up_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.47.post_attention_layernorm.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.47.self_attn.k_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.47.self_attn.o_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.47.self_attn.q_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.47.self_attn.v_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.48.input_layernorm.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.48.mlp.down_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.48.mlp.gate_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.48.mlp.up_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.48.post_attention_layernorm.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.48.self_attn.k_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.48.self_attn.o_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.48.self_attn.q_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.48.self_attn.v_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.49.input_layernorm.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.49.mlp.down_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.49.mlp.gate_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.49.mlp.up_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.49.post_attention_layernorm.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.49.self_attn.k_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.49.self_attn.o_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.49.self_attn.q_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.49.self_attn.v_proj.weight": "pytorch_model-00011-of-00014.bin",
|
||||||
|
"model.layers.5.input_layernorm.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.5.mlp.down_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.5.mlp.gate_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.5.mlp.up_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.5.post_attention_layernorm.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.5.self_attn.k_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.5.self_attn.o_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.5.self_attn.q_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.5.self_attn.v_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.50.input_layernorm.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.50.mlp.down_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.50.mlp.gate_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.50.mlp.up_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.50.post_attention_layernorm.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.50.self_attn.k_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.50.self_attn.o_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.50.self_attn.q_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.50.self_attn.v_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.51.input_layernorm.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.51.mlp.down_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.51.mlp.gate_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.51.mlp.up_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.51.post_attention_layernorm.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.51.self_attn.k_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.51.self_attn.o_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.51.self_attn.q_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.51.self_attn.v_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.52.input_layernorm.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.52.mlp.down_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.52.mlp.gate_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.52.mlp.up_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.52.post_attention_layernorm.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.52.self_attn.k_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.52.self_attn.o_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.52.self_attn.q_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.52.self_attn.v_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.53.input_layernorm.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.53.mlp.down_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.53.mlp.gate_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.53.mlp.up_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.53.post_attention_layernorm.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.53.self_attn.k_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.53.self_attn.o_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.53.self_attn.q_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.53.self_attn.v_proj.weight": "pytorch_model-00012-of-00014.bin",
|
||||||
|
"model.layers.54.input_layernorm.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.54.mlp.down_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.54.mlp.gate_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.54.mlp.up_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.54.post_attention_layernorm.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.54.self_attn.k_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.54.self_attn.o_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.54.self_attn.q_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.54.self_attn.v_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.55.input_layernorm.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.55.mlp.down_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.55.mlp.gate_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.55.mlp.up_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.55.post_attention_layernorm.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.55.self_attn.k_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.55.self_attn.o_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.55.self_attn.q_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.55.self_attn.v_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.56.input_layernorm.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.56.mlp.down_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.56.mlp.gate_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.56.mlp.up_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.56.post_attention_layernorm.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.56.self_attn.k_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.56.self_attn.o_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.56.self_attn.q_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.56.self_attn.v_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.57.input_layernorm.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.57.mlp.down_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.57.mlp.gate_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.57.mlp.up_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.57.post_attention_layernorm.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.57.self_attn.k_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.57.self_attn.o_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.57.self_attn.q_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.57.self_attn.v_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.58.input_layernorm.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.58.mlp.down_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.58.mlp.gate_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.58.mlp.up_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.58.post_attention_layernorm.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.58.self_attn.k_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.58.self_attn.o_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.58.self_attn.q_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.58.self_attn.v_proj.weight": "pytorch_model-00013-of-00014.bin",
|
||||||
|
"model.layers.59.input_layernorm.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.59.mlp.down_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.59.mlp.gate_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.59.mlp.up_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.59.post_attention_layernorm.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.59.self_attn.k_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.59.self_attn.o_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.59.self_attn.q_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.59.self_attn.v_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.6.input_layernorm.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.6.mlp.down_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.6.mlp.gate_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.6.mlp.up_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.6.post_attention_layernorm.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.6.self_attn.k_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.6.self_attn.o_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.6.self_attn.q_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.6.self_attn.v_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.60.input_layernorm.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.60.mlp.down_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.60.mlp.gate_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.60.mlp.up_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.60.post_attention_layernorm.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.60.self_attn.k_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.60.self_attn.o_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.60.self_attn.q_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.60.self_attn.v_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.61.input_layernorm.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.61.mlp.down_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.61.mlp.gate_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.61.mlp.up_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.61.post_attention_layernorm.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.61.self_attn.k_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.61.self_attn.o_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.61.self_attn.q_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.61.self_attn.v_proj.weight": "pytorch_model-00014-of-00014.bin",
|
||||||
|
"model.layers.7.input_layernorm.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.7.mlp.down_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.7.mlp.gate_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.7.mlp.up_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.7.post_attention_layernorm.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.7.self_attn.k_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.7.self_attn.o_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.7.self_attn.q_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.7.self_attn.v_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.8.input_layernorm.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.8.mlp.down_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.8.mlp.gate_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.8.mlp.up_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.8.post_attention_layernorm.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.8.self_attn.k_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.8.self_attn.o_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.8.self_attn.q_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.8.self_attn.v_proj.weight": "pytorch_model-00002-of-00014.bin",
|
||||||
|
"model.layers.9.input_layernorm.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.9.mlp.down_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.9.mlp.gate_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.9.mlp.up_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.9.post_attention_layernorm.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.9.self_attn.k_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.9.self_attn.o_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.9.self_attn.q_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.layers.9.self_attn.v_proj.weight": "pytorch_model-00003-of-00014.bin",
|
||||||
|
"model.norm.weight": "pytorch_model-00014-of-00014.bin"
|
||||||
|
}
|
||||||
|
}
|
||||||
30
special_tokens_map.json
Normal file
30
special_tokens_map.json
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"bos_token": {
|
||||||
|
"content": "<s>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false
|
||||||
|
},
|
||||||
|
"eos_token": {
|
||||||
|
"content": "</s>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false
|
||||||
|
},
|
||||||
|
"pad_token": {
|
||||||
|
"content": "<|end▁of▁sentence|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false
|
||||||
|
},
|
||||||
|
"unk_token": {
|
||||||
|
"content": "<unk>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false
|
||||||
|
}
|
||||||
|
}
|
||||||
64113
tokenizer.json
Normal file
64113
tokenizer.json
Normal file
File diff suppressed because it is too large
Load Diff
216
tokenizer_config.json
Normal file
216
tokenizer_config.json
Normal file
@@ -0,0 +1,216 @@
|
|||||||
|
{
|
||||||
|
"add_bos_token": true,
|
||||||
|
"add_eos_token": false,
|
||||||
|
"added_tokens_decoder": {
|
||||||
|
"32000": {
|
||||||
|
"content": "õ",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32001": {
|
||||||
|
"content": "÷",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32002": {
|
||||||
|
"content": "Á",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32003": {
|
||||||
|
"content": "ý",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32004": {
|
||||||
|
"content": "À",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32005": {
|
||||||
|
"content": "ÿ",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32006": {
|
||||||
|
"content": "ø",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32007": {
|
||||||
|
"content": "ú",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32008": {
|
||||||
|
"content": "þ",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32009": {
|
||||||
|
"content": "ü",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32010": {
|
||||||
|
"content": "ù",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32011": {
|
||||||
|
"content": "ö",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32012": {
|
||||||
|
"content": "û",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32013": {
|
||||||
|
"content": "<|begin▁of▁sentence|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"32014": {
|
||||||
|
"content": "<|end▁of▁sentence|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"32015": {
|
||||||
|
"content": "<|fim▁hole|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32016": {
|
||||||
|
"content": "<|fim▁begin|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32017": {
|
||||||
|
"content": "<|fim▁end|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32018": {
|
||||||
|
"content": "<pad>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32019": {
|
||||||
|
"content": "<|User|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32020": {
|
||||||
|
"content": "<|Assistant|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32021": {
|
||||||
|
"content": "<|EOT|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": true,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": false
|
||||||
|
},
|
||||||
|
"32022": {
|
||||||
|
"content": "<s>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"32023": {
|
||||||
|
"content": "</s>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"32024": {
|
||||||
|
"content": "<unk>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bos_token": "<s>",
|
||||||
|
"clean_up_tokenization_spaces": false,
|
||||||
|
"eos_token": "</s>",
|
||||||
|
"legacy": true,
|
||||||
|
"model_max_length": 16384,
|
||||||
|
"pad_token": "<|end▁of▁sentence|>",
|
||||||
|
"sp_model_kwargs": {},
|
||||||
|
"tokenizer_class": "LlamaTokenizer",
|
||||||
|
"unk_token": "<unk>",
|
||||||
|
"use_default_system_prompt": false
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user