Upload 15 files
Browse files- config.json +30 -0
- generation_config.json +6 -0
- gitattributes +35 -0
- handler (2).py +403 -0
- merges (1).txt +0 -0
- model-00001-of-00004.safetensors +3 -0
- model-00002-of-00004.safetensors +3 -0
- model-00003-of-00004.safetensors +3 -0
- model-00004-of-00004.safetensors +3 -0
- model.safetensors.index (1).json +491 -0
- model.safetensors.index.json +491 -0
- special_tokens_map.json +64 -0
- tokenizer.json +0 -0
- tokenizer_config.json +358 -0
- vocab.json +0 -0
config.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"Starcoder2ForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_dropout": 0.1,
|
| 6 |
+
"bos_token_id": 0,
|
| 7 |
+
"dtype": "bfloat16",
|
| 8 |
+
"embedding_dropout": 0.1,
|
| 9 |
+
"eos_token_id": 0,
|
| 10 |
+
"hidden_act": "gelu_pytorch_tanh",
|
| 11 |
+
"hidden_size": 3072,
|
| 12 |
+
"initializer_range": 0.018042,
|
| 13 |
+
"intermediate_size": 12288,
|
| 14 |
+
"max_position_embeddings": 16384,
|
| 15 |
+
"mlp_type": "default",
|
| 16 |
+
"model_type": "starcoder2",
|
| 17 |
+
"norm_epsilon": 1e-05,
|
| 18 |
+
"norm_type": "layer_norm",
|
| 19 |
+
"num_attention_heads": 24,
|
| 20 |
+
"num_hidden_layers": 30,
|
| 21 |
+
"num_key_value_heads": 2,
|
| 22 |
+
"residual_dropout": 0.1,
|
| 23 |
+
"rope_scaling": null,
|
| 24 |
+
"rope_theta": 999999.4420358813,
|
| 25 |
+
"sliding_window": 4096,
|
| 26 |
+
"transformers_version": "4.57.2",
|
| 27 |
+
"use_bias": true,
|
| 28 |
+
"use_cache": true,
|
| 29 |
+
"vocab_size": 49152
|
| 30 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 0,
|
| 4 |
+
"eos_token_id": 0,
|
| 5 |
+
"transformers_version": "4.57.2"
|
| 6 |
+
}
|
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
|
handler (2).py
ADDED
|
@@ -0,0 +1,403 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import torch
|
| 2 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 3 |
+
from peft import PeftModel
|
| 4 |
+
import json
|
| 5 |
+
import os
|
| 6 |
+
import logging
|
| 7 |
+
import time
|
| 8 |
+
import traceback
|
| 9 |
+
import psutil
|
| 10 |
+
from datetime import datetime
|
| 11 |
+
|
| 12 |
+
# Set up comprehensive logging
|
| 13 |
+
logging.basicConfig(
|
| 14 |
+
level=logging.INFO,
|
| 15 |
+
format='%(asctime)s - %(name)s - %(levelname)s - [%(funcName)s:%(lineno)d] - %(message)s',
|
| 16 |
+
datefmt='%Y-%m-%d %H:%M:%S'
|
| 17 |
+
)
|
| 18 |
+
logger = logging.getLogger(__name__)
|
| 19 |
+
|
| 20 |
+
# Add request tracking
|
| 21 |
+
request_counter = 0
|
| 22 |
+
|
| 23 |
+
class EndpointHandler:
|
| 24 |
+
def __init__(self, path=""):
|
| 25 |
+
"""
|
| 26 |
+
Initialize the handler for Hugging Face Inference Endpoints
|
| 27 |
+
|
| 28 |
+
Args:
|
| 29 |
+
path (str): Path to the model directory
|
| 30 |
+
"""
|
| 31 |
+
init_start_time = time.time()
|
| 32 |
+
logger.info("🚀 Initializing Streamlit Copilot Handler")
|
| 33 |
+
|
| 34 |
+
# Device setup
|
| 35 |
+
self.device = "cuda" if torch.cuda.is_available() else "cpu"
|
| 36 |
+
logger.info(f"Device: {self.device}")
|
| 37 |
+
|
| 38 |
+
try:
|
| 39 |
+
# Check if this is a merged model or LoRA adapter
|
| 40 |
+
adapter_config_path = os.path.join(path, "adapter_config.json")
|
| 41 |
+
|
| 42 |
+
if os.path.exists(adapter_config_path):
|
| 43 |
+
logger.info("Loading LoRA adapter model")
|
| 44 |
+
|
| 45 |
+
# This is a LoRA adapter - load base model and adapter
|
| 46 |
+
base_model_name = "bigcode/starcoder2-3b"
|
| 47 |
+
|
| 48 |
+
self.tokenizer = AutoTokenizer.from_pretrained(
|
| 49 |
+
base_model_name,
|
| 50 |
+
trust_remote_code=True,
|
| 51 |
+
use_fast=True
|
| 52 |
+
)
|
| 53 |
+
|
| 54 |
+
self.model = AutoModelForCausalLM.from_pretrained(
|
| 55 |
+
base_model_name,
|
| 56 |
+
torch_dtype=torch.float16,
|
| 57 |
+
device_map="auto",
|
| 58 |
+
trust_remote_code=True,
|
| 59 |
+
low_cpu_mem_usage=True
|
| 60 |
+
)
|
| 61 |
+
|
| 62 |
+
# Load the LoRA adapter
|
| 63 |
+
self.model = PeftModel.from_pretrained(self.model, path)
|
| 64 |
+
logger.info("LoRA adapter loaded")
|
| 65 |
+
|
| 66 |
+
else:
|
| 67 |
+
logger.info("Loading merged model")
|
| 68 |
+
|
| 69 |
+
self.tokenizer = AutoTokenizer.from_pretrained(
|
| 70 |
+
path,
|
| 71 |
+
trust_remote_code=True,
|
| 72 |
+
use_fast=True
|
| 73 |
+
)
|
| 74 |
+
|
| 75 |
+
self.model = AutoModelForCausalLM.from_pretrained(
|
| 76 |
+
path,
|
| 77 |
+
torch_dtype=torch.float16,
|
| 78 |
+
device_map="auto",
|
| 79 |
+
trust_remote_code=True,
|
| 80 |
+
low_cpu_mem_usage=True
|
| 81 |
+
)
|
| 82 |
+
logger.info("Merged model loaded")
|
| 83 |
+
|
| 84 |
+
# Configure tokenizer
|
| 85 |
+
if self.tokenizer.pad_token is None:
|
| 86 |
+
self.tokenizer.pad_token = self.tokenizer.eos_token
|
| 87 |
+
|
| 88 |
+
# Set model to evaluation mode
|
| 89 |
+
self.model.eval()
|
| 90 |
+
|
| 91 |
+
if self.device == "cuda":
|
| 92 |
+
torch.cuda.empty_cache()
|
| 93 |
+
|
| 94 |
+
init_total_time = time.time() - init_start_time
|
| 95 |
+
logger.info(f"✅ Model initialization completed in {init_total_time:.2f}s")
|
| 96 |
+
|
| 97 |
+
except Exception as e:
|
| 98 |
+
logger.error(f"❌ Model initialization failed: {str(e)}")
|
| 99 |
+
logger.error(traceback.format_exc())
|
| 100 |
+
raise
|
| 101 |
+
|
| 102 |
+
def handle_openai_completions(self, data):
|
| 103 |
+
"""
|
| 104 |
+
Handle OpenAI-style /v1/completions requests for Continue VS Code extension
|
| 105 |
+
"""
|
| 106 |
+
global request_counter
|
| 107 |
+
request_counter += 1
|
| 108 |
+
req_id = f"openai-comp-{request_counter}"
|
| 109 |
+
start_time = time.time()
|
| 110 |
+
|
| 111 |
+
logger.info(f"[{req_id}] OpenAI Completions request")
|
| 112 |
+
|
| 113 |
+
try:
|
| 114 |
+
prompt = data.get("prompt", "")
|
| 115 |
+
if not prompt:
|
| 116 |
+
logger.warning(f"[{req_id}] No prompt provided")
|
| 117 |
+
return {"error": {"message": "No prompt provided", "type": "invalid_request"}}
|
| 118 |
+
|
| 119 |
+
logger.info(f"[{req_id}] Prompt: {len(prompt)} chars - {prompt[:50]}{'...' if len(prompt) > 50 else ''}")
|
| 120 |
+
|
| 121 |
+
max_tokens = min(data.get("max_tokens", 100), 512)
|
| 122 |
+
temperature = max(0.0, min(data.get("temperature", 0.2), 2.0))
|
| 123 |
+
top_p = max(0.0, min(data.get("top_p", 1.0), 1.0))
|
| 124 |
+
stop = data.get("stop", [])
|
| 125 |
+
|
| 126 |
+
generated_text = self._generate_text_internal(prompt, max_tokens, temperature, top_p, stop, req_id)
|
| 127 |
+
|
| 128 |
+
response = {
|
| 129 |
+
"id": f"cmpl-{datetime.now().strftime('%Y%m%d%H%M%S')}",
|
| 130 |
+
"object": "text_completion",
|
| 131 |
+
"created": int(datetime.now().timestamp()),
|
| 132 |
+
"model": "starcoder2-3b-streamlit-copilot",
|
| 133 |
+
"choices": [{
|
| 134 |
+
"text": generated_text,
|
| 135 |
+
"index": 0,
|
| 136 |
+
"logprobs": None,
|
| 137 |
+
"finish_reason": "stop"
|
| 138 |
+
}]
|
| 139 |
+
}
|
| 140 |
+
|
| 141 |
+
total_time = time.time() - start_time
|
| 142 |
+
logger.info(f"[{req_id}] ✅ Completed in {total_time:.2f}s - Generated {len(generated_text)} chars")
|
| 143 |
+
|
| 144 |
+
return response
|
| 145 |
+
|
| 146 |
+
except Exception as e:
|
| 147 |
+
total_time = time.time() - start_time
|
| 148 |
+
logger.error(f"[{req_id}] ❌ Failed after {total_time:.2f}s: {str(e)}")
|
| 149 |
+
return {"error": {"message": str(e), "type": "server_error"}}
|
| 150 |
+
|
| 151 |
+
def handle_openai_chat_completions(self, data):
|
| 152 |
+
"""
|
| 153 |
+
Handle OpenAI-style /v1/chat/completions requests
|
| 154 |
+
"""
|
| 155 |
+
global request_counter
|
| 156 |
+
request_counter += 1
|
| 157 |
+
req_id = f"openai-chat-{request_counter}"
|
| 158 |
+
start_time = time.time()
|
| 159 |
+
|
| 160 |
+
logger.info(f"[{req_id}] Chat Completions request")
|
| 161 |
+
|
| 162 |
+
try:
|
| 163 |
+
messages = data.get("messages", [])
|
| 164 |
+
if not messages:
|
| 165 |
+
logger.warning(f"[{req_id}] No messages provided")
|
| 166 |
+
return {"error": {"message": "No messages provided", "type": "invalid_request"}}
|
| 167 |
+
|
| 168 |
+
logger.info(f"[{req_id}] {len(messages)} messages")
|
| 169 |
+
|
| 170 |
+
# Convert messages to prompt
|
| 171 |
+
prompt = self._messages_to_prompt(messages)
|
| 172 |
+
|
| 173 |
+
max_tokens = min(data.get("max_tokens", 100), 512)
|
| 174 |
+
temperature = max(0.0, min(data.get("temperature", 0.2), 2.0))
|
| 175 |
+
top_p = max(0.0, min(data.get("top_p", 1.0), 1.0))
|
| 176 |
+
stop = data.get("stop", [])
|
| 177 |
+
|
| 178 |
+
generated_text = self._generate_text_internal(prompt, max_tokens, temperature, top_p, stop, req_id)
|
| 179 |
+
|
| 180 |
+
response = {
|
| 181 |
+
"id": f"chatcmpl-{datetime.now().strftime('%Y%m%d%H%M%S')}",
|
| 182 |
+
"object": "chat.completion",
|
| 183 |
+
"created": int(datetime.now().timestamp()),
|
| 184 |
+
"model": "starcoder2-3b-streamlit-copilot",
|
| 185 |
+
"choices": [{
|
| 186 |
+
"index": 0,
|
| 187 |
+
"message": {
|
| 188 |
+
"role": "assistant",
|
| 189 |
+
"content": generated_text
|
| 190 |
+
},
|
| 191 |
+
"finish_reason": "stop"
|
| 192 |
+
}]
|
| 193 |
+
}
|
| 194 |
+
|
| 195 |
+
total_time = time.time() - start_time
|
| 196 |
+
logger.info(f"[{req_id}] ✅ Completed in {total_time:.2f}s - Generated {len(generated_text)} chars")
|
| 197 |
+
|
| 198 |
+
return response
|
| 199 |
+
|
| 200 |
+
except Exception as e:
|
| 201 |
+
total_time = time.time() - start_time
|
| 202 |
+
logger.error(f"[{req_id}] ❌ Failed after {total_time:.2f}s: {str(e)}")
|
| 203 |
+
return {"error": {"message": str(e), "type": "server_error"}}
|
| 204 |
+
|
| 205 |
+
def _messages_to_prompt(self, messages):
|
| 206 |
+
"""Convert OpenAI chat messages to a single prompt for code completion"""
|
| 207 |
+
prompt_parts = []
|
| 208 |
+
for message in messages:
|
| 209 |
+
role = message.get("role", "")
|
| 210 |
+
content = message.get("content", "")
|
| 211 |
+
|
| 212 |
+
if role == "system":
|
| 213 |
+
prompt_parts.append(f"# {content}")
|
| 214 |
+
elif role == "user":
|
| 215 |
+
prompt_parts.append(content)
|
| 216 |
+
elif role == "assistant":
|
| 217 |
+
prompt_parts.append(content)
|
| 218 |
+
|
| 219 |
+
return "\n".join(prompt_parts)
|
| 220 |
+
|
| 221 |
+
def _generate_text_internal(self, prompt, max_tokens, temperature, top_p, stop_sequences, req_id="unknown"):
|
| 222 |
+
"""Internal method for text generation"""
|
| 223 |
+
gen_start_time = time.time()
|
| 224 |
+
logger.info(f"[{req_id}] Generating text...")
|
| 225 |
+
|
| 226 |
+
try:
|
| 227 |
+
# Tokenize input
|
| 228 |
+
input_ids = self.tokenizer.encode(
|
| 229 |
+
prompt,
|
| 230 |
+
return_tensors="pt",
|
| 231 |
+
truncation=True,
|
| 232 |
+
max_length=2048
|
| 233 |
+
).to(self.device)
|
| 234 |
+
|
| 235 |
+
input_length = input_ids.shape[1]
|
| 236 |
+
logger.info(f"[{req_id}] Input tokens: {input_length}")
|
| 237 |
+
|
| 238 |
+
# Generate response
|
| 239 |
+
|
| 240 |
+
with torch.no_grad():
|
| 241 |
+
outputs = self.model.generate(
|
| 242 |
+
input_ids,
|
| 243 |
+
max_new_tokens=max_tokens,
|
| 244 |
+
temperature=temperature if temperature > 0 else 0.1,
|
| 245 |
+
do_sample=temperature > 0,
|
| 246 |
+
top_p=top_p,
|
| 247 |
+
top_k=50,
|
| 248 |
+
pad_token_id=self.tokenizer.eos_token_id,
|
| 249 |
+
eos_token_id=self.tokenizer.eos_token_id,
|
| 250 |
+
repetition_penalty=1.1,
|
| 251 |
+
early_stopping=True,
|
| 252 |
+
use_cache=True
|
| 253 |
+
)
|
| 254 |
+
|
| 255 |
+
generation_time = time.time() - gen_start_time
|
| 256 |
+
new_tokens = outputs.shape[1] - input_length
|
| 257 |
+
|
| 258 |
+
# Decode the response
|
| 259 |
+
generated_text = self.tokenizer.decode(
|
| 260 |
+
outputs[0][input_ids.shape[1]:],
|
| 261 |
+
skip_special_tokens=True
|
| 262 |
+
).strip()
|
| 263 |
+
|
| 264 |
+
logger.info(f"[{req_id}] Generated {new_tokens} tokens ({new_tokens/generation_time:.1f} t/s)")
|
| 265 |
+
|
| 266 |
+
# Apply stop sequences
|
| 267 |
+
if stop_sequences:
|
| 268 |
+
for stop_seq in stop_sequences:
|
| 269 |
+
if stop_seq in generated_text:
|
| 270 |
+
generated_text = generated_text.split(stop_seq)[0]
|
| 271 |
+
break
|
| 272 |
+
|
| 273 |
+
logger.info(f"[{req_id}] Generated text: {generated_text[:100]}{'...' if len(generated_text) > 100 else ''}")
|
| 274 |
+
|
| 275 |
+
return generated_text
|
| 276 |
+
|
| 277 |
+
except Exception as e:
|
| 278 |
+
total_gen_time = time.time() - gen_start_time
|
| 279 |
+
logger.error(f"[{req_id}] Generation failed after {total_gen_time:.2f}s: {str(e)}")
|
| 280 |
+
raise
|
| 281 |
+
|
| 282 |
+
def __call__(self, data):
|
| 283 |
+
"""
|
| 284 |
+
Main inference method - supports both HuggingFace and OpenAI API formats
|
| 285 |
+
|
| 286 |
+
Args:
|
| 287 |
+
data (dict): The object received by the inference server
|
| 288 |
+
Continue/OpenAI format:
|
| 289 |
+
{
|
| 290 |
+
"inputs": "Your code prompt here",
|
| 291 |
+
"stream": true,
|
| 292 |
+
"parameters": {
|
| 293 |
+
"max_new_tokens": 100,
|
| 294 |
+
"temperature": 0.7,
|
| 295 |
+
"top_p": 0.9
|
| 296 |
+
}
|
| 297 |
+
}
|
| 298 |
+
OpenAI Completions format:
|
| 299 |
+
{
|
| 300 |
+
"prompt": "Your code prompt here",
|
| 301 |
+
"max_tokens": 100,
|
| 302 |
+
"temperature": 0.2
|
| 303 |
+
}
|
| 304 |
+
OpenAI Chat format:
|
| 305 |
+
{
|
| 306 |
+
"messages": [...],
|
| 307 |
+
"max_tokens": 100
|
| 308 |
+
}
|
| 309 |
+
Returns:
|
| 310 |
+
dict: Generated response with metadata
|
| 311 |
+
"""
|
| 312 |
+
global request_counter
|
| 313 |
+
request_counter += 1
|
| 314 |
+
req_start_time = time.time()
|
| 315 |
+
|
| 316 |
+
logger.info(f"Request #{request_counter} - Keys: {list(data.keys())}")
|
| 317 |
+
|
| 318 |
+
# Detect request format and route accordingly
|
| 319 |
+
if "messages" in data:
|
| 320 |
+
# OpenAI Chat Completions format
|
| 321 |
+
result = self.handle_openai_chat_completions(data)
|
| 322 |
+
elif "prompt" in data:
|
| 323 |
+
# OpenAI Completions format
|
| 324 |
+
result = self.handle_openai_completions(data)
|
| 325 |
+
elif "inputs" in data and ("stream" in data or any(key in data for key in ["parameters", "temperature", "max_tokens"])):
|
| 326 |
+
# Continue VS Code extension format - return OpenAI format for llama.cpp/openai providers
|
| 327 |
+
req_id = f"continue-{request_counter}"
|
| 328 |
+
logger.info(f"[{req_id}] Continue HuggingFace-TGI compatible request")
|
| 329 |
+
|
| 330 |
+
try:
|
| 331 |
+
inputs = data.get("inputs", "")
|
| 332 |
+
if not inputs:
|
| 333 |
+
logger.warning(f"[{req_id}] No inputs provided")
|
| 334 |
+
return {"error": {"message": "No input text provided", "type": "invalid_request"}}
|
| 335 |
+
|
| 336 |
+
logger.info(f"[{req_id}] Input: {len(inputs)} chars - {inputs[:50]}{'...' if len(inputs) > 50 else ''}")
|
| 337 |
+
|
| 338 |
+
# Extract parameters (Continue uses HF-style parameters)
|
| 339 |
+
parameters = data.get("parameters", {})
|
| 340 |
+
max_new_tokens = min(parameters.get("max_new_tokens", data.get("max_tokens", 150)), 512)
|
| 341 |
+
temperature = max(0.0, min(parameters.get("temperature", data.get("temperature", 0.2)), 2.0))
|
| 342 |
+
top_p = max(0.0, min(parameters.get("top_p", data.get("top_p", 1.0)), 1.0))
|
| 343 |
+
stop = data.get("stop", parameters.get("stop", []))
|
| 344 |
+
|
| 345 |
+
# Generate text
|
| 346 |
+
generated_text = self._generate_text_internal(
|
| 347 |
+
inputs, max_new_tokens, temperature, top_p, stop, req_id
|
| 348 |
+
)
|
| 349 |
+
|
| 350 |
+
# Return HuggingFace format for Continue huggingface-tgi provider
|
| 351 |
+
result = [{
|
| 352 |
+
"generated_text": generated_text
|
| 353 |
+
}]
|
| 354 |
+
|
| 355 |
+
except Exception as e:
|
| 356 |
+
total_time = time.time() - req_start_time
|
| 357 |
+
logger.error(f"[{req_id}] Failed after {total_time:.2f}s: {str(e)}")
|
| 358 |
+
result = {"error": {"message": str(e), "type": "server_error"}}
|
| 359 |
+
|
| 360 |
+
else:
|
| 361 |
+
# Legacy HuggingFace format (pure HF testing)
|
| 362 |
+
req_id = f"hf-{request_counter}"
|
| 363 |
+
logger.info(f"[{req_id}] Legacy HF format request")
|
| 364 |
+
|
| 365 |
+
try:
|
| 366 |
+
inputs = data.get("inputs", "")
|
| 367 |
+
if not inputs:
|
| 368 |
+
logger.warning(f"[{req_id}] No inputs provided")
|
| 369 |
+
return {"error": "No input text provided"}
|
| 370 |
+
|
| 371 |
+
logger.info(f"[{req_id}] Input: {len(inputs)} chars - {inputs[:50]}{'...' if len(inputs) > 50 else ''}")
|
| 372 |
+
|
| 373 |
+
parameters = data.get("parameters", {})
|
| 374 |
+
|
| 375 |
+
# Validate and set generation parameters
|
| 376 |
+
max_new_tokens = min(parameters.get("max_new_tokens", 150), 512)
|
| 377 |
+
temperature = max(0.1, min(parameters.get("temperature", 0.7), 1.0))
|
| 378 |
+
top_p = max(0.1, min(parameters.get("top_p", 0.9), 1.0))
|
| 379 |
+
|
| 380 |
+
# Use internal generation method
|
| 381 |
+
generated_text = self._generate_text_internal(
|
| 382 |
+
inputs, max_new_tokens, temperature, top_p, [], req_id
|
| 383 |
+
)
|
| 384 |
+
|
| 385 |
+
# Return response in HF Inference Endpoint format
|
| 386 |
+
result = [{
|
| 387 |
+
"generated_text": generated_text
|
| 388 |
+
}]
|
| 389 |
+
|
| 390 |
+
except Exception as e:
|
| 391 |
+
total_time = time.time() - req_start_time
|
| 392 |
+
logger.error(f"[{req_id}] Failed after {total_time:.2f}s: {str(e)}")
|
| 393 |
+
result = {"error": f"Generation failed: {str(e)}"}
|
| 394 |
+
|
| 395 |
+
# Final request logging
|
| 396 |
+
total_request_time = time.time() - req_start_time
|
| 397 |
+
|
| 398 |
+
if isinstance(result, dict) and "error" in result:
|
| 399 |
+
logger.error(f"Request #{request_counter} ❌ Failed in {total_request_time:.2f}s")
|
| 400 |
+
else:
|
| 401 |
+
logger.info(f"Request #{request_counter} ✅ Completed in {total_request_time:.2f}s")
|
| 402 |
+
|
| 403 |
+
return result
|
merges (1).txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac96ff86d5677ccacd637b2d8dce169f554dbb07eb85bb0e21367d03cacb8028
|
| 3 |
+
size 1954099320
|
model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e364b7aa1907063c60158fd763d6c89c5541074fa861b2a1a3fef1f6f05d941
|
| 3 |
+
size 1995126920
|
model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61a1eff75a398e5c5c00f4d6dc29cb861b972c27abdad3e05c4830e440e85135
|
| 3 |
+
size 1960506760
|
model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ee470b04651ff3ab94850eb735ca045e8f5bbadb94ba3430a6596f3841ed288
|
| 3 |
+
size 151063592
|
model.safetensors.index (1).json
ADDED
|
@@ -0,0 +1,491 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 3030371328,
|
| 4 |
+
"total_size": 6060742656
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"model.layers.0.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 11 |
+
"model.layers.0.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"model.layers.0.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
|
| 13 |
+
"model.layers.0.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
|
| 14 |
+
"model.layers.0.post_attention_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 15 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 20 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 21 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 23 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 24 |
+
"model.layers.1.input_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 25 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 26 |
+
"model.layers.1.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 27 |
+
"model.layers.1.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 28 |
+
"model.layers.1.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
|
| 29 |
+
"model.layers.1.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
|
| 30 |
+
"model.layers.1.post_attention_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 31 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 32 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 33 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 34 |
+
"model.layers.1.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 35 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 36 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 37 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 38 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 39 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 40 |
+
"model.layers.10.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 41 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 42 |
+
"model.layers.10.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 43 |
+
"model.layers.10.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 44 |
+
"model.layers.10.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 45 |
+
"model.layers.10.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"model.layers.10.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 47 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 49 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 50 |
+
"model.layers.10.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 51 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 52 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 53 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 54 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 55 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 56 |
+
"model.layers.11.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 57 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"model.layers.11.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 59 |
+
"model.layers.11.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"model.layers.11.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 61 |
+
"model.layers.11.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 62 |
+
"model.layers.11.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 63 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 65 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 66 |
+
"model.layers.11.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 67 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 68 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 69 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 70 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 71 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"model.layers.12.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 73 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 74 |
+
"model.layers.12.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 75 |
+
"model.layers.12.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"model.layers.12.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 77 |
+
"model.layers.12.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 78 |
+
"model.layers.12.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 79 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 80 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 81 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"model.layers.12.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 83 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 85 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 86 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 87 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 88 |
+
"model.layers.13.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 89 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 90 |
+
"model.layers.13.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 91 |
+
"model.layers.13.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 92 |
+
"model.layers.13.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 93 |
+
"model.layers.13.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"model.layers.13.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 95 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 97 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 98 |
+
"model.layers.13.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 99 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 101 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 102 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 103 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 104 |
+
"model.layers.14.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 105 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 106 |
+
"model.layers.14.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 107 |
+
"model.layers.14.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"model.layers.14.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 109 |
+
"model.layers.14.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 110 |
+
"model.layers.14.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 111 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 113 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 114 |
+
"model.layers.14.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 115 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 116 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 117 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 118 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 119 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 120 |
+
"model.layers.15.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 121 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 122 |
+
"model.layers.15.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 123 |
+
"model.layers.15.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 124 |
+
"model.layers.15.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 125 |
+
"model.layers.15.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 126 |
+
"model.layers.15.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 127 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 128 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 129 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 130 |
+
"model.layers.15.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 131 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 132 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 133 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 134 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 135 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 136 |
+
"model.layers.16.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 137 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 138 |
+
"model.layers.16.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 139 |
+
"model.layers.16.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 140 |
+
"model.layers.16.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 141 |
+
"model.layers.16.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 142 |
+
"model.layers.16.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 143 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 144 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 145 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 146 |
+
"model.layers.16.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 147 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 148 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 149 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 150 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 151 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 152 |
+
"model.layers.17.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 153 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 154 |
+
"model.layers.17.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 155 |
+
"model.layers.17.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 156 |
+
"model.layers.17.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 157 |
+
"model.layers.17.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 158 |
+
"model.layers.17.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 159 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 160 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 161 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 162 |
+
"model.layers.17.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 163 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 164 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 165 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 166 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 167 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 168 |
+
"model.layers.18.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 169 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 170 |
+
"model.layers.18.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 171 |
+
"model.layers.18.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 172 |
+
"model.layers.18.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 173 |
+
"model.layers.18.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 174 |
+
"model.layers.18.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 175 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 176 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 177 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 178 |
+
"model.layers.18.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 179 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 180 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 181 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 182 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 183 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 184 |
+
"model.layers.19.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 185 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 186 |
+
"model.layers.19.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 187 |
+
"model.layers.19.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 188 |
+
"model.layers.19.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 189 |
+
"model.layers.19.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"model.layers.19.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 191 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 193 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 194 |
+
"model.layers.19.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 195 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 196 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 197 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 198 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 199 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 200 |
+
"model.layers.2.input_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 201 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 202 |
+
"model.layers.2.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 203 |
+
"model.layers.2.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 204 |
+
"model.layers.2.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
|
| 205 |
+
"model.layers.2.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
|
| 206 |
+
"model.layers.2.post_attention_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 207 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 208 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 209 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 210 |
+
"model.layers.2.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 211 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 212 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 213 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 214 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 215 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 216 |
+
"model.layers.20.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 217 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 218 |
+
"model.layers.20.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 219 |
+
"model.layers.20.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 220 |
+
"model.layers.20.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 221 |
+
"model.layers.20.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 222 |
+
"model.layers.20.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 223 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 224 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 225 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 226 |
+
"model.layers.20.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 227 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 228 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 229 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 230 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 231 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 232 |
+
"model.layers.21.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 233 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 234 |
+
"model.layers.21.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 235 |
+
"model.layers.21.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 236 |
+
"model.layers.21.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 237 |
+
"model.layers.21.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 238 |
+
"model.layers.21.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 239 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 241 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 242 |
+
"model.layers.21.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 243 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 244 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 245 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 246 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 247 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 248 |
+
"model.layers.22.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 249 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 250 |
+
"model.layers.22.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 251 |
+
"model.layers.22.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 252 |
+
"model.layers.22.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 253 |
+
"model.layers.22.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 254 |
+
"model.layers.22.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 255 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 256 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 257 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 258 |
+
"model.layers.22.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 259 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 260 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 261 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 262 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 263 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 264 |
+
"model.layers.23.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 265 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 266 |
+
"model.layers.23.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 267 |
+
"model.layers.23.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 268 |
+
"model.layers.23.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 269 |
+
"model.layers.23.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 270 |
+
"model.layers.23.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 271 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 272 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 273 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 274 |
+
"model.layers.23.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 275 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 276 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 277 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 278 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 279 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 280 |
+
"model.layers.24.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 281 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 282 |
+
"model.layers.24.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 283 |
+
"model.layers.24.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 284 |
+
"model.layers.24.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 285 |
+
"model.layers.24.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 286 |
+
"model.layers.24.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 287 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 288 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 289 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 290 |
+
"model.layers.24.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 291 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 292 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 293 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 294 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 295 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 296 |
+
"model.layers.25.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 297 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 298 |
+
"model.layers.25.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 299 |
+
"model.layers.25.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 300 |
+
"model.layers.25.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 301 |
+
"model.layers.25.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 302 |
+
"model.layers.25.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 303 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 304 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 305 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 306 |
+
"model.layers.25.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 307 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 308 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 309 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 310 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 311 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 312 |
+
"model.layers.26.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 313 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 314 |
+
"model.layers.26.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 315 |
+
"model.layers.26.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 316 |
+
"model.layers.26.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 317 |
+
"model.layers.26.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 318 |
+
"model.layers.26.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 319 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 320 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 321 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 322 |
+
"model.layers.26.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 323 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 324 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 325 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 326 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 327 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 328 |
+
"model.layers.27.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 329 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 330 |
+
"model.layers.27.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 331 |
+
"model.layers.27.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 332 |
+
"model.layers.27.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 333 |
+
"model.layers.27.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 334 |
+
"model.layers.27.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 335 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 336 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 337 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 338 |
+
"model.layers.27.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 339 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 340 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 341 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 342 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 343 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 344 |
+
"model.layers.28.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 345 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 346 |
+
"model.layers.28.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 347 |
+
"model.layers.28.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 348 |
+
"model.layers.28.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 349 |
+
"model.layers.28.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 350 |
+
"model.layers.28.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 351 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 352 |
+
"model.layers.28.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 353 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 354 |
+
"model.layers.28.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 355 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 356 |
+
"model.layers.28.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 357 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 358 |
+
"model.layers.28.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 359 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 360 |
+
"model.layers.29.input_layernorm.bias": "model-00004-of-00004.safetensors",
|
| 361 |
+
"model.layers.29.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 362 |
+
"model.layers.29.mlp.c_fc.bias": "model-00004-of-00004.safetensors",
|
| 363 |
+
"model.layers.29.mlp.c_fc.weight": "model-00004-of-00004.safetensors",
|
| 364 |
+
"model.layers.29.mlp.c_proj.bias": "model-00004-of-00004.safetensors",
|
| 365 |
+
"model.layers.29.mlp.c_proj.weight": "model-00004-of-00004.safetensors",
|
| 366 |
+
"model.layers.29.post_attention_layernorm.bias": "model-00004-of-00004.safetensors",
|
| 367 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 368 |
+
"model.layers.29.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 369 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 370 |
+
"model.layers.29.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 371 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 372 |
+
"model.layers.29.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 373 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 374 |
+
"model.layers.29.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 375 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 376 |
+
"model.layers.3.input_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 377 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 378 |
+
"model.layers.3.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 379 |
+
"model.layers.3.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 380 |
+
"model.layers.3.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
|
| 381 |
+
"model.layers.3.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
|
| 382 |
+
"model.layers.3.post_attention_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 383 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 384 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 385 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 386 |
+
"model.layers.3.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 387 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 388 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 389 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 390 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 391 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 392 |
+
"model.layers.4.input_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 393 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 394 |
+
"model.layers.4.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 395 |
+
"model.layers.4.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 396 |
+
"model.layers.4.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
|
| 397 |
+
"model.layers.4.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
|
| 398 |
+
"model.layers.4.post_attention_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 399 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 400 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 401 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 402 |
+
"model.layers.4.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 403 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 404 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 405 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 406 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 407 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 408 |
+
"model.layers.5.input_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 409 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 410 |
+
"model.layers.5.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 411 |
+
"model.layers.5.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 412 |
+
"model.layers.5.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
|
| 413 |
+
"model.layers.5.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
|
| 414 |
+
"model.layers.5.post_attention_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 415 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 416 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 417 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 418 |
+
"model.layers.5.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 419 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 420 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 421 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 422 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 423 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 424 |
+
"model.layers.6.input_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 425 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 426 |
+
"model.layers.6.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 427 |
+
"model.layers.6.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 428 |
+
"model.layers.6.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
|
| 429 |
+
"model.layers.6.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
|
| 430 |
+
"model.layers.6.post_attention_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 431 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 432 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 433 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 434 |
+
"model.layers.6.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 435 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 436 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 437 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 438 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 439 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 440 |
+
"model.layers.7.input_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 441 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 442 |
+
"model.layers.7.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 443 |
+
"model.layers.7.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 444 |
+
"model.layers.7.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
|
| 445 |
+
"model.layers.7.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
|
| 446 |
+
"model.layers.7.post_attention_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 447 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 448 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 449 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 450 |
+
"model.layers.7.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 451 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 452 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 453 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 454 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 455 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 456 |
+
"model.layers.8.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 457 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 458 |
+
"model.layers.8.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 459 |
+
"model.layers.8.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 460 |
+
"model.layers.8.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 461 |
+
"model.layers.8.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 462 |
+
"model.layers.8.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 463 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 464 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 465 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 466 |
+
"model.layers.8.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 467 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 468 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 469 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 470 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 471 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 472 |
+
"model.layers.9.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 473 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 474 |
+
"model.layers.9.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 475 |
+
"model.layers.9.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 476 |
+
"model.layers.9.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 477 |
+
"model.layers.9.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 478 |
+
"model.layers.9.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 479 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 480 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 481 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 482 |
+
"model.layers.9.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 483 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 484 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 485 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 486 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 487 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 488 |
+
"model.norm.bias": "model-00004-of-00004.safetensors",
|
| 489 |
+
"model.norm.weight": "model-00004-of-00004.safetensors"
|
| 490 |
+
}
|
| 491 |
+
}
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,491 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_parameters": 3030371328,
|
| 4 |
+
"total_size": 6060742656
|
| 5 |
+
},
|
| 6 |
+
"weight_map": {
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00004.safetensors",
|
| 8 |
+
"model.layers.0.input_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 9 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 10 |
+
"model.layers.0.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 11 |
+
"model.layers.0.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 12 |
+
"model.layers.0.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
|
| 13 |
+
"model.layers.0.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
|
| 14 |
+
"model.layers.0.post_attention_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 15 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 16 |
+
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 17 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 18 |
+
"model.layers.0.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 19 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 20 |
+
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 21 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 22 |
+
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 23 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 24 |
+
"model.layers.1.input_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 25 |
+
"model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 26 |
+
"model.layers.1.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 27 |
+
"model.layers.1.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 28 |
+
"model.layers.1.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
|
| 29 |
+
"model.layers.1.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
|
| 30 |
+
"model.layers.1.post_attention_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 31 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 32 |
+
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 33 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 34 |
+
"model.layers.1.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 35 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 36 |
+
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 37 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 38 |
+
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 39 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 40 |
+
"model.layers.10.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 41 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 42 |
+
"model.layers.10.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 43 |
+
"model.layers.10.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 44 |
+
"model.layers.10.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 45 |
+
"model.layers.10.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 46 |
+
"model.layers.10.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 47 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 48 |
+
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 49 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 50 |
+
"model.layers.10.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 51 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 52 |
+
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 53 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 54 |
+
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 55 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 56 |
+
"model.layers.11.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 57 |
+
"model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 58 |
+
"model.layers.11.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 59 |
+
"model.layers.11.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 60 |
+
"model.layers.11.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 61 |
+
"model.layers.11.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 62 |
+
"model.layers.11.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 63 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 64 |
+
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 65 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 66 |
+
"model.layers.11.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 67 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 68 |
+
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 69 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 70 |
+
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 71 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 72 |
+
"model.layers.12.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 73 |
+
"model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 74 |
+
"model.layers.12.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 75 |
+
"model.layers.12.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 76 |
+
"model.layers.12.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 77 |
+
"model.layers.12.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 78 |
+
"model.layers.12.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 79 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 80 |
+
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 81 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 82 |
+
"model.layers.12.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 83 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 84 |
+
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 85 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 86 |
+
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 87 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 88 |
+
"model.layers.13.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 89 |
+
"model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 90 |
+
"model.layers.13.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 91 |
+
"model.layers.13.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 92 |
+
"model.layers.13.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 93 |
+
"model.layers.13.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 94 |
+
"model.layers.13.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 95 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 96 |
+
"model.layers.13.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 97 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 98 |
+
"model.layers.13.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 99 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 100 |
+
"model.layers.13.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 101 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 102 |
+
"model.layers.13.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 103 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 104 |
+
"model.layers.14.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 105 |
+
"model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 106 |
+
"model.layers.14.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 107 |
+
"model.layers.14.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 108 |
+
"model.layers.14.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 109 |
+
"model.layers.14.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 110 |
+
"model.layers.14.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 111 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 112 |
+
"model.layers.14.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 113 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 114 |
+
"model.layers.14.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 115 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 116 |
+
"model.layers.14.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 117 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 118 |
+
"model.layers.14.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 119 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 120 |
+
"model.layers.15.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 121 |
+
"model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 122 |
+
"model.layers.15.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 123 |
+
"model.layers.15.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 124 |
+
"model.layers.15.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 125 |
+
"model.layers.15.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 126 |
+
"model.layers.15.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 127 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 128 |
+
"model.layers.15.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 129 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 130 |
+
"model.layers.15.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 131 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 132 |
+
"model.layers.15.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 133 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 134 |
+
"model.layers.15.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 135 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 136 |
+
"model.layers.16.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 137 |
+
"model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 138 |
+
"model.layers.16.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 139 |
+
"model.layers.16.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 140 |
+
"model.layers.16.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 141 |
+
"model.layers.16.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 142 |
+
"model.layers.16.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 143 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 144 |
+
"model.layers.16.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 145 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 146 |
+
"model.layers.16.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 147 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 148 |
+
"model.layers.16.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 149 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 150 |
+
"model.layers.16.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 151 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 152 |
+
"model.layers.17.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 153 |
+
"model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 154 |
+
"model.layers.17.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 155 |
+
"model.layers.17.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 156 |
+
"model.layers.17.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 157 |
+
"model.layers.17.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 158 |
+
"model.layers.17.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 159 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 160 |
+
"model.layers.17.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 161 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 162 |
+
"model.layers.17.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 163 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 164 |
+
"model.layers.17.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 165 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 166 |
+
"model.layers.17.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 167 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 168 |
+
"model.layers.18.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 169 |
+
"model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 170 |
+
"model.layers.18.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 171 |
+
"model.layers.18.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 172 |
+
"model.layers.18.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 173 |
+
"model.layers.18.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 174 |
+
"model.layers.18.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 175 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 176 |
+
"model.layers.18.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 177 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 178 |
+
"model.layers.18.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 179 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 180 |
+
"model.layers.18.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 181 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 182 |
+
"model.layers.18.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 183 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 184 |
+
"model.layers.19.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 185 |
+
"model.layers.19.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 186 |
+
"model.layers.19.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 187 |
+
"model.layers.19.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 188 |
+
"model.layers.19.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 189 |
+
"model.layers.19.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 190 |
+
"model.layers.19.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 191 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 192 |
+
"model.layers.19.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 193 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 194 |
+
"model.layers.19.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 195 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 196 |
+
"model.layers.19.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 197 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 198 |
+
"model.layers.19.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 199 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 200 |
+
"model.layers.2.input_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 201 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 202 |
+
"model.layers.2.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 203 |
+
"model.layers.2.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 204 |
+
"model.layers.2.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
|
| 205 |
+
"model.layers.2.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
|
| 206 |
+
"model.layers.2.post_attention_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 207 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 208 |
+
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 209 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 210 |
+
"model.layers.2.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 211 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 212 |
+
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 213 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 214 |
+
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 215 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 216 |
+
"model.layers.20.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 217 |
+
"model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 218 |
+
"model.layers.20.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 219 |
+
"model.layers.20.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 220 |
+
"model.layers.20.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 221 |
+
"model.layers.20.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 222 |
+
"model.layers.20.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 223 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 224 |
+
"model.layers.20.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 225 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 226 |
+
"model.layers.20.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 227 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 228 |
+
"model.layers.20.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 229 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 230 |
+
"model.layers.20.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 231 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 232 |
+
"model.layers.21.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 233 |
+
"model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 234 |
+
"model.layers.21.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 235 |
+
"model.layers.21.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 236 |
+
"model.layers.21.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 237 |
+
"model.layers.21.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 238 |
+
"model.layers.21.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 239 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 240 |
+
"model.layers.21.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 241 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 242 |
+
"model.layers.21.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 243 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 244 |
+
"model.layers.21.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 245 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 246 |
+
"model.layers.21.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 247 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 248 |
+
"model.layers.22.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 249 |
+
"model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 250 |
+
"model.layers.22.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 251 |
+
"model.layers.22.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 252 |
+
"model.layers.22.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 253 |
+
"model.layers.22.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 254 |
+
"model.layers.22.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 255 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 256 |
+
"model.layers.22.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 257 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 258 |
+
"model.layers.22.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 259 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 260 |
+
"model.layers.22.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 261 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 262 |
+
"model.layers.22.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 263 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 264 |
+
"model.layers.23.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 265 |
+
"model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 266 |
+
"model.layers.23.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 267 |
+
"model.layers.23.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 268 |
+
"model.layers.23.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 269 |
+
"model.layers.23.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 270 |
+
"model.layers.23.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 271 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 272 |
+
"model.layers.23.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 273 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 274 |
+
"model.layers.23.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 275 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 276 |
+
"model.layers.23.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 277 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 278 |
+
"model.layers.23.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 279 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 280 |
+
"model.layers.24.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 281 |
+
"model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 282 |
+
"model.layers.24.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 283 |
+
"model.layers.24.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 284 |
+
"model.layers.24.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 285 |
+
"model.layers.24.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 286 |
+
"model.layers.24.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 287 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 288 |
+
"model.layers.24.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 289 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 290 |
+
"model.layers.24.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 291 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 292 |
+
"model.layers.24.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 293 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 294 |
+
"model.layers.24.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 295 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 296 |
+
"model.layers.25.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 297 |
+
"model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 298 |
+
"model.layers.25.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 299 |
+
"model.layers.25.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 300 |
+
"model.layers.25.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 301 |
+
"model.layers.25.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 302 |
+
"model.layers.25.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 303 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 304 |
+
"model.layers.25.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 305 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 306 |
+
"model.layers.25.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 307 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 308 |
+
"model.layers.25.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 309 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 310 |
+
"model.layers.25.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 311 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 312 |
+
"model.layers.26.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 313 |
+
"model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 314 |
+
"model.layers.26.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 315 |
+
"model.layers.26.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 316 |
+
"model.layers.26.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 317 |
+
"model.layers.26.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 318 |
+
"model.layers.26.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 319 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 320 |
+
"model.layers.26.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 321 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 322 |
+
"model.layers.26.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 323 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 324 |
+
"model.layers.26.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 325 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 326 |
+
"model.layers.26.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 327 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 328 |
+
"model.layers.27.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 329 |
+
"model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 330 |
+
"model.layers.27.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 331 |
+
"model.layers.27.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 332 |
+
"model.layers.27.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 333 |
+
"model.layers.27.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 334 |
+
"model.layers.27.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 335 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 336 |
+
"model.layers.27.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 337 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 338 |
+
"model.layers.27.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 339 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 340 |
+
"model.layers.27.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 341 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 342 |
+
"model.layers.27.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 343 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 344 |
+
"model.layers.28.input_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 345 |
+
"model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 346 |
+
"model.layers.28.mlp.c_fc.bias": "model-00003-of-00004.safetensors",
|
| 347 |
+
"model.layers.28.mlp.c_fc.weight": "model-00003-of-00004.safetensors",
|
| 348 |
+
"model.layers.28.mlp.c_proj.bias": "model-00003-of-00004.safetensors",
|
| 349 |
+
"model.layers.28.mlp.c_proj.weight": "model-00003-of-00004.safetensors",
|
| 350 |
+
"model.layers.28.post_attention_layernorm.bias": "model-00003-of-00004.safetensors",
|
| 351 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors",
|
| 352 |
+
"model.layers.28.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 353 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 354 |
+
"model.layers.28.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 355 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 356 |
+
"model.layers.28.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 357 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 358 |
+
"model.layers.28.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 359 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 360 |
+
"model.layers.29.input_layernorm.bias": "model-00004-of-00004.safetensors",
|
| 361 |
+
"model.layers.29.input_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 362 |
+
"model.layers.29.mlp.c_fc.bias": "model-00004-of-00004.safetensors",
|
| 363 |
+
"model.layers.29.mlp.c_fc.weight": "model-00004-of-00004.safetensors",
|
| 364 |
+
"model.layers.29.mlp.c_proj.bias": "model-00004-of-00004.safetensors",
|
| 365 |
+
"model.layers.29.mlp.c_proj.weight": "model-00004-of-00004.safetensors",
|
| 366 |
+
"model.layers.29.post_attention_layernorm.bias": "model-00004-of-00004.safetensors",
|
| 367 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00004-of-00004.safetensors",
|
| 368 |
+
"model.layers.29.self_attn.k_proj.bias": "model-00003-of-00004.safetensors",
|
| 369 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors",
|
| 370 |
+
"model.layers.29.self_attn.o_proj.bias": "model-00003-of-00004.safetensors",
|
| 371 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors",
|
| 372 |
+
"model.layers.29.self_attn.q_proj.bias": "model-00003-of-00004.safetensors",
|
| 373 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors",
|
| 374 |
+
"model.layers.29.self_attn.v_proj.bias": "model-00003-of-00004.safetensors",
|
| 375 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors",
|
| 376 |
+
"model.layers.3.input_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 377 |
+
"model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 378 |
+
"model.layers.3.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 379 |
+
"model.layers.3.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 380 |
+
"model.layers.3.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
|
| 381 |
+
"model.layers.3.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
|
| 382 |
+
"model.layers.3.post_attention_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 383 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 384 |
+
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 385 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 386 |
+
"model.layers.3.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 387 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 388 |
+
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 389 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 390 |
+
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 391 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 392 |
+
"model.layers.4.input_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 393 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 394 |
+
"model.layers.4.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 395 |
+
"model.layers.4.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 396 |
+
"model.layers.4.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
|
| 397 |
+
"model.layers.4.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
|
| 398 |
+
"model.layers.4.post_attention_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 399 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 400 |
+
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 401 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 402 |
+
"model.layers.4.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 403 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 404 |
+
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 405 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 406 |
+
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 407 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 408 |
+
"model.layers.5.input_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 409 |
+
"model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 410 |
+
"model.layers.5.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 411 |
+
"model.layers.5.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 412 |
+
"model.layers.5.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
|
| 413 |
+
"model.layers.5.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
|
| 414 |
+
"model.layers.5.post_attention_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 415 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 416 |
+
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 417 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 418 |
+
"model.layers.5.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 419 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 420 |
+
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 421 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 422 |
+
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 423 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 424 |
+
"model.layers.6.input_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 425 |
+
"model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 426 |
+
"model.layers.6.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 427 |
+
"model.layers.6.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 428 |
+
"model.layers.6.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
|
| 429 |
+
"model.layers.6.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
|
| 430 |
+
"model.layers.6.post_attention_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 431 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 432 |
+
"model.layers.6.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 433 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 434 |
+
"model.layers.6.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 435 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 436 |
+
"model.layers.6.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 437 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 438 |
+
"model.layers.6.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 439 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 440 |
+
"model.layers.7.input_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 441 |
+
"model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 442 |
+
"model.layers.7.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 443 |
+
"model.layers.7.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 444 |
+
"model.layers.7.mlp.c_proj.bias": "model-00001-of-00004.safetensors",
|
| 445 |
+
"model.layers.7.mlp.c_proj.weight": "model-00001-of-00004.safetensors",
|
| 446 |
+
"model.layers.7.post_attention_layernorm.bias": "model-00001-of-00004.safetensors",
|
| 447 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors",
|
| 448 |
+
"model.layers.7.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 449 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 450 |
+
"model.layers.7.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 451 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 452 |
+
"model.layers.7.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 453 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 454 |
+
"model.layers.7.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 455 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 456 |
+
"model.layers.8.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 457 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 458 |
+
"model.layers.8.mlp.c_fc.bias": "model-00001-of-00004.safetensors",
|
| 459 |
+
"model.layers.8.mlp.c_fc.weight": "model-00001-of-00004.safetensors",
|
| 460 |
+
"model.layers.8.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 461 |
+
"model.layers.8.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 462 |
+
"model.layers.8.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 463 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 464 |
+
"model.layers.8.self_attn.k_proj.bias": "model-00001-of-00004.safetensors",
|
| 465 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors",
|
| 466 |
+
"model.layers.8.self_attn.o_proj.bias": "model-00001-of-00004.safetensors",
|
| 467 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors",
|
| 468 |
+
"model.layers.8.self_attn.q_proj.bias": "model-00001-of-00004.safetensors",
|
| 469 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors",
|
| 470 |
+
"model.layers.8.self_attn.v_proj.bias": "model-00001-of-00004.safetensors",
|
| 471 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors",
|
| 472 |
+
"model.layers.9.input_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 473 |
+
"model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 474 |
+
"model.layers.9.mlp.c_fc.bias": "model-00002-of-00004.safetensors",
|
| 475 |
+
"model.layers.9.mlp.c_fc.weight": "model-00002-of-00004.safetensors",
|
| 476 |
+
"model.layers.9.mlp.c_proj.bias": "model-00002-of-00004.safetensors",
|
| 477 |
+
"model.layers.9.mlp.c_proj.weight": "model-00002-of-00004.safetensors",
|
| 478 |
+
"model.layers.9.post_attention_layernorm.bias": "model-00002-of-00004.safetensors",
|
| 479 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors",
|
| 480 |
+
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00004.safetensors",
|
| 481 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors",
|
| 482 |
+
"model.layers.9.self_attn.o_proj.bias": "model-00002-of-00004.safetensors",
|
| 483 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors",
|
| 484 |
+
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00004.safetensors",
|
| 485 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors",
|
| 486 |
+
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00004.safetensors",
|
| 487 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors",
|
| 488 |
+
"model.norm.bias": "model-00004-of-00004.safetensors",
|
| 489 |
+
"model.norm.weight": "model-00004-of-00004.safetensors"
|
| 490 |
+
}
|
| 491 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|endoftext|>",
|
| 4 |
+
"<fim_prefix>",
|
| 5 |
+
"<fim_middle>",
|
| 6 |
+
"<fim_suffix>",
|
| 7 |
+
"<fim_pad>",
|
| 8 |
+
"<repo_name>",
|
| 9 |
+
"<file_sep>",
|
| 10 |
+
"<issue_start>",
|
| 11 |
+
"<issue_comment>",
|
| 12 |
+
"<issue_closed>",
|
| 13 |
+
"<jupyter_start>",
|
| 14 |
+
"<jupyter_text>",
|
| 15 |
+
"<jupyter_code>",
|
| 16 |
+
"<jupyter_output>",
|
| 17 |
+
"<jupyter_script>",
|
| 18 |
+
"<empty_output>",
|
| 19 |
+
"<code_to_intermediate>",
|
| 20 |
+
"<intermediate_to_code>",
|
| 21 |
+
"<pr>",
|
| 22 |
+
"<pr_status>",
|
| 23 |
+
"<pr_is_merged>",
|
| 24 |
+
"<pr_base>",
|
| 25 |
+
"<pr_file>",
|
| 26 |
+
"<pr_base_code>",
|
| 27 |
+
"<pr_diff>",
|
| 28 |
+
"<pr_diff_hunk>",
|
| 29 |
+
"<pr_comment>",
|
| 30 |
+
"<pr_event_id>",
|
| 31 |
+
"<pr_review>",
|
| 32 |
+
"<pr_review_state>",
|
| 33 |
+
"<pr_review_comment>",
|
| 34 |
+
"<pr_in_reply_to_review_id>",
|
| 35 |
+
"<pr_in_reply_to_comment_id>",
|
| 36 |
+
"<pr_diff_hunk_comment_line>",
|
| 37 |
+
"<NAME>",
|
| 38 |
+
"<EMAIL>",
|
| 39 |
+
"<KEY>",
|
| 40 |
+
"<PASSWORD>"
|
| 41 |
+
],
|
| 42 |
+
"bos_token": {
|
| 43 |
+
"content": "<|endoftext|>",
|
| 44 |
+
"lstrip": false,
|
| 45 |
+
"normalized": false,
|
| 46 |
+
"rstrip": false,
|
| 47 |
+
"single_word": false
|
| 48 |
+
},
|
| 49 |
+
"eos_token": {
|
| 50 |
+
"content": "<|endoftext|>",
|
| 51 |
+
"lstrip": false,
|
| 52 |
+
"normalized": false,
|
| 53 |
+
"rstrip": false,
|
| 54 |
+
"single_word": false
|
| 55 |
+
},
|
| 56 |
+
"pad_token": "<|endoftext|>",
|
| 57 |
+
"unk_token": {
|
| 58 |
+
"content": "<|endoftext|>",
|
| 59 |
+
"lstrip": false,
|
| 60 |
+
"normalized": false,
|
| 61 |
+
"rstrip": false,
|
| 62 |
+
"single_word": false
|
| 63 |
+
}
|
| 64 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,358 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"0": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": false,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
},
|
| 12 |
+
"1": {
|
| 13 |
+
"content": "<fim_prefix>",
|
| 14 |
+
"lstrip": false,
|
| 15 |
+
"normalized": false,
|
| 16 |
+
"rstrip": false,
|
| 17 |
+
"single_word": false,
|
| 18 |
+
"special": true
|
| 19 |
+
},
|
| 20 |
+
"2": {
|
| 21 |
+
"content": "<fim_middle>",
|
| 22 |
+
"lstrip": false,
|
| 23 |
+
"normalized": false,
|
| 24 |
+
"rstrip": false,
|
| 25 |
+
"single_word": false,
|
| 26 |
+
"special": true
|
| 27 |
+
},
|
| 28 |
+
"3": {
|
| 29 |
+
"content": "<fim_suffix>",
|
| 30 |
+
"lstrip": false,
|
| 31 |
+
"normalized": false,
|
| 32 |
+
"rstrip": false,
|
| 33 |
+
"single_word": false,
|
| 34 |
+
"special": true
|
| 35 |
+
},
|
| 36 |
+
"4": {
|
| 37 |
+
"content": "<fim_pad>",
|
| 38 |
+
"lstrip": false,
|
| 39 |
+
"normalized": false,
|
| 40 |
+
"rstrip": false,
|
| 41 |
+
"single_word": false,
|
| 42 |
+
"special": true
|
| 43 |
+
},
|
| 44 |
+
"5": {
|
| 45 |
+
"content": "<repo_name>",
|
| 46 |
+
"lstrip": false,
|
| 47 |
+
"normalized": false,
|
| 48 |
+
"rstrip": false,
|
| 49 |
+
"single_word": false,
|
| 50 |
+
"special": true
|
| 51 |
+
},
|
| 52 |
+
"6": {
|
| 53 |
+
"content": "<file_sep>",
|
| 54 |
+
"lstrip": false,
|
| 55 |
+
"normalized": false,
|
| 56 |
+
"rstrip": false,
|
| 57 |
+
"single_word": false,
|
| 58 |
+
"special": true
|
| 59 |
+
},
|
| 60 |
+
"7": {
|
| 61 |
+
"content": "<issue_start>",
|
| 62 |
+
"lstrip": false,
|
| 63 |
+
"normalized": false,
|
| 64 |
+
"rstrip": false,
|
| 65 |
+
"single_word": false,
|
| 66 |
+
"special": true
|
| 67 |
+
},
|
| 68 |
+
"8": {
|
| 69 |
+
"content": "<issue_comment>",
|
| 70 |
+
"lstrip": false,
|
| 71 |
+
"normalized": false,
|
| 72 |
+
"rstrip": false,
|
| 73 |
+
"single_word": false,
|
| 74 |
+
"special": true
|
| 75 |
+
},
|
| 76 |
+
"9": {
|
| 77 |
+
"content": "<issue_closed>",
|
| 78 |
+
"lstrip": false,
|
| 79 |
+
"normalized": false,
|
| 80 |
+
"rstrip": false,
|
| 81 |
+
"single_word": false,
|
| 82 |
+
"special": true
|
| 83 |
+
},
|
| 84 |
+
"10": {
|
| 85 |
+
"content": "<jupyter_start>",
|
| 86 |
+
"lstrip": false,
|
| 87 |
+
"normalized": false,
|
| 88 |
+
"rstrip": false,
|
| 89 |
+
"single_word": false,
|
| 90 |
+
"special": true
|
| 91 |
+
},
|
| 92 |
+
"11": {
|
| 93 |
+
"content": "<jupyter_text>",
|
| 94 |
+
"lstrip": false,
|
| 95 |
+
"normalized": false,
|
| 96 |
+
"rstrip": false,
|
| 97 |
+
"single_word": false,
|
| 98 |
+
"special": true
|
| 99 |
+
},
|
| 100 |
+
"12": {
|
| 101 |
+
"content": "<jupyter_code>",
|
| 102 |
+
"lstrip": false,
|
| 103 |
+
"normalized": false,
|
| 104 |
+
"rstrip": false,
|
| 105 |
+
"single_word": false,
|
| 106 |
+
"special": true
|
| 107 |
+
},
|
| 108 |
+
"13": {
|
| 109 |
+
"content": "<jupyter_output>",
|
| 110 |
+
"lstrip": false,
|
| 111 |
+
"normalized": false,
|
| 112 |
+
"rstrip": false,
|
| 113 |
+
"single_word": false,
|
| 114 |
+
"special": true
|
| 115 |
+
},
|
| 116 |
+
"14": {
|
| 117 |
+
"content": "<jupyter_script>",
|
| 118 |
+
"lstrip": false,
|
| 119 |
+
"normalized": false,
|
| 120 |
+
"rstrip": false,
|
| 121 |
+
"single_word": false,
|
| 122 |
+
"special": true
|
| 123 |
+
},
|
| 124 |
+
"15": {
|
| 125 |
+
"content": "<empty_output>",
|
| 126 |
+
"lstrip": false,
|
| 127 |
+
"normalized": false,
|
| 128 |
+
"rstrip": false,
|
| 129 |
+
"single_word": false,
|
| 130 |
+
"special": true
|
| 131 |
+
},
|
| 132 |
+
"16": {
|
| 133 |
+
"content": "<code_to_intermediate>",
|
| 134 |
+
"lstrip": false,
|
| 135 |
+
"normalized": false,
|
| 136 |
+
"rstrip": false,
|
| 137 |
+
"single_word": false,
|
| 138 |
+
"special": true
|
| 139 |
+
},
|
| 140 |
+
"17": {
|
| 141 |
+
"content": "<intermediate_to_code>",
|
| 142 |
+
"lstrip": false,
|
| 143 |
+
"normalized": false,
|
| 144 |
+
"rstrip": false,
|
| 145 |
+
"single_word": false,
|
| 146 |
+
"special": true
|
| 147 |
+
},
|
| 148 |
+
"18": {
|
| 149 |
+
"content": "<pr>",
|
| 150 |
+
"lstrip": false,
|
| 151 |
+
"normalized": false,
|
| 152 |
+
"rstrip": false,
|
| 153 |
+
"single_word": false,
|
| 154 |
+
"special": true
|
| 155 |
+
},
|
| 156 |
+
"19": {
|
| 157 |
+
"content": "<pr_status>",
|
| 158 |
+
"lstrip": false,
|
| 159 |
+
"normalized": false,
|
| 160 |
+
"rstrip": false,
|
| 161 |
+
"single_word": false,
|
| 162 |
+
"special": true
|
| 163 |
+
},
|
| 164 |
+
"20": {
|
| 165 |
+
"content": "<pr_is_merged>",
|
| 166 |
+
"lstrip": false,
|
| 167 |
+
"normalized": false,
|
| 168 |
+
"rstrip": false,
|
| 169 |
+
"single_word": false,
|
| 170 |
+
"special": true
|
| 171 |
+
},
|
| 172 |
+
"21": {
|
| 173 |
+
"content": "<pr_base>",
|
| 174 |
+
"lstrip": false,
|
| 175 |
+
"normalized": false,
|
| 176 |
+
"rstrip": false,
|
| 177 |
+
"single_word": false,
|
| 178 |
+
"special": true
|
| 179 |
+
},
|
| 180 |
+
"22": {
|
| 181 |
+
"content": "<pr_file>",
|
| 182 |
+
"lstrip": false,
|
| 183 |
+
"normalized": false,
|
| 184 |
+
"rstrip": false,
|
| 185 |
+
"single_word": false,
|
| 186 |
+
"special": true
|
| 187 |
+
},
|
| 188 |
+
"23": {
|
| 189 |
+
"content": "<pr_base_code>",
|
| 190 |
+
"lstrip": false,
|
| 191 |
+
"normalized": false,
|
| 192 |
+
"rstrip": false,
|
| 193 |
+
"single_word": false,
|
| 194 |
+
"special": true
|
| 195 |
+
},
|
| 196 |
+
"24": {
|
| 197 |
+
"content": "<pr_diff>",
|
| 198 |
+
"lstrip": false,
|
| 199 |
+
"normalized": false,
|
| 200 |
+
"rstrip": false,
|
| 201 |
+
"single_word": false,
|
| 202 |
+
"special": true
|
| 203 |
+
},
|
| 204 |
+
"25": {
|
| 205 |
+
"content": "<pr_diff_hunk>",
|
| 206 |
+
"lstrip": false,
|
| 207 |
+
"normalized": false,
|
| 208 |
+
"rstrip": false,
|
| 209 |
+
"single_word": false,
|
| 210 |
+
"special": true
|
| 211 |
+
},
|
| 212 |
+
"26": {
|
| 213 |
+
"content": "<pr_comment>",
|
| 214 |
+
"lstrip": false,
|
| 215 |
+
"normalized": false,
|
| 216 |
+
"rstrip": false,
|
| 217 |
+
"single_word": false,
|
| 218 |
+
"special": true
|
| 219 |
+
},
|
| 220 |
+
"27": {
|
| 221 |
+
"content": "<pr_event_id>",
|
| 222 |
+
"lstrip": false,
|
| 223 |
+
"normalized": false,
|
| 224 |
+
"rstrip": false,
|
| 225 |
+
"single_word": false,
|
| 226 |
+
"special": true
|
| 227 |
+
},
|
| 228 |
+
"28": {
|
| 229 |
+
"content": "<pr_review>",
|
| 230 |
+
"lstrip": false,
|
| 231 |
+
"normalized": false,
|
| 232 |
+
"rstrip": false,
|
| 233 |
+
"single_word": false,
|
| 234 |
+
"special": true
|
| 235 |
+
},
|
| 236 |
+
"29": {
|
| 237 |
+
"content": "<pr_review_state>",
|
| 238 |
+
"lstrip": false,
|
| 239 |
+
"normalized": false,
|
| 240 |
+
"rstrip": false,
|
| 241 |
+
"single_word": false,
|
| 242 |
+
"special": true
|
| 243 |
+
},
|
| 244 |
+
"30": {
|
| 245 |
+
"content": "<pr_review_comment>",
|
| 246 |
+
"lstrip": false,
|
| 247 |
+
"normalized": false,
|
| 248 |
+
"rstrip": false,
|
| 249 |
+
"single_word": false,
|
| 250 |
+
"special": true
|
| 251 |
+
},
|
| 252 |
+
"31": {
|
| 253 |
+
"content": "<pr_in_reply_to_review_id>",
|
| 254 |
+
"lstrip": false,
|
| 255 |
+
"normalized": false,
|
| 256 |
+
"rstrip": false,
|
| 257 |
+
"single_word": false,
|
| 258 |
+
"special": true
|
| 259 |
+
},
|
| 260 |
+
"32": {
|
| 261 |
+
"content": "<pr_in_reply_to_comment_id>",
|
| 262 |
+
"lstrip": false,
|
| 263 |
+
"normalized": false,
|
| 264 |
+
"rstrip": false,
|
| 265 |
+
"single_word": false,
|
| 266 |
+
"special": true
|
| 267 |
+
},
|
| 268 |
+
"33": {
|
| 269 |
+
"content": "<pr_diff_hunk_comment_line>",
|
| 270 |
+
"lstrip": false,
|
| 271 |
+
"normalized": false,
|
| 272 |
+
"rstrip": false,
|
| 273 |
+
"single_word": false,
|
| 274 |
+
"special": true
|
| 275 |
+
},
|
| 276 |
+
"34": {
|
| 277 |
+
"content": "<NAME>",
|
| 278 |
+
"lstrip": false,
|
| 279 |
+
"normalized": false,
|
| 280 |
+
"rstrip": false,
|
| 281 |
+
"single_word": false,
|
| 282 |
+
"special": true
|
| 283 |
+
},
|
| 284 |
+
"35": {
|
| 285 |
+
"content": "<EMAIL>",
|
| 286 |
+
"lstrip": false,
|
| 287 |
+
"normalized": false,
|
| 288 |
+
"rstrip": false,
|
| 289 |
+
"single_word": false,
|
| 290 |
+
"special": true
|
| 291 |
+
},
|
| 292 |
+
"36": {
|
| 293 |
+
"content": "<KEY>",
|
| 294 |
+
"lstrip": false,
|
| 295 |
+
"normalized": false,
|
| 296 |
+
"rstrip": false,
|
| 297 |
+
"single_word": false,
|
| 298 |
+
"special": true
|
| 299 |
+
},
|
| 300 |
+
"37": {
|
| 301 |
+
"content": "<PASSWORD>",
|
| 302 |
+
"lstrip": false,
|
| 303 |
+
"normalized": false,
|
| 304 |
+
"rstrip": false,
|
| 305 |
+
"single_word": false,
|
| 306 |
+
"special": true
|
| 307 |
+
}
|
| 308 |
+
},
|
| 309 |
+
"additional_special_tokens": [
|
| 310 |
+
"<|endoftext|>",
|
| 311 |
+
"<fim_prefix>",
|
| 312 |
+
"<fim_middle>",
|
| 313 |
+
"<fim_suffix>",
|
| 314 |
+
"<fim_pad>",
|
| 315 |
+
"<repo_name>",
|
| 316 |
+
"<file_sep>",
|
| 317 |
+
"<issue_start>",
|
| 318 |
+
"<issue_comment>",
|
| 319 |
+
"<issue_closed>",
|
| 320 |
+
"<jupyter_start>",
|
| 321 |
+
"<jupyter_text>",
|
| 322 |
+
"<jupyter_code>",
|
| 323 |
+
"<jupyter_output>",
|
| 324 |
+
"<jupyter_script>",
|
| 325 |
+
"<empty_output>",
|
| 326 |
+
"<code_to_intermediate>",
|
| 327 |
+
"<intermediate_to_code>",
|
| 328 |
+
"<pr>",
|
| 329 |
+
"<pr_status>",
|
| 330 |
+
"<pr_is_merged>",
|
| 331 |
+
"<pr_base>",
|
| 332 |
+
"<pr_file>",
|
| 333 |
+
"<pr_base_code>",
|
| 334 |
+
"<pr_diff>",
|
| 335 |
+
"<pr_diff_hunk>",
|
| 336 |
+
"<pr_comment>",
|
| 337 |
+
"<pr_event_id>",
|
| 338 |
+
"<pr_review>",
|
| 339 |
+
"<pr_review_state>",
|
| 340 |
+
"<pr_review_comment>",
|
| 341 |
+
"<pr_in_reply_to_review_id>",
|
| 342 |
+
"<pr_in_reply_to_comment_id>",
|
| 343 |
+
"<pr_diff_hunk_comment_line>",
|
| 344 |
+
"<NAME>",
|
| 345 |
+
"<EMAIL>",
|
| 346 |
+
"<KEY>",
|
| 347 |
+
"<PASSWORD>"
|
| 348 |
+
],
|
| 349 |
+
"bos_token": "<|endoftext|>",
|
| 350 |
+
"clean_up_tokenization_spaces": true,
|
| 351 |
+
"eos_token": "<|endoftext|>",
|
| 352 |
+
"extra_special_tokens": {},
|
| 353 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 354 |
+
"pad_token": "<|endoftext|>",
|
| 355 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 356 |
+
"unk_token": "<|endoftext|>",
|
| 357 |
+
"vocab_size": 49152
|
| 358 |
+
}
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|