初始化项目,由ModelHub XC社区提供模型
Model: uukuguy/speechless-starcoder2-15b Source: Original Platform
This commit is contained in:
42
.gitattributes
vendored
Normal file
42
.gitattributes
vendored
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.model filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||||
|
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||||
|
model-00001-of-00007.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||||
|
model-00002-of-00007.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||||
|
model-00003-of-00007.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||||
|
model-00004-of-00007.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||||
|
model-00005-of-00007.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||||
|
model-00006-of-00007.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||||
|
model-00007-of-00007.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||||
274
README.md
Normal file
274
README.md
Normal file
@@ -0,0 +1,274 @@
|
|||||||
|
---
|
||||||
|
pipeline_tag: text-generation
|
||||||
|
inference:
|
||||||
|
parameters:
|
||||||
|
temperature: 0.2
|
||||||
|
top_p: 0.95
|
||||||
|
widget:
|
||||||
|
- text: 'def print_hello_world():'
|
||||||
|
example_title: Hello world
|
||||||
|
group: Python
|
||||||
|
datasets:
|
||||||
|
- bigcode/the-stack-v2-train
|
||||||
|
license: bigcode-openrail-m
|
||||||
|
library_name: transformers
|
||||||
|
tags:
|
||||||
|
- code
|
||||||
|
model-index:
|
||||||
|
- name: starcoder2-15b
|
||||||
|
results:
|
||||||
|
- task:
|
||||||
|
type: text-generation
|
||||||
|
dataset:
|
||||||
|
name: CruxEval-I
|
||||||
|
type: cruxeval-i
|
||||||
|
metrics:
|
||||||
|
- type: pass@1
|
||||||
|
value: 48.1
|
||||||
|
- task:
|
||||||
|
type: text-generation
|
||||||
|
dataset:
|
||||||
|
name: DS-1000
|
||||||
|
type: ds-1000
|
||||||
|
metrics:
|
||||||
|
- type: pass@1
|
||||||
|
value: 33.8
|
||||||
|
- task:
|
||||||
|
type: text-generation
|
||||||
|
dataset:
|
||||||
|
name: GSM8K (PAL)
|
||||||
|
type: gsm8k-pal
|
||||||
|
metrics:
|
||||||
|
- type: accuracy
|
||||||
|
value: 65.1
|
||||||
|
- task:
|
||||||
|
type: text-generation
|
||||||
|
dataset:
|
||||||
|
name: HumanEval+
|
||||||
|
type: humanevalplus
|
||||||
|
metrics:
|
||||||
|
- type: pass@1
|
||||||
|
value: 37.8
|
||||||
|
- task:
|
||||||
|
type: text-generation
|
||||||
|
dataset:
|
||||||
|
name: HumanEval
|
||||||
|
type: humaneval
|
||||||
|
metrics:
|
||||||
|
- type: pass@1
|
||||||
|
value: 46.3
|
||||||
|
- task:
|
||||||
|
type: text-generation
|
||||||
|
dataset:
|
||||||
|
name: RepoBench-v1.1
|
||||||
|
type: repobench-v1.1
|
||||||
|
metrics:
|
||||||
|
- type: edit-smiliarity
|
||||||
|
value: 74.08
|
||||||
|
---
|
||||||
|
|
||||||
|
<p><h1> speechless-starcoder2-15b </h1></p>
|
||||||
|
|
||||||
|
Code: https://github.com/uukuguy/speechless
|
||||||
|
|
||||||
|
Use the following dataset to fine-tune bigcode/starcoder2-15b in order to improve the model's reasoning and planning abilities.
|
||||||
|
|
||||||
|
Total 986k samples.
|
||||||
|
- teknium/OpenHermes-2.5
|
||||||
|
- TokenBender/python_eval_instruct_51k
|
||||||
|
- Spider
|
||||||
|
- codefuse-ai/Evol-instruction-66k
|
||||||
|
|
||||||
|
## How to Prompt the Model
|
||||||
|
This model accepts the Alpaca instruction format.
|
||||||
|
|
||||||
|
For example:
|
||||||
|
``
|
||||||
|
You are an intelligent programming assistant.
|
||||||
|
|
||||||
|
### Instruction:
|
||||||
|
Implement a linked list in C++
|
||||||
|
|
||||||
|
### Response:
|
||||||
|
``
|
||||||
|
|
||||||
|
## HumanEval
|
||||||
|
|
||||||
|
| Metric | Value |
|
||||||
|
| --- | --- |
|
||||||
|
| humaneval-python | |
|
||||||
|
|
||||||
|
## lm-evaluation-harness
|
||||||
|
|
||||||
|
``json
|
||||||
|
{'ARC (acc_norm)': ,
|
||||||
|
'HellaSwag (acc_norm)': ,
|
||||||
|
'MMLU (acc)': ,
|
||||||
|
'TruthfulQA (mc2)': ,
|
||||||
|
'Winoground (acc)': ,
|
||||||
|
'GSM8K (acc)': ,
|
||||||
|
'DROP (f1)': ,
|
||||||
|
'Open LLM Score': }
|
||||||
|
``
|
||||||
|
|
||||||
|
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
||||||
|
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_uukuguy__speechless-starcoder2-7b)
|
||||||
|
|
||||||
|
| Metric | Value |
|
||||||
|
|-----------------------|---------------------------|
|
||||||
|
| Avg. | |
|
||||||
|
| ARC (25-shot) | |
|
||||||
|
| HellaSwag (10-shot) | |
|
||||||
|
| MMLU (5-shot) | |
|
||||||
|
| TruthfulQA (0-shot) | |
|
||||||
|
| Winogrande (5-shot) | |
|
||||||
|
| GSM8K (5-shot) | |
|
||||||
|
| DROP (3-shot) | |
|
||||||
|
|
||||||
|
|
||||||
|
# StarCoder2
|
||||||
|
|
||||||
|
<center>
|
||||||
|
<img src="https://huggingface.co/datasets/bigcode/admin_private/resolve/main/starcoder2_banner.png" alt="SC2" width="900" height="600">
|
||||||
|
</center>
|
||||||
|
|
||||||
|
## Table of Contents
|
||||||
|
|
||||||
|
1. [Model Summary](#model-summary)
|
||||||
|
2. [Use](#use)
|
||||||
|
3. [Limitations](#limitations)
|
||||||
|
4. [Training](#training)
|
||||||
|
5. [License](#license)
|
||||||
|
6. [Citation](#citation)
|
||||||
|
|
||||||
|
## Model Summary
|
||||||
|
|
||||||
|
StarCoder2-15B model is a 15B parameter model trained on 600+ programming languages from [The Stack v2](https://huggingface.co/datasets/bigcode/the-stack-v2-train), with opt-out requests excluded. The model uses [Grouped Query Attention](https://arxiv.org/abs/2305.13245), [a context window of 16,384 tokens](https://arxiv.org/abs/2205.14135) with [a sliding window attention of 4,096 tokens](https://arxiv.org/abs/2004.05150v2), and was trained using the [Fill-in-the-Middle objective](https://arxiv.org/abs/2207.14255) on 4+ trillion tokens.
|
||||||
|
The model was trained with [NVIDIA NeMo™ Framework](https://www.nvidia.com/en-us/ai-data-science/generative-ai/nemo-framework/) using the [NVIDIA Eos Supercomputer](https://blogs.nvidia.com/blog/eos/) built with [NVIDIA DGX H100](https://www.nvidia.com/en-us/data-center/dgx-h100/) systems.
|
||||||
|
|
||||||
|
- **Project Website:** [bigcode-project.org](https://www.bigcode-project.org)
|
||||||
|
- **Paper:** [Link](https://huggingface.co/papers/2402.19173)
|
||||||
|
- **Point of Contact:** [contact@bigcode-project.org](mailto:contact@bigcode-project.org)
|
||||||
|
- **Languages:** 600+ Programming languages
|
||||||
|
|
||||||
|
## Use
|
||||||
|
|
||||||
|
### Intended use
|
||||||
|
|
||||||
|
The model was trained on GitHub code as well as additional selected data sources such as Arxiv and Wikipedia. As such it is _not_ an instruction model and commands like "Write a function that computes the square root." do not work well.
|
||||||
|
|
||||||
|
### Generation
|
||||||
|
Here are some examples to get started with the model. You can find a script for fine-tuning in StarCoder2's [GitHub repository](https://github.com/bigcode-project/starcoder2).
|
||||||
|
|
||||||
|
First, make sure to install `transformers` from source:
|
||||||
|
```bash
|
||||||
|
pip install git+https://github.com/huggingface/transformers.git
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Running the model on CPU/GPU/multi GPU
|
||||||
|
* _Using full precision_
|
||||||
|
```python
|
||||||
|
# pip install git+https://github.com/huggingface/transformers.git # TODO: merge PR to main
|
||||||
|
from transformers import AutoModelForCausalLM, AutoTokenizer
|
||||||
|
|
||||||
|
checkpoint = "bigcode/starcoder2-15b"
|
||||||
|
device = "cuda" # for GPU usage or "cpu" for CPU usage
|
||||||
|
|
||||||
|
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|
||||||
|
# for multiple GPUs install accelerate and do `model = AutoModelForCausalLM.from_pretrained(checkpoint, device_map="auto")`
|
||||||
|
model = AutoModelForCausalLM.from_pretrained(checkpoint).to(device)
|
||||||
|
|
||||||
|
inputs = tokenizer.encode("def print_hello_world():", return_tensors="pt").to(device)
|
||||||
|
outputs = model.generate(inputs)
|
||||||
|
print(tokenizer.decode(outputs[0]))
|
||||||
|
```
|
||||||
|
|
||||||
|
* _Using `torch.bfloat16`_
|
||||||
|
```python
|
||||||
|
# pip install accelerate
|
||||||
|
import torch
|
||||||
|
from transformers import AutoTokenizer, AutoModelForCausalLM
|
||||||
|
|
||||||
|
checkpoint = "bigcode/starcoder2-15b"
|
||||||
|
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|
||||||
|
|
||||||
|
# for fp16 use `torch_dtype=torch.float16` instead
|
||||||
|
model = AutoModelForCausalLM.from_pretrained(checkpoint, device_map="auto", torch_dtype=torch.bfloat16)
|
||||||
|
|
||||||
|
inputs = tokenizer.encode("def print_hello_world():", return_tensors="pt").to("cuda")
|
||||||
|
outputs = model.generate(inputs)
|
||||||
|
print(tokenizer.decode(outputs[0]))
|
||||||
|
```
|
||||||
|
```bash
|
||||||
|
>>> print(f"Memory footprint: {model.get_memory_footprint() / 1e6:.2f} MB")
|
||||||
|
Memory footprint: 32251.33 MB
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Quantized Versions through `bitsandbytes`
|
||||||
|
* _Using 8-bit precision (int8)_
|
||||||
|
|
||||||
|
```python
|
||||||
|
# pip install bitsandbytes accelerate
|
||||||
|
from transformers import AutoTokenizer, AutoModelForCausalLM, BitsAndBytesConfig
|
||||||
|
|
||||||
|
# to use 4bit use `load_in_4bit=True` instead
|
||||||
|
quantization_config = BitsAndBytesConfig(load_in_8bit=True)
|
||||||
|
|
||||||
|
checkpoint = "bigcode/starcoder2-15b"
|
||||||
|
tokenizer = AutoTokenizer.from_pretrained(checkpoint)
|
||||||
|
model = AutoModelForCausalLM.from_pretrained(checkpoint, quantization_config=quantization_config)
|
||||||
|
|
||||||
|
inputs = tokenizer.encode("def print_hello_world():", return_tensors="pt").to("cuda")
|
||||||
|
outputs = model.generate(inputs)
|
||||||
|
print(tokenizer.decode(outputs[0]))
|
||||||
|
```
|
||||||
|
```bash
|
||||||
|
>>> print(f"Memory footprint: {model.get_memory_footprint() / 1e6:.2f} MB")
|
||||||
|
# load_in_8bit
|
||||||
|
Memory footprint: 16900.18 MB
|
||||||
|
# load_in_4bit
|
||||||
|
>>> print(f"Memory footprint: {model.get_memory_footprint() / 1e6:.2f} MB")
|
||||||
|
Memory footprint: 9224.60 MB
|
||||||
|
```
|
||||||
|
### Attribution & Other Requirements
|
||||||
|
|
||||||
|
The pretraining dataset of the model was filtered for permissive licenses and code with no license only. Nevertheless, the model can generate source code verbatim from the dataset. The code's license might require attribution and/or other specific requirements that must be respected. We provide a [search index](https://huggingface.co/spaces/bigcode/search-v2) that let's you search through the pretraining data to identify where generated code came from and apply the proper attribution to your code.
|
||||||
|
|
||||||
|
# Limitations
|
||||||
|
|
||||||
|
The model has been trained on source code from 600+ programming languages. The predominant language in source is English although other languages are also present. As such the model is capable to generate code snippets provided some context but the generated code is not guaranteed to work as intended. It can be inefficient, contain bugs or exploits. See [the paper](https://huggingface.co/papers/2402.19173) for an in-depth discussion of the model limitations.
|
||||||
|
|
||||||
|
# Training
|
||||||
|
|
||||||
|
## Model
|
||||||
|
|
||||||
|
- **Architecture:** Transformer decoder with grouped-query and sliding window attention and Fill-in-the-Middle objective
|
||||||
|
- **Pretraining steps:** 1 million
|
||||||
|
- **Pretraining tokens:** 4+ trillion
|
||||||
|
- **Precision:** bfloat16
|
||||||
|
|
||||||
|
## Hardware
|
||||||
|
|
||||||
|
- **GPUs:** 1024 x H100
|
||||||
|
|
||||||
|
## Software
|
||||||
|
|
||||||
|
- **Framework:** [NeMo Framework](https://www.nvidia.com/en-us/ai-data-science/generative-ai/nemo-framework/)
|
||||||
|
- **Neural networks:** [PyTorch](https://github.com/pytorch/pytorch)
|
||||||
|
|
||||||
|
# License
|
||||||
|
|
||||||
|
The model is licensed under the BigCode OpenRAIL-M v1 license agreement. You can find the full agreement [here](https://huggingface.co/spaces/bigcode/bigcode-model-license-agreement).
|
||||||
|
|
||||||
|
# Citation
|
||||||
|
|
||||||
|
```bash
|
||||||
|
@misc{lozhkov2024starcoder,
|
||||||
|
title={StarCoder 2 and The Stack v2: The Next Generation},
|
||||||
|
author={Anton Lozhkov and Raymond Li and Loubna Ben Allal and Federico Cassano and Joel Lamy-Poirier and Nouamane Tazi and Ao Tang and Dmytro Pykhtar and Jiawei Liu and Yuxiang Wei and Tianyang Liu and Max Tian and Denis Kocetkov and Arthur Zucker and Younes Belkada and Zijian Wang and Qian Liu and Dmitry Abulkhanov and Indraneil Paul and Zhuang Li and Wen-Ding Li and Megan Risdal and Jia Li and Jian Zhu and Terry Yue Zhuo and Evgenii Zheltonozhskii and Nii Osae Osae Dade and Wenhao Yu and Lucas Krauß and Naman Jain and Yixuan Su and Xuanli He and Manan Dey and Edoardo Abati and Yekun Chai and Niklas Muennighoff and Xiangru Tang and Muhtasham Oblokulov and Christopher Akiki and Marc Marone and Chenghao Mou and Mayank Mishra and Alex Gu and Binyuan Hui and Tri Dao and Armel Zebaze and Olivier Dehaene and Nicolas Patry and Canwen Xu and Julian McAuley and Han Hu and Torsten Scholak and Sebastien Paquet and Jennifer Robinson and Carolyn Jane Anderson and Nicolas Chapados and Mostofa Patwary and Nima Tajbakhsh and Yacine Jernite and Carlos Muñoz Ferrandis and Lingming Zhang and Sean Hughes and Thomas Wolf and Arjun Guha and Leandro von Werra and Harm de Vries},
|
||||||
|
year={2024},
|
||||||
|
eprint={2402.19173},
|
||||||
|
archivePrefix={arXiv},
|
||||||
|
primaryClass={cs.SE}
|
||||||
|
}
|
||||||
|
```
|
||||||
32
config.json
Normal file
32
config.json
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"_name_or_path": "/opt/local/llm_models/huggingface.co/uukuguy/starcoder2-15b-fp16",
|
||||||
|
"architectures": [
|
||||||
|
"Starcoder2ForCausalLM"
|
||||||
|
],
|
||||||
|
"attention_dropout": 0.0,
|
||||||
|
"bos_token_id": 0,
|
||||||
|
"embedding_dropout": 0.0,
|
||||||
|
"eos_token_id": 0,
|
||||||
|
"hidden_act": "gelu_pytorch_tanh",
|
||||||
|
"hidden_size": 6144,
|
||||||
|
"initializer_range": 0.01275,
|
||||||
|
"intermediate_size": 24576,
|
||||||
|
"max_position_embeddings": 16384,
|
||||||
|
"mlp_type": "default",
|
||||||
|
"model_type": "starcoder2",
|
||||||
|
"norm_epsilon": 1e-05,
|
||||||
|
"norm_type": "layer_norm",
|
||||||
|
"num_attention_heads": 48,
|
||||||
|
"num_hidden_layers": 40,
|
||||||
|
"num_key_value_heads": 4,
|
||||||
|
"residual_dropout": 0.0,
|
||||||
|
"rms_norm_eps": 1e-05,
|
||||||
|
"rope_theta": 100000,
|
||||||
|
"sliding_window": 4096,
|
||||||
|
"tie_word_embeddings": false,
|
||||||
|
"torch_dtype": "float16",
|
||||||
|
"transformers_version": "4.39.0.dev0",
|
||||||
|
"use_bias": true,
|
||||||
|
"use_cache": true,
|
||||||
|
"vocab_size": 49152
|
||||||
|
}
|
||||||
6
generation_config.json
Normal file
6
generation_config.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"_from_model_config": true,
|
||||||
|
"bos_token_id": 50256,
|
||||||
|
"eos_token_id": 50256,
|
||||||
|
"transformers_version": "4.39.0.dev0"
|
||||||
|
}
|
||||||
48873
merges.txt
Normal file
48873
merges.txt
Normal file
File diff suppressed because it is too large
Load Diff
3
model-00001-of-00007.safetensors
Normal file
3
model-00001-of-00007.safetensors
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8704c6531884d106540c94038517df13db6dba18006fc8835a0bba3d37cb7aae
|
||||||
|
size 4908107648
|
||||||
3
model-00002-of-00007.safetensors
Normal file
3
model-00002-of-00007.safetensors
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c7b02ea03481ce53ba22d6e9e29d6b3d804cdfe222925eac9f01134a94a947b
|
||||||
|
size 4996327136
|
||||||
3
model-00003-of-00007.safetensors
Normal file
3
model-00003-of-00007.safetensors
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8cb1538759feaef3ce3eeba94ad88c5837c00e43eedca749ed16cbe6130c3e30
|
||||||
|
size 4983729056
|
||||||
3
model-00004-of-00007.safetensors
Normal file
3
model-00004-of-00007.safetensors
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:73b3584c179d87b3bfe2ebec3276d3be216d7d50ba128363e24ca113323b29d3
|
||||||
|
size 4996327208
|
||||||
3
model-00005-of-00007.safetensors
Normal file
3
model-00005-of-00007.safetensors
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e56db3ae476c418d4cd638fd08a94ec1a7df309a11e9a7a7d0116de66069acca
|
||||||
|
size 4983729056
|
||||||
3
model-00006-of-00007.safetensors
Normal file
3
model-00006-of-00007.safetensors
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5ccdba1632cd2d657b9f4631fb8c43db7aeaf6dba5a6eff994e0eb8140d139cd
|
||||||
|
size 4996327208
|
||||||
3
model-00007-of-00007.safetensors
Normal file
3
model-00007-of-00007.safetensors
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3778130f49c6e980c7549d0947bd6fc8d48a60ff49853b18c532cc7568beee3d
|
||||||
|
size 2051302528
|
||||||
651
model.safetensors.index.json
Normal file
651
model.safetensors.index.json
Normal file
@@ -0,0 +1,651 @@
|
|||||||
|
{
|
||||||
|
"metadata": {
|
||||||
|
"total_size": 31915778048
|
||||||
|
},
|
||||||
|
"weight_map": {
|
||||||
|
"lm_head.weight": "model-00007-of-00007.safetensors",
|
||||||
|
"model.embed_tokens.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.0.input_layernorm.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.0.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.0.mlp.c_fc.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.0.mlp.c_fc.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.0.mlp.c_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.0.mlp.c_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.0.post_attention_layernorm.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.0.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.0.self_attn.o_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.0.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.0.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.1.input_layernorm.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.1.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.1.mlp.c_fc.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.1.mlp.c_fc.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.1.mlp.c_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.1.mlp.c_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.1.post_attention_layernorm.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.1.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.1.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.1.self_attn.o_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.1.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.1.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.10.input_layernorm.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.10.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.10.mlp.c_fc.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.10.mlp.c_fc.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.10.mlp.c_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.10.mlp.c_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.10.post_attention_layernorm.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.10.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.10.self_attn.o_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.10.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.10.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.11.input_layernorm.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.11.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.11.mlp.c_fc.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.11.mlp.c_fc.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.11.mlp.c_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.11.mlp.c_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.11.post_attention_layernorm.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.11.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.11.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.11.self_attn.o_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.11.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.11.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.11.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.12.input_layernorm.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.12.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.12.mlp.c_fc.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.12.mlp.c_fc.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.12.mlp.c_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.12.mlp.c_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.12.post_attention_layernorm.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.12.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.12.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.12.self_attn.o_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.12.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.12.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.12.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.12.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.13.input_layernorm.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.13.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.13.mlp.c_fc.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.13.mlp.c_fc.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.13.mlp.c_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.13.mlp.c_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.13.post_attention_layernorm.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.13.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.13.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.13.self_attn.o_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.13.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.13.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.14.input_layernorm.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.14.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.14.mlp.c_fc.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.14.mlp.c_fc.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.14.mlp.c_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.14.mlp.c_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.14.post_attention_layernorm.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.14.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.14.self_attn.o_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.14.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.14.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.15.input_layernorm.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.15.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.15.mlp.c_fc.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.15.mlp.c_fc.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.15.mlp.c_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.15.mlp.c_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.15.post_attention_layernorm.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.15.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.15.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.15.self_attn.o_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.15.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.15.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.16.input_layernorm.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.16.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.16.mlp.c_fc.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.16.mlp.c_fc.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.16.mlp.c_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.16.mlp.c_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.16.post_attention_layernorm.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.16.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.16.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.16.self_attn.o_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.16.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.16.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.17.input_layernorm.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.17.input_layernorm.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.17.mlp.c_fc.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.17.mlp.c_fc.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.17.mlp.c_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.17.mlp.c_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.17.post_attention_layernorm.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.17.post_attention_layernorm.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.17.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.17.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.17.self_attn.o_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.17.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.17.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.17.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.17.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.17.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.18.input_layernorm.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.18.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.18.mlp.c_fc.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.18.mlp.c_fc.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.18.mlp.c_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.18.mlp.c_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.18.post_attention_layernorm.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.18.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.18.self_attn.k_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.18.self_attn.k_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.18.self_attn.o_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.18.self_attn.o_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.18.self_attn.q_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.18.self_attn.q_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.18.self_attn.v_proj.bias": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.18.self_attn.v_proj.weight": "model-00003-of-00007.safetensors",
|
||||||
|
"model.layers.19.input_layernorm.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.19.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.19.mlp.c_fc.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.19.mlp.c_fc.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.19.mlp.c_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.19.mlp.c_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.19.post_attention_layernorm.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.19.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.19.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.19.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.19.self_attn.o_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.19.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.19.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.19.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.19.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.19.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.2.input_layernorm.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.2.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.2.mlp.c_fc.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.2.mlp.c_fc.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.2.mlp.c_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.2.mlp.c_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.2.post_attention_layernorm.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.2.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.2.self_attn.o_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.2.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.2.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.20.input_layernorm.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.20.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.20.mlp.c_fc.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.20.mlp.c_fc.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.20.mlp.c_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.20.mlp.c_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.20.post_attention_layernorm.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.20.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.20.self_attn.o_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.20.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.20.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.21.input_layernorm.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.21.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.21.mlp.c_fc.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.21.mlp.c_fc.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.21.mlp.c_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.21.mlp.c_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.21.post_attention_layernorm.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.21.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.21.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.21.self_attn.o_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.21.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.21.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.22.input_layernorm.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.22.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.22.mlp.c_fc.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.22.mlp.c_fc.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.22.mlp.c_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.22.mlp.c_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.22.post_attention_layernorm.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.22.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.22.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.22.self_attn.o_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.22.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.22.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.23.input_layernorm.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.23.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.23.mlp.c_fc.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.23.mlp.c_fc.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.23.mlp.c_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.23.mlp.c_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.23.post_attention_layernorm.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.23.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.23.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.23.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.23.self_attn.o_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.23.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.23.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.23.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.23.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.23.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.24.input_layernorm.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.24.input_layernorm.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.24.mlp.c_fc.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.24.mlp.c_fc.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.24.mlp.c_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.24.mlp.c_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.24.post_attention_layernorm.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.24.post_attention_layernorm.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.24.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.24.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.24.self_attn.o_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.24.self_attn.o_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.24.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.24.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.24.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.24.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.25.input_layernorm.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.25.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.25.mlp.c_fc.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.25.mlp.c_fc.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.25.mlp.c_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.25.mlp.c_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.25.post_attention_layernorm.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.25.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.25.self_attn.k_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.25.self_attn.k_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.25.self_attn.o_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.25.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.25.self_attn.q_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.25.self_attn.q_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.25.self_attn.v_proj.bias": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.25.self_attn.v_proj.weight": "model-00004-of-00007.safetensors",
|
||||||
|
"model.layers.26.input_layernorm.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.26.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.26.mlp.c_fc.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.26.mlp.c_fc.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.26.mlp.c_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.26.mlp.c_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.26.post_attention_layernorm.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.26.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.26.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.26.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.26.self_attn.o_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.26.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.26.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.26.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.26.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.26.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.27.input_layernorm.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.27.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.27.mlp.c_fc.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.27.mlp.c_fc.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.27.mlp.c_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.27.mlp.c_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.27.post_attention_layernorm.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.27.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.27.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.27.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.27.self_attn.o_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.27.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.27.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.27.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.27.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.27.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.28.input_layernorm.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.28.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.28.mlp.c_fc.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.28.mlp.c_fc.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.28.mlp.c_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.28.mlp.c_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.28.post_attention_layernorm.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.28.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.28.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.28.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.28.self_attn.o_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.28.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.28.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.28.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.28.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.28.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.29.input_layernorm.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.29.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.29.mlp.c_fc.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.29.mlp.c_fc.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.29.mlp.c_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.29.mlp.c_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.29.post_attention_layernorm.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.29.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.29.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.29.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.29.self_attn.o_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.29.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.29.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.29.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.29.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.29.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.3.input_layernorm.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.3.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.3.mlp.c_fc.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.3.mlp.c_fc.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.3.mlp.c_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.3.mlp.c_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.3.post_attention_layernorm.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.3.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.3.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.3.self_attn.o_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.3.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.3.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.30.input_layernorm.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.30.input_layernorm.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.30.mlp.c_fc.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.30.mlp.c_fc.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.30.mlp.c_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.30.mlp.c_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.30.post_attention_layernorm.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.30.post_attention_layernorm.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.30.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.30.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.30.self_attn.o_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.30.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.30.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.30.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.30.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.30.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.31.input_layernorm.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.31.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.31.mlp.c_fc.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.31.mlp.c_fc.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.31.mlp.c_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.31.mlp.c_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.31.post_attention_layernorm.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.31.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.31.self_attn.k_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.31.self_attn.k_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.31.self_attn.o_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.31.self_attn.o_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.31.self_attn.q_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.31.self_attn.q_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.31.self_attn.v_proj.bias": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.31.self_attn.v_proj.weight": "model-00005-of-00007.safetensors",
|
||||||
|
"model.layers.32.input_layernorm.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.32.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.32.mlp.c_fc.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.32.mlp.c_fc.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.32.mlp.c_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.32.mlp.c_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.32.post_attention_layernorm.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.32.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.32.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.32.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.32.self_attn.o_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.32.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.32.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.32.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.32.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.32.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.33.input_layernorm.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.33.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.33.mlp.c_fc.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.33.mlp.c_fc.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.33.mlp.c_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.33.mlp.c_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.33.post_attention_layernorm.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.33.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.33.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.33.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.33.self_attn.o_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.33.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.33.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.33.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.33.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.33.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.34.input_layernorm.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.34.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.34.mlp.c_fc.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.34.mlp.c_fc.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.34.mlp.c_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.34.mlp.c_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.34.post_attention_layernorm.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.34.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.34.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.34.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.34.self_attn.o_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.34.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.34.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.34.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.34.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.34.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.35.input_layernorm.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.35.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.35.mlp.c_fc.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.35.mlp.c_fc.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.35.mlp.c_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.35.mlp.c_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.35.post_attention_layernorm.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.35.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.35.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.35.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.35.self_attn.o_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.35.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.35.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.35.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.35.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.35.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.36.input_layernorm.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.36.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.36.mlp.c_fc.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.36.mlp.c_fc.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.36.mlp.c_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.36.mlp.c_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.36.post_attention_layernorm.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.36.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.36.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.36.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.36.self_attn.o_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.36.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.36.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.36.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.36.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.36.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.37.input_layernorm.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.37.input_layernorm.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.37.mlp.c_fc.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.37.mlp.c_fc.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.37.mlp.c_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.37.mlp.c_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.37.post_attention_layernorm.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.37.post_attention_layernorm.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.37.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.37.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.37.self_attn.o_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.37.self_attn.o_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.37.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.37.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.37.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.37.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.38.input_layernorm.bias": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.38.input_layernorm.weight": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.38.mlp.c_fc.bias": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.38.mlp.c_fc.weight": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.38.mlp.c_proj.bias": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.38.mlp.c_proj.weight": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.38.post_attention_layernorm.bias": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.38.post_attention_layernorm.weight": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.38.self_attn.k_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.38.self_attn.k_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.38.self_attn.o_proj.bias": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.38.self_attn.o_proj.weight": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.38.self_attn.q_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.38.self_attn.q_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.38.self_attn.v_proj.bias": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.38.self_attn.v_proj.weight": "model-00006-of-00007.safetensors",
|
||||||
|
"model.layers.39.input_layernorm.bias": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.39.input_layernorm.weight": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.39.mlp.c_fc.bias": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.39.mlp.c_fc.weight": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.39.mlp.c_proj.bias": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.39.mlp.c_proj.weight": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.39.post_attention_layernorm.bias": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.39.post_attention_layernorm.weight": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.39.self_attn.k_proj.bias": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.39.self_attn.k_proj.weight": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.39.self_attn.o_proj.bias": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.39.self_attn.o_proj.weight": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.39.self_attn.q_proj.bias": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.39.self_attn.q_proj.weight": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.39.self_attn.v_proj.bias": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.39.self_attn.v_proj.weight": "model-00007-of-00007.safetensors",
|
||||||
|
"model.layers.4.input_layernorm.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.4.input_layernorm.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.4.mlp.c_fc.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.4.mlp.c_fc.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.4.mlp.c_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.4.mlp.c_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.4.post_attention_layernorm.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.4.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.4.self_attn.o_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.4.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.4.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.5.input_layernorm.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.5.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.5.mlp.c_fc.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.5.mlp.c_fc.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.5.mlp.c_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.5.mlp.c_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.5.post_attention_layernorm.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.5.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.5.self_attn.k_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.5.self_attn.k_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.5.self_attn.o_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.5.self_attn.o_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.5.self_attn.q_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.5.self_attn.v_proj.bias": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.5.self_attn.v_proj.weight": "model-00001-of-00007.safetensors",
|
||||||
|
"model.layers.6.input_layernorm.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.6.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.6.mlp.c_fc.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.6.mlp.c_fc.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.6.mlp.c_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.6.mlp.c_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.6.post_attention_layernorm.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.6.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.6.self_attn.o_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.6.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.6.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.7.input_layernorm.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.7.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.7.mlp.c_fc.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.7.mlp.c_fc.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.7.mlp.c_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.7.mlp.c_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.7.post_attention_layernorm.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.7.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.7.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.7.self_attn.o_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.7.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.7.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.8.input_layernorm.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.8.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.8.mlp.c_fc.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.8.mlp.c_fc.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.8.mlp.c_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.8.mlp.c_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.8.post_attention_layernorm.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.8.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.8.self_attn.o_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.8.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.8.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.9.input_layernorm.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.9.input_layernorm.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.9.mlp.c_fc.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.9.mlp.c_fc.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.9.mlp.c_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.9.mlp.c_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.9.post_attention_layernorm.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.9.post_attention_layernorm.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.9.self_attn.k_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.9.self_attn.o_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.9.self_attn.q_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.9.self_attn.v_proj.bias": "model-00002-of-00007.safetensors",
|
||||||
|
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00007.safetensors",
|
||||||
|
"model.norm.bias": "model-00007-of-00007.safetensors",
|
||||||
|
"model.norm.weight": "model-00007-of-00007.safetensors"
|
||||||
|
}
|
||||||
|
}
|
||||||
63
special_tokens_map.json
Normal file
63
special_tokens_map.json
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
{
|
||||||
|
"additional_special_tokens": [
|
||||||
|
"<|endoftext|>",
|
||||||
|
"<fim_prefix>",
|
||||||
|
"<fim_middle>",
|
||||||
|
"<fim_suffix>",
|
||||||
|
"<fim_pad>",
|
||||||
|
"<repo_name>",
|
||||||
|
"<file_sep>",
|
||||||
|
"<issue_start>",
|
||||||
|
"<issue_comment>",
|
||||||
|
"<issue_closed>",
|
||||||
|
"<jupyter_start>",
|
||||||
|
"<jupyter_text>",
|
||||||
|
"<jupyter_code>",
|
||||||
|
"<jupyter_output>",
|
||||||
|
"<jupyter_script>",
|
||||||
|
"<empty_output>",
|
||||||
|
"<code_to_intermediate>",
|
||||||
|
"<intermediate_to_code>",
|
||||||
|
"<pr>",
|
||||||
|
"<pr_status>",
|
||||||
|
"<pr_is_merged>",
|
||||||
|
"<pr_base>",
|
||||||
|
"<pr_file>",
|
||||||
|
"<pr_base_code>",
|
||||||
|
"<pr_diff>",
|
||||||
|
"<pr_diff_hunk>",
|
||||||
|
"<pr_comment>",
|
||||||
|
"<pr_event_id>",
|
||||||
|
"<pr_review>",
|
||||||
|
"<pr_review_state>",
|
||||||
|
"<pr_review_comment>",
|
||||||
|
"<pr_in_reply_to_review_id>",
|
||||||
|
"<pr_in_reply_to_comment_id>",
|
||||||
|
"<pr_diff_hunk_comment_line>",
|
||||||
|
"<NAME>",
|
||||||
|
"<EMAIL>",
|
||||||
|
"<KEY>",
|
||||||
|
"<PASSWORD>"
|
||||||
|
],
|
||||||
|
"bos_token": {
|
||||||
|
"content": "<|endoftext|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false
|
||||||
|
},
|
||||||
|
"eos_token": {
|
||||||
|
"content": "<|endoftext|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false
|
||||||
|
},
|
||||||
|
"unk_token": {
|
||||||
|
"content": "<|endoftext|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false
|
||||||
|
}
|
||||||
|
}
|
||||||
98409
tokenizer.json
Normal file
98409
tokenizer.json
Normal file
File diff suppressed because it is too large
Load Diff
356
tokenizer_config.json
Normal file
356
tokenizer_config.json
Normal file
@@ -0,0 +1,356 @@
|
|||||||
|
{
|
||||||
|
"add_prefix_space": false,
|
||||||
|
"added_tokens_decoder": {
|
||||||
|
"0": {
|
||||||
|
"content": "<|endoftext|>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"1": {
|
||||||
|
"content": "<fim_prefix>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"content": "<fim_middle>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"3": {
|
||||||
|
"content": "<fim_suffix>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"4": {
|
||||||
|
"content": "<fim_pad>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"5": {
|
||||||
|
"content": "<repo_name>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"6": {
|
||||||
|
"content": "<file_sep>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"7": {
|
||||||
|
"content": "<issue_start>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"8": {
|
||||||
|
"content": "<issue_comment>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"9": {
|
||||||
|
"content": "<issue_closed>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"10": {
|
||||||
|
"content": "<jupyter_start>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"11": {
|
||||||
|
"content": "<jupyter_text>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"12": {
|
||||||
|
"content": "<jupyter_code>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"13": {
|
||||||
|
"content": "<jupyter_output>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"14": {
|
||||||
|
"content": "<jupyter_script>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"15": {
|
||||||
|
"content": "<empty_output>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"16": {
|
||||||
|
"content": "<code_to_intermediate>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"17": {
|
||||||
|
"content": "<intermediate_to_code>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"18": {
|
||||||
|
"content": "<pr>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"19": {
|
||||||
|
"content": "<pr_status>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"20": {
|
||||||
|
"content": "<pr_is_merged>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"21": {
|
||||||
|
"content": "<pr_base>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"22": {
|
||||||
|
"content": "<pr_file>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"23": {
|
||||||
|
"content": "<pr_base_code>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"24": {
|
||||||
|
"content": "<pr_diff>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"25": {
|
||||||
|
"content": "<pr_diff_hunk>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"26": {
|
||||||
|
"content": "<pr_comment>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"27": {
|
||||||
|
"content": "<pr_event_id>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"28": {
|
||||||
|
"content": "<pr_review>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"29": {
|
||||||
|
"content": "<pr_review_state>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"30": {
|
||||||
|
"content": "<pr_review_comment>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"31": {
|
||||||
|
"content": "<pr_in_reply_to_review_id>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"32": {
|
||||||
|
"content": "<pr_in_reply_to_comment_id>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"33": {
|
||||||
|
"content": "<pr_diff_hunk_comment_line>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"34": {
|
||||||
|
"content": "<NAME>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"35": {
|
||||||
|
"content": "<EMAIL>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"36": {
|
||||||
|
"content": "<KEY>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
},
|
||||||
|
"37": {
|
||||||
|
"content": "<PASSWORD>",
|
||||||
|
"lstrip": false,
|
||||||
|
"normalized": false,
|
||||||
|
"rstrip": false,
|
||||||
|
"single_word": false,
|
||||||
|
"special": true
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"additional_special_tokens": [
|
||||||
|
"<|endoftext|>",
|
||||||
|
"<fim_prefix>",
|
||||||
|
"<fim_middle>",
|
||||||
|
"<fim_suffix>",
|
||||||
|
"<fim_pad>",
|
||||||
|
"<repo_name>",
|
||||||
|
"<file_sep>",
|
||||||
|
"<issue_start>",
|
||||||
|
"<issue_comment>",
|
||||||
|
"<issue_closed>",
|
||||||
|
"<jupyter_start>",
|
||||||
|
"<jupyter_text>",
|
||||||
|
"<jupyter_code>",
|
||||||
|
"<jupyter_output>",
|
||||||
|
"<jupyter_script>",
|
||||||
|
"<empty_output>",
|
||||||
|
"<code_to_intermediate>",
|
||||||
|
"<intermediate_to_code>",
|
||||||
|
"<pr>",
|
||||||
|
"<pr_status>",
|
||||||
|
"<pr_is_merged>",
|
||||||
|
"<pr_base>",
|
||||||
|
"<pr_file>",
|
||||||
|
"<pr_base_code>",
|
||||||
|
"<pr_diff>",
|
||||||
|
"<pr_diff_hunk>",
|
||||||
|
"<pr_comment>",
|
||||||
|
"<pr_event_id>",
|
||||||
|
"<pr_review>",
|
||||||
|
"<pr_review_state>",
|
||||||
|
"<pr_review_comment>",
|
||||||
|
"<pr_in_reply_to_review_id>",
|
||||||
|
"<pr_in_reply_to_comment_id>",
|
||||||
|
"<pr_diff_hunk_comment_line>",
|
||||||
|
"<NAME>",
|
||||||
|
"<EMAIL>",
|
||||||
|
"<KEY>",
|
||||||
|
"<PASSWORD>"
|
||||||
|
],
|
||||||
|
"bos_token": "<|endoftext|>",
|
||||||
|
"clean_up_tokenization_spaces": true,
|
||||||
|
"eos_token": "<|endoftext|>",
|
||||||
|
"model_max_length": 1000000000000000019884624838656,
|
||||||
|
"tokenizer_class": "GPT2Tokenizer",
|
||||||
|
"unk_token": "<|endoftext|>",
|
||||||
|
"vocab_size": 49152
|
||||||
|
}
|
||||||
1
vocab.json
Normal file
1
vocab.json
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user