Duplicate from allenai/OLMo-7B-Instruct-hf
Browse filesCo-authored-by: Hamish Ivison <hamishivi@users.noreply.huggingface.co>
- .gitattributes +35 -0
- README.md +167 -0
- config.json +26 -0
- generation_config.json +6 -0
- model-00001-of-00006.safetensors +3 -0
- model-00002-of-00006.safetensors +3 -0
- model-00003-of-00006.safetensors +3 -0
- model-00004-of-00006.safetensors +3 -0
- model-00005-of-00006.safetensors +3 -0
- model-00006-of-00006.safetensors +3 -0
- model.safetensors.index.json +233 -0
- pytorch_model-00001-of-00006.bin +3 -0
- pytorch_model-00002-of-00006.bin +3 -0
- pytorch_model-00003-of-00006.bin +3 -0
- pytorch_model-00004-of-00006.bin +3 -0
- pytorch_model-00005-of-00006.bin +3 -0
- pytorch_model-00006-of-00006.bin +3 -0
- pytorch_model.bin.index.json +233 -0
- special_tokens_map.json +4 -0
- tokenizer.json +0 -0
- tokenizer_config.json +239 -0
.gitattributes
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- allenai/dolma
|
| 5 |
+
- allenai/tulu-v2-sft-mixture
|
| 6 |
+
- allenai/ultrafeedback_binarized_cleaned
|
| 7 |
+
language:
|
| 8 |
+
- en
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
<img src="https://allenai.org/olmo/olmo-7b-animation.gif" alt="OLMo Logo" width="800" style="margin-left:'auto' margin-right:'auto' display:'block'"/>
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
# Model Card for OLMo 7B Instruct
|
| 16 |
+
|
| 17 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 18 |
+
|
| 19 |
+
OLMo is a series of **O**pen **L**anguage **Mo**dels designed to enable the science of language models.
|
| 20 |
+
The OLMo base models are trained on the [Dolma](https://huggingface.co/datasets/allenai/dolma) dataset.
|
| 21 |
+
The adapted versions are trained on the [Tulu SFT mixture](https://huggingface.co/datasets/allenai/tulu-v2-sft-mixture) and, for the Instruct version, a [cleaned version of the UltraFeedback dataset](https://huggingface.co/datasets/allenai/ultrafeedback_binarized_cleaned).
|
| 22 |
+
We release all code, checkpoints, logs, and details involved in training these models.
|
| 23 |
+
|
| 24 |
+
OLMo 7B Instruct and OLMo SFT are two adapted versions of these models trained for better question answering.
|
| 25 |
+
They show the performance gain that OLMo base models can achieve with existing fine-tuning techniques.
|
| 26 |
+
|
| 27 |
+
**This version is for direct use with HuggingFace Transformers** from v4.40 on.
|
| 28 |
+
|
| 29 |
+
**Note that this is the instruct variant of the original OLMo release - there are newer (better) versions of OLMo out now! Check [here](https://huggingface.co/collections/allenai/olmo-suite-65aeaae8fe5b6b2122b46778) for newer releases.**
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
## Model Details
|
| 33 |
+
|
| 34 |
+
We release two adapted model versions:
|
| 35 |
+
The base models related to this adapted model are the following:
|
| 36 |
+
| Model | Training Method(s) | Datasets | Context Length |
|
| 37 |
+
|------|--------|---------|--|
|
| 38 |
+
| [OLMo 7B SFT](https://huggingface.co/allenai/OLMo-7B-SFT) | SFT | [Tulu 2 SFT Mix](https://huggingface.co/datasets/allenai/tulu-v2-sft-mixture) | 2048 |
|
| 39 |
+
| [OLMo 7B Instruct](https://huggingface.co/allenai/OLMo-7B-Instruct) | SFT + DPO | [Tulu 2 SFT Mix](https://huggingface.co/datasets/allenai/tulu-v2-sft-mixture) + [Ultrafeedback Cleaned](https://huggingface.co/datasets/allenai/ultrafeedback_binarized_cleaned) | 2048 |
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
The base models related to this adapted model are the following:
|
| 43 |
+
| Size | Training Tokens | Layers | Hidden Size | Attention Heads | Context Length |
|
| 44 |
+
|------|--------|---------|-------------|-----------------|----------------|
|
| 45 |
+
| [OLMo 1B](https://huggingface.co/allenai/OLMo-1B) | 3 Trillion |16 | 2048 | 16 | 2048 |
|
| 46 |
+
| [OLMo 7B](https://huggingface.co/allenai/OLMo-7B) | 2.5 Trillion | 32 | 4096 | 32 | 2048 |
|
| 47 |
+
| [OLMo 7B Twin 2T](https://huggingface.co/allenai/OLMo-7B-Twin-2T) | 2 Trillion | 32 | 4096 | 32 | 2048 |
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
### Model Description
|
| 51 |
+
|
| 52 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 53 |
+
|
| 54 |
+
- **Developed by:** Allen Institute for AI (AI2)
|
| 55 |
+
- **Supported by:** Databricks, Kempner Institute for the Study of Natural and Artificial Intelligence at Harvard University, AMD, CSC (Lumi Supercomputer), UW
|
| 56 |
+
- **Model type:** a Transformer style autoregressive language model.
|
| 57 |
+
- **Language(s) (NLP):** English
|
| 58 |
+
- **License:** The code and model are released under Apache 2.0.
|
| 59 |
+
- **Contact:** Technical inquiries: `olmo at allenai dot org`. Press: `press at allenai dot org`
|
| 60 |
+
- **Date cutoff:** Feb./March 2023 based on Dolma dataset version.
|
| 61 |
+
|
| 62 |
+
|
| 63 |
+
### Model Sources
|
| 64 |
+
|
| 65 |
+
<!-- Provide the basic links for the model. -->
|
| 66 |
+
|
| 67 |
+
- **Project Page:** https://allenai.org/olmo
|
| 68 |
+
- **Repositories:**
|
| 69 |
+
- Core repo (training, inference, fine-tuning etc.): https://github.com/allenai/OLMo
|
| 70 |
+
- Evaluation code: https://github.com/allenai/OLMo-Eval
|
| 71 |
+
- Further fine-tuning code: https://github.com/allenai/open-instruct
|
| 72 |
+
- **Paper:** [Link](https://arxiv.org/abs/2402.00838)
|
| 73 |
+
- **Technical blog post:** https://blog.allenai.org/olmo-open-language-model-87ccfc95f580
|
| 74 |
+
- **W&B Logs:** https://wandb.ai/ai2-llm/OLMo-7B/reports/OLMo-7B--Vmlldzo2NzQyMzk5
|
| 75 |
+
<!-- - **Press release:** TODO -->
|
| 76 |
+
|
| 77 |
+
## Uses
|
| 78 |
+
|
| 79 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 80 |
+
|
| 81 |
+
### Inference
|
| 82 |
+
You can load and run this model as usual so long as your HuggingFace version is >= 4.40:
|
| 83 |
+
```python
|
| 84 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 85 |
+
olmo = AutoModelForCausalLM.from_pretrained("allenai/OLMo-7B-Instruct-hf")
|
| 86 |
+
tokenizer = AutoTokenizer.from_pretrained("allenai/OLMo-7B-Instruct-hf")
|
| 87 |
+
message = [{"role": "user", "content": "What is 2+2?"}]
|
| 88 |
+
inputs = tokenizer.apply_chat_template(messages, tokenize=True, add_generation_prompt=True, return_tensors="pt")
|
| 89 |
+
# optional verifying cuda
|
| 90 |
+
# inputs = {k: v.to('cuda') for k,v in inputs.items()}
|
| 91 |
+
# olmo = olmo.to('cuda')
|
| 92 |
+
response = olmo.generate(**inputs, max_new_tokens=100, do_sample=True, top_k=50, top_p=0.95)
|
| 93 |
+
print(tokenizer.batch_decode(response, skip_special_tokens=True)[0])
|
| 94 |
+
>> '2+2=4'
|
| 95 |
+
```
|
| 96 |
+
|
| 97 |
+
## Evaluation
|
| 98 |
+
|
| 99 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 100 |
+
|
| 101 |
+
Core model results for the 7B adapted models are found below.
|
| 102 |
+
|
| 103 |
+
| Model | MMLU 0-shot ↑ | AlpacaEval %win ↑ | ToxiGen % Toxic ↓ | TruthfulQA %Info+True ↑ |
|
| 104 |
+
|-----------------------|---------------|--------------------|--------------------|-------------------------|
|
| 105 |
+
| **OLMo (base)** | 28.3 | - | 81.4 | 31.6 |
|
| 106 |
+
| MPT Chat | 33.8 | 46.8 | 0.1 | 42.7 |
|
| 107 |
+
| Falcon Instruct | 25.2 | 14.0 | 70.7 | 27.2 |
|
| 108 |
+
| RPJ-INCITE Chat | 27.0 | 38.0 | 46.4 | 53.0 |
|
| 109 |
+
| Llama-2-Chat 7B | 46.8 | 87.3 | 0.0 | 26.3 |
|
| 110 |
+
| AI2 Tulu 2 7B | 50.4 | 73.9 | 7.0 | 51.7 |
|
| 111 |
+
| AI2 Tulu 2 7B DPO | 50.7 | 85.1 | 0.5 | - * |
|
| 112 |
+
| **[OLMo 7B SFT](https://huggingface.co/allenai/OLMo-7B-SFT)** | 47.3 | 57.0 | 14.4 | 41.2 |
|
| 113 |
+
| **[OLMo 7B Instruct](https://huggingface.co/allenai/OLMo-7B-Instruct)** | 46.2 | 69.3 | 1.7 | 52.0 |
|
| 114 |
+
|
| 115 |
+
*Following Ivison et al. 2023, we do not report Tulu 2 TruthfulQA scores due to test set contamination.
|
| 116 |
+
## Model Details
|
| 117 |
+
|
| 118 |
+
### Data
|
| 119 |
+
For training data details, please see the [Dolma](https://huggingface.co/datasets/allenai/dolma), [Tulu 2](https://huggingface.co/datasets/allenai/tulu-v2-sft-mixture), and [UltraFeedback](https://huggingface.co/datasets/openbmb/UltraFeedback) documentation.
|
| 120 |
+
|
| 121 |
+
### Architecture
|
| 122 |
+
|
| 123 |
+
|
| 124 |
+
### Hyperparameters
|
| 125 |
+
|
| 126 |
+
The hyperparameters for the two phases of training are below:
|
| 127 |
+
|
| 128 |
+
| | Learning Rate | Beta | Epochs | Warmup | Weight Decay | Gradient Clipping | Maximum Sequence Length |
|
| 129 |
+
|-------------------------|---------------|------|--------|------------------------------------------------------------------------|--------------|-------------------|-------------------------|
|
| 130 |
+
| **SFT** | 2 × 10^-6 | N/A | 3 | Linear warmup for the first 3% of total training time, then cooldown to 0 | 0 | 0 | 2048 |
|
| 131 |
+
| **DPO** | 5 × 10^-7 | 0.1 | 3 | Linear warmup for the first 10% of total training time, then cooldown to 0| 0 | 0 | 2048 |
|
| 132 |
+
|
| 133 |
+
Compared to Tulu 2, DPO hyperparameters are the same. SFT is lower LR and 3 epochs instead of 2 (and 2k length instead of 8k).
|
| 134 |
+
|
| 135 |
+
## Bias, Risks, and Limitations
|
| 136 |
+
|
| 137 |
+
This adapted OLMo model is a research artifact.
|
| 138 |
+
It is intended to benefit the research community interested in understanding the safety properties of LLMs and developers building safety tools for LLMs.
|
| 139 |
+
For this reason, the model does not include a specific safety filter or safety training data.
|
| 140 |
+
While our model scores well relative to its peers on ToxiGen, it is possible for the model to generate harmful and sensitive content from some user prompts.
|
| 141 |
+
We recommend developers exercise caution and consider the risks of the applications of this technology.
|
| 142 |
+
Furthermore, developers should consider implementing safeguards for biases, privacy, and other potential harms when appropriate.
|
| 143 |
+
Finally, as with every LLM, OLMo may produce factual-sounding outputs that may not be true, so developers and users are encouraged to confirm such outputs before relying on them.
|
| 144 |
+
All users of this model are responsible for how they use the model.
|
| 145 |
+
|
| 146 |
+
|
| 147 |
+
## Citation
|
| 148 |
+
|
| 149 |
+
**BibTeX:**
|
| 150 |
+
|
| 151 |
+
```
|
| 152 |
+
@article{Groeneveld2023OLMo,
|
| 153 |
+
title={OLMo: Accelerating the Science of Language Models},
|
| 154 |
+
author={Groeneveld, Dirk and Beltagy, Iz and Walsh, Pete and Bhagia, Akshita and Kinney, Rodney and Tafjord, Oyvind and Jha, Ananya Harsh and Ivison, Hamish and Magnusson, Ian and Wang, Yizhong and Arora, Shane and Atkinson, David and Authur, Russell and Chandu, Khyathi and Cohan, Arman and Dumas, Jennifer and Elazar, Yanai and Gu, Yuling and Hessel, Jack and Khot, Tushar and Merrill, William and Morrison, Jacob and Muennighoff, Niklas and Naik, Aakanksha and Nam, Crystal and Peters, Matthew E. and Pyatkin, Valentina and Ravichander, Abhilasha and Schwenk, Dustin and Shah, Saurabh and Smith, Will and Subramani, Nishant and Wortsman, Mitchell and Dasigi, Pradeep and Lambert, Nathan and Richardson, Kyle and Dodge, Jesse and Lo, Kyle and Soldaini, Luca and Smith, Noah A. and Hajishirzi, Hannaneh},
|
| 155 |
+
journal={Preprint},
|
| 156 |
+
year={2024}
|
| 157 |
+
}
|
| 158 |
+
```
|
| 159 |
+
|
| 160 |
+
**APA:**
|
| 161 |
+
|
| 162 |
+
Groeneveld, D., Beltagy, I., Walsh, P., Bhagia, A., Kinney, R., Tafjord, O., Jha, A., Ivison, H., Magnusson, I., Wang, Y., Arora, S., Atkinson, D., Authur, R., Chandu, K., Cohan, A., Dumas, J., Elazar, Y., Gu, Y., Hessel, J., Khot, T., Merrill, W., Morrison, J., Muennighoff, N., Naik, A., Nam, C., Peters, M., Pyatkin, V., Ravichander, A., Schwenk, D., Shah, S., Smith, W., Subramani, N., Wortsman, M., Dasigi, P., Lambert, N., Richardson, K., Dodge, J., Lo, K., Soldaini, L., Smith, N., & Hajishirzi, H. (2024). OLMo: Accelerating the Science of Language Models. Preprint.
|
| 163 |
+
|
| 164 |
+
## Model Card Contact
|
| 165 |
+
|
| 166 |
+
|
| 167 |
+
For errors in this model card, contact Nathan or Jacob, `{nathanl, jacobm} at allenai dot org`.
|
config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"OlmoForCausalLM"
|
| 4 |
+
],
|
| 5 |
+
"attention_bias": false,
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"clip_qkv": null,
|
| 8 |
+
"eos_token_id": 50279,
|
| 9 |
+
"hidden_act": "silu",
|
| 10 |
+
"hidden_size": 4096,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 11008,
|
| 13 |
+
"max_position_embeddings": 2048,
|
| 14 |
+
"model_type": "olmo",
|
| 15 |
+
"num_attention_heads": 32,
|
| 16 |
+
"num_hidden_layers": 32,
|
| 17 |
+
"num_key_value_heads": 32,
|
| 18 |
+
"pad_token_id": 1,
|
| 19 |
+
"rope_scaling": null,
|
| 20 |
+
"rope_theta": 10000.0,
|
| 21 |
+
"tie_word_embeddings": false,
|
| 22 |
+
"torch_dtype": "float32",
|
| 23 |
+
"transformers_version": "4.40.2",
|
| 24 |
+
"use_cache": true,
|
| 25 |
+
"vocab_size": 50304
|
| 26 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"eos_token_id": 50279,
|
| 4 |
+
"pad_token_id": 1,
|
| 5 |
+
"transformers_version": "4.40.2"
|
| 6 |
+
}
|
model-00001-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8056a6d6560d73fccede4b586cd250d0a34037d8cdc060e5d687179d344d2d80
|
| 3 |
+
size 4938797232
|
model-00002-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fe6ddb5a632683bf99464fbc088b849ebfb72a6eb8010b1f0531c072ed37983
|
| 3 |
+
size 4991226840
|
model-00003-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1d4857424463e7b122091b1f5839eaab3312acc23c46df4f6271dcf7c4e52e9
|
| 3 |
+
size 4924117904
|
model-00004-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d54d215d9f6bb2880c0095862e5b0376b171ef98c8b7df2c5f9334b9ad2b2e4d
|
| 3 |
+
size 4857008920
|
model-00005-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:698d1fb07c093441e2a465b20a8f1d30aa074a98a70e38f3e4e050dde76c7dac
|
| 3 |
+
size 4857008920
|
model-00006-of-00006.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:17acf5c97e08d9652e05ae05d6b05a0486937a6a8e2c2d8e15082390c3cca9dd
|
| 3 |
+
size 2984249384
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,233 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 27552382976
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "model-00006-of-00006.safetensors",
|
| 7 |
+
"model.embed_tokens.weight": "model-00001-of-00006.safetensors",
|
| 8 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 9 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 10 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 11 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 12 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 13 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 14 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 15 |
+
"model.layers.1.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 16 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 17 |
+
"model.layers.1.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 18 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 19 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 20 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 21 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 22 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 23 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 24 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 25 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 26 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 27 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 28 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 29 |
+
"model.layers.11.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 30 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 31 |
+
"model.layers.11.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 32 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 33 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 34 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 35 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 36 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 37 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 38 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 39 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 40 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 41 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 42 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 43 |
+
"model.layers.13.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 44 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 45 |
+
"model.layers.13.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 46 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 47 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 48 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 49 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 50 |
+
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 51 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 52 |
+
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 53 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 54 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 55 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 56 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 57 |
+
"model.layers.15.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 58 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 59 |
+
"model.layers.15.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 60 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 61 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 62 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 63 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 64 |
+
"model.layers.16.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
| 65 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
| 66 |
+
"model.layers.16.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
| 67 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 68 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 69 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 70 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 71 |
+
"model.layers.17.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 72 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 73 |
+
"model.layers.17.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 74 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
| 75 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
| 76 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
| 77 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
| 78 |
+
"model.layers.18.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 79 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 80 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 81 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 82 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 83 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 84 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 85 |
+
"model.layers.19.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 86 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 87 |
+
"model.layers.19.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 88 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 89 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 90 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 91 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 92 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 93 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 94 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 95 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 96 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 97 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 98 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 99 |
+
"model.layers.20.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 100 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 101 |
+
"model.layers.20.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 102 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 103 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 104 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 105 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 106 |
+
"model.layers.21.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 107 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 108 |
+
"model.layers.21.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 109 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 110 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 111 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 112 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 113 |
+
"model.layers.22.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
| 114 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
| 115 |
+
"model.layers.22.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
| 116 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 117 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 118 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 119 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 120 |
+
"model.layers.23.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 121 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 122 |
+
"model.layers.23.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 123 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
| 124 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
| 125 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
| 126 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
| 127 |
+
"model.layers.24.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 128 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 129 |
+
"model.layers.24.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 130 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 131 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 132 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 133 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 134 |
+
"model.layers.25.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 135 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 136 |
+
"model.layers.25.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 137 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 138 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 139 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 140 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 141 |
+
"model.layers.26.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 142 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 143 |
+
"model.layers.26.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 144 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 145 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 146 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 147 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 148 |
+
"model.layers.27.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 149 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 150 |
+
"model.layers.27.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 151 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 152 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 153 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 154 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 155 |
+
"model.layers.28.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
| 156 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
| 157 |
+
"model.layers.28.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
| 158 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 159 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 160 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 161 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 162 |
+
"model.layers.29.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 163 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 164 |
+
"model.layers.29.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 165 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
| 166 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
| 167 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
| 168 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
| 169 |
+
"model.layers.3.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 170 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 171 |
+
"model.layers.3.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 172 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 173 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 174 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 175 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 176 |
+
"model.layers.30.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 177 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 178 |
+
"model.layers.30.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 179 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 180 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 181 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 182 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 183 |
+
"model.layers.31.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
| 184 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
| 185 |
+
"model.layers.31.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
| 186 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
| 187 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
| 188 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
| 189 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
| 190 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
| 191 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
| 192 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
| 193 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
| 194 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
| 195 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 196 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
| 197 |
+
"model.layers.5.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 198 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 199 |
+
"model.layers.5.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 200 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 201 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 202 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
| 203 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 204 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 205 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 206 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 207 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 208 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 209 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 210 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 211 |
+
"model.layers.7.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 212 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 213 |
+
"model.layers.7.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 214 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 215 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 216 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 217 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 218 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 219 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 220 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 221 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 222 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 223 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 224 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
| 225 |
+
"model.layers.9.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
| 226 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
| 227 |
+
"model.layers.9.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
| 228 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
| 229 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
| 230 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
| 231 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00002-of-00006.safetensors"
|
| 232 |
+
}
|
| 233 |
+
}
|
pytorch_model-00001-of-00006.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f05c292c35b8b01b7c623919b0645964ee4aa3f7d9944f87a7f8ac2c545f002
|
| 3 |
+
size 4938805844
|
pytorch_model-00002-of-00006.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d67a2401ff202b441bcc8189c84e082e4a1a6e7e07e81a15997b86864cdfbdd8
|
| 3 |
+
size 4991237058
|
pytorch_model-00003-of-00006.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87362d643c78f02f220b5b6fc5f3a31f8f7581f22e58cff1df4a3e6aa2c6a939
|
| 3 |
+
size 4924127896
|
pytorch_model-00004-of-00006.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86d8b4d64a7027947653f76041f984b3ddfd49777f9cd88391cf27f95d1dc2e3
|
| 3 |
+
size 4857018658
|
pytorch_model-00005-of-00006.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:843a81c5e6bc59f34196560778ea47e3737a4aeb9517931b656e1041b898ed13
|
| 3 |
+
size 4857018658
|
pytorch_model-00006-of-00006.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d7d0c7380202491ffa1651e1e6b74185f43413a084be74b4966592aa09aefa15
|
| 3 |
+
size 2984253998
|
pytorch_model.bin.index.json
ADDED
|
@@ -0,0 +1,233 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 27552382976
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"lm_head.weight": "pytorch_model-00006-of-00006.bin",
|
| 7 |
+
"model.embed_tokens.weight": "pytorch_model-00001-of-00006.bin",
|
| 8 |
+
"model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 9 |
+
"model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 10 |
+
"model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 11 |
+
"model.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 12 |
+
"model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 13 |
+
"model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 14 |
+
"model.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 15 |
+
"model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 16 |
+
"model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 17 |
+
"model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 18 |
+
"model.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 19 |
+
"model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 20 |
+
"model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 21 |
+
"model.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 22 |
+
"model.layers.10.mlp.down_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 23 |
+
"model.layers.10.mlp.gate_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 24 |
+
"model.layers.10.mlp.up_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 25 |
+
"model.layers.10.self_attn.k_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 26 |
+
"model.layers.10.self_attn.o_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 27 |
+
"model.layers.10.self_attn.q_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 28 |
+
"model.layers.10.self_attn.v_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 29 |
+
"model.layers.11.mlp.down_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 30 |
+
"model.layers.11.mlp.gate_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 31 |
+
"model.layers.11.mlp.up_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 32 |
+
"model.layers.11.self_attn.k_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 33 |
+
"model.layers.11.self_attn.o_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 34 |
+
"model.layers.11.self_attn.q_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 35 |
+
"model.layers.11.self_attn.v_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 36 |
+
"model.layers.12.mlp.down_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 37 |
+
"model.layers.12.mlp.gate_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 38 |
+
"model.layers.12.mlp.up_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 39 |
+
"model.layers.12.self_attn.k_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 40 |
+
"model.layers.12.self_attn.o_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 41 |
+
"model.layers.12.self_attn.q_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 42 |
+
"model.layers.12.self_attn.v_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 43 |
+
"model.layers.13.mlp.down_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 44 |
+
"model.layers.13.mlp.gate_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 45 |
+
"model.layers.13.mlp.up_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 46 |
+
"model.layers.13.self_attn.k_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 47 |
+
"model.layers.13.self_attn.o_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 48 |
+
"model.layers.13.self_attn.q_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 49 |
+
"model.layers.13.self_attn.v_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 50 |
+
"model.layers.14.mlp.down_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 51 |
+
"model.layers.14.mlp.gate_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 52 |
+
"model.layers.14.mlp.up_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 53 |
+
"model.layers.14.self_attn.k_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 54 |
+
"model.layers.14.self_attn.o_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 55 |
+
"model.layers.14.self_attn.q_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 56 |
+
"model.layers.14.self_attn.v_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 57 |
+
"model.layers.15.mlp.down_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 58 |
+
"model.layers.15.mlp.gate_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 59 |
+
"model.layers.15.mlp.up_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 60 |
+
"model.layers.15.self_attn.k_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 61 |
+
"model.layers.15.self_attn.o_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 62 |
+
"model.layers.15.self_attn.q_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 63 |
+
"model.layers.15.self_attn.v_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 64 |
+
"model.layers.16.mlp.down_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 65 |
+
"model.layers.16.mlp.gate_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 66 |
+
"model.layers.16.mlp.up_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 67 |
+
"model.layers.16.self_attn.k_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 68 |
+
"model.layers.16.self_attn.o_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 69 |
+
"model.layers.16.self_attn.q_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 70 |
+
"model.layers.16.self_attn.v_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 71 |
+
"model.layers.17.mlp.down_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 72 |
+
"model.layers.17.mlp.gate_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 73 |
+
"model.layers.17.mlp.up_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 74 |
+
"model.layers.17.self_attn.k_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 75 |
+
"model.layers.17.self_attn.o_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 76 |
+
"model.layers.17.self_attn.q_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 77 |
+
"model.layers.17.self_attn.v_proj.weight": "pytorch_model-00003-of-00006.bin",
|
| 78 |
+
"model.layers.18.mlp.down_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 79 |
+
"model.layers.18.mlp.gate_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 80 |
+
"model.layers.18.mlp.up_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 81 |
+
"model.layers.18.self_attn.k_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 82 |
+
"model.layers.18.self_attn.o_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 83 |
+
"model.layers.18.self_attn.q_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 84 |
+
"model.layers.18.self_attn.v_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 85 |
+
"model.layers.19.mlp.down_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 86 |
+
"model.layers.19.mlp.gate_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 87 |
+
"model.layers.19.mlp.up_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 88 |
+
"model.layers.19.self_attn.k_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 89 |
+
"model.layers.19.self_attn.o_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 90 |
+
"model.layers.19.self_attn.q_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 91 |
+
"model.layers.19.self_attn.v_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 92 |
+
"model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 93 |
+
"model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 94 |
+
"model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 95 |
+
"model.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 96 |
+
"model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 97 |
+
"model.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 98 |
+
"model.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 99 |
+
"model.layers.20.mlp.down_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 100 |
+
"model.layers.20.mlp.gate_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 101 |
+
"model.layers.20.mlp.up_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 102 |
+
"model.layers.20.self_attn.k_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 103 |
+
"model.layers.20.self_attn.o_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 104 |
+
"model.layers.20.self_attn.q_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 105 |
+
"model.layers.20.self_attn.v_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 106 |
+
"model.layers.21.mlp.down_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 107 |
+
"model.layers.21.mlp.gate_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 108 |
+
"model.layers.21.mlp.up_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 109 |
+
"model.layers.21.self_attn.k_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 110 |
+
"model.layers.21.self_attn.o_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 111 |
+
"model.layers.21.self_attn.q_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 112 |
+
"model.layers.21.self_attn.v_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 113 |
+
"model.layers.22.mlp.down_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 114 |
+
"model.layers.22.mlp.gate_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 115 |
+
"model.layers.22.mlp.up_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 116 |
+
"model.layers.22.self_attn.k_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 117 |
+
"model.layers.22.self_attn.o_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 118 |
+
"model.layers.22.self_attn.q_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 119 |
+
"model.layers.22.self_attn.v_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 120 |
+
"model.layers.23.mlp.down_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 121 |
+
"model.layers.23.mlp.gate_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 122 |
+
"model.layers.23.mlp.up_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 123 |
+
"model.layers.23.self_attn.k_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 124 |
+
"model.layers.23.self_attn.o_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 125 |
+
"model.layers.23.self_attn.q_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 126 |
+
"model.layers.23.self_attn.v_proj.weight": "pytorch_model-00004-of-00006.bin",
|
| 127 |
+
"model.layers.24.mlp.down_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 128 |
+
"model.layers.24.mlp.gate_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 129 |
+
"model.layers.24.mlp.up_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 130 |
+
"model.layers.24.self_attn.k_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 131 |
+
"model.layers.24.self_attn.o_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 132 |
+
"model.layers.24.self_attn.q_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 133 |
+
"model.layers.24.self_attn.v_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 134 |
+
"model.layers.25.mlp.down_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 135 |
+
"model.layers.25.mlp.gate_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 136 |
+
"model.layers.25.mlp.up_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 137 |
+
"model.layers.25.self_attn.k_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 138 |
+
"model.layers.25.self_attn.o_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 139 |
+
"model.layers.25.self_attn.q_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 140 |
+
"model.layers.25.self_attn.v_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 141 |
+
"model.layers.26.mlp.down_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 142 |
+
"model.layers.26.mlp.gate_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 143 |
+
"model.layers.26.mlp.up_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 144 |
+
"model.layers.26.self_attn.k_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 145 |
+
"model.layers.26.self_attn.o_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 146 |
+
"model.layers.26.self_attn.q_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 147 |
+
"model.layers.26.self_attn.v_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 148 |
+
"model.layers.27.mlp.down_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 149 |
+
"model.layers.27.mlp.gate_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 150 |
+
"model.layers.27.mlp.up_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 151 |
+
"model.layers.27.self_attn.k_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 152 |
+
"model.layers.27.self_attn.o_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 153 |
+
"model.layers.27.self_attn.q_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 154 |
+
"model.layers.27.self_attn.v_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 155 |
+
"model.layers.28.mlp.down_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 156 |
+
"model.layers.28.mlp.gate_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 157 |
+
"model.layers.28.mlp.up_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 158 |
+
"model.layers.28.self_attn.k_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 159 |
+
"model.layers.28.self_attn.o_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 160 |
+
"model.layers.28.self_attn.q_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 161 |
+
"model.layers.28.self_attn.v_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 162 |
+
"model.layers.29.mlp.down_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 163 |
+
"model.layers.29.mlp.gate_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 164 |
+
"model.layers.29.mlp.up_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 165 |
+
"model.layers.29.self_attn.k_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 166 |
+
"model.layers.29.self_attn.o_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 167 |
+
"model.layers.29.self_attn.q_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 168 |
+
"model.layers.29.self_attn.v_proj.weight": "pytorch_model-00005-of-00006.bin",
|
| 169 |
+
"model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 170 |
+
"model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 171 |
+
"model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 172 |
+
"model.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 173 |
+
"model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 174 |
+
"model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 175 |
+
"model.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 176 |
+
"model.layers.30.mlp.down_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 177 |
+
"model.layers.30.mlp.gate_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 178 |
+
"model.layers.30.mlp.up_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 179 |
+
"model.layers.30.self_attn.k_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 180 |
+
"model.layers.30.self_attn.o_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 181 |
+
"model.layers.30.self_attn.q_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 182 |
+
"model.layers.30.self_attn.v_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 183 |
+
"model.layers.31.mlp.down_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 184 |
+
"model.layers.31.mlp.gate_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 185 |
+
"model.layers.31.mlp.up_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 186 |
+
"model.layers.31.self_attn.k_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 187 |
+
"model.layers.31.self_attn.o_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 188 |
+
"model.layers.31.self_attn.q_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 189 |
+
"model.layers.31.self_attn.v_proj.weight": "pytorch_model-00006-of-00006.bin",
|
| 190 |
+
"model.layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 191 |
+
"model.layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 192 |
+
"model.layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 193 |
+
"model.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 194 |
+
"model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 195 |
+
"model.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 196 |
+
"model.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 197 |
+
"model.layers.5.mlp.down_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 198 |
+
"model.layers.5.mlp.gate_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 199 |
+
"model.layers.5.mlp.up_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 200 |
+
"model.layers.5.self_attn.k_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 201 |
+
"model.layers.5.self_attn.o_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 202 |
+
"model.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00006.bin",
|
| 203 |
+
"model.layers.5.self_attn.v_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 204 |
+
"model.layers.6.mlp.down_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 205 |
+
"model.layers.6.mlp.gate_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 206 |
+
"model.layers.6.mlp.up_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 207 |
+
"model.layers.6.self_attn.k_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 208 |
+
"model.layers.6.self_attn.o_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 209 |
+
"model.layers.6.self_attn.q_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 210 |
+
"model.layers.6.self_attn.v_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 211 |
+
"model.layers.7.mlp.down_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 212 |
+
"model.layers.7.mlp.gate_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 213 |
+
"model.layers.7.mlp.up_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 214 |
+
"model.layers.7.self_attn.k_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 215 |
+
"model.layers.7.self_attn.o_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 216 |
+
"model.layers.7.self_attn.q_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 217 |
+
"model.layers.7.self_attn.v_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 218 |
+
"model.layers.8.mlp.down_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 219 |
+
"model.layers.8.mlp.gate_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 220 |
+
"model.layers.8.mlp.up_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 221 |
+
"model.layers.8.self_attn.k_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 222 |
+
"model.layers.8.self_attn.o_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 223 |
+
"model.layers.8.self_attn.q_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 224 |
+
"model.layers.8.self_attn.v_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 225 |
+
"model.layers.9.mlp.down_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 226 |
+
"model.layers.9.mlp.gate_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 227 |
+
"model.layers.9.mlp.up_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 228 |
+
"model.layers.9.self_attn.k_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 229 |
+
"model.layers.9.self_attn.o_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 230 |
+
"model.layers.9.self_attn.q_proj.weight": "pytorch_model-00002-of-00006.bin",
|
| 231 |
+
"model.layers.9.self_attn.v_proj.weight": "pytorch_model-00002-of-00006.bin"
|
| 232 |
+
}
|
| 233 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eos_token": "<|endoftext|>",
|
| 3 |
+
"pad_token": "<|padding|>"
|
| 4 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": false,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "|||IP_ADDRESS|||",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": true,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": false
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<|padding|>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"50254": {
|
| 23 |
+
"content": " ",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": true,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": false
|
| 29 |
+
},
|
| 30 |
+
"50255": {
|
| 31 |
+
"content": " ",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": true,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": false
|
| 37 |
+
},
|
| 38 |
+
"50256": {
|
| 39 |
+
"content": " ",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": true,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": false
|
| 45 |
+
},
|
| 46 |
+
"50257": {
|
| 47 |
+
"content": " ",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": true,
|
| 50 |
+
"rstrip": false,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": false
|
| 53 |
+
},
|
| 54 |
+
"50258": {
|
| 55 |
+
"content": " ",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": true,
|
| 58 |
+
"rstrip": false,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": false
|
| 61 |
+
},
|
| 62 |
+
"50259": {
|
| 63 |
+
"content": " ",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": true,
|
| 66 |
+
"rstrip": false,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": false
|
| 69 |
+
},
|
| 70 |
+
"50260": {
|
| 71 |
+
"content": " ",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": true,
|
| 74 |
+
"rstrip": false,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": false
|
| 77 |
+
},
|
| 78 |
+
"50261": {
|
| 79 |
+
"content": " ",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": true,
|
| 82 |
+
"rstrip": false,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": false
|
| 85 |
+
},
|
| 86 |
+
"50262": {
|
| 87 |
+
"content": " ",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": true,
|
| 90 |
+
"rstrip": false,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": false
|
| 93 |
+
},
|
| 94 |
+
"50263": {
|
| 95 |
+
"content": " ",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": true,
|
| 98 |
+
"rstrip": false,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": false
|
| 101 |
+
},
|
| 102 |
+
"50264": {
|
| 103 |
+
"content": " ",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": true,
|
| 106 |
+
"rstrip": false,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": false
|
| 109 |
+
},
|
| 110 |
+
"50265": {
|
| 111 |
+
"content": " ",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": true,
|
| 114 |
+
"rstrip": false,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": false
|
| 117 |
+
},
|
| 118 |
+
"50266": {
|
| 119 |
+
"content": " ",
|
| 120 |
+
"lstrip": false,
|
| 121 |
+
"normalized": true,
|
| 122 |
+
"rstrip": false,
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"special": false
|
| 125 |
+
},
|
| 126 |
+
"50267": {
|
| 127 |
+
"content": " ",
|
| 128 |
+
"lstrip": false,
|
| 129 |
+
"normalized": true,
|
| 130 |
+
"rstrip": false,
|
| 131 |
+
"single_word": false,
|
| 132 |
+
"special": false
|
| 133 |
+
},
|
| 134 |
+
"50268": {
|
| 135 |
+
"content": " ",
|
| 136 |
+
"lstrip": false,
|
| 137 |
+
"normalized": true,
|
| 138 |
+
"rstrip": false,
|
| 139 |
+
"single_word": false,
|
| 140 |
+
"special": false
|
| 141 |
+
},
|
| 142 |
+
"50269": {
|
| 143 |
+
"content": " ",
|
| 144 |
+
"lstrip": false,
|
| 145 |
+
"normalized": true,
|
| 146 |
+
"rstrip": false,
|
| 147 |
+
"single_word": false,
|
| 148 |
+
"special": false
|
| 149 |
+
},
|
| 150 |
+
"50270": {
|
| 151 |
+
"content": " ",
|
| 152 |
+
"lstrip": false,
|
| 153 |
+
"normalized": true,
|
| 154 |
+
"rstrip": false,
|
| 155 |
+
"single_word": false,
|
| 156 |
+
"special": false
|
| 157 |
+
},
|
| 158 |
+
"50271": {
|
| 159 |
+
"content": " ",
|
| 160 |
+
"lstrip": false,
|
| 161 |
+
"normalized": true,
|
| 162 |
+
"rstrip": false,
|
| 163 |
+
"single_word": false,
|
| 164 |
+
"special": false
|
| 165 |
+
},
|
| 166 |
+
"50272": {
|
| 167 |
+
"content": " ",
|
| 168 |
+
"lstrip": false,
|
| 169 |
+
"normalized": true,
|
| 170 |
+
"rstrip": false,
|
| 171 |
+
"single_word": false,
|
| 172 |
+
"special": false
|
| 173 |
+
},
|
| 174 |
+
"50273": {
|
| 175 |
+
"content": " ",
|
| 176 |
+
"lstrip": false,
|
| 177 |
+
"normalized": true,
|
| 178 |
+
"rstrip": false,
|
| 179 |
+
"single_word": false,
|
| 180 |
+
"special": false
|
| 181 |
+
},
|
| 182 |
+
"50274": {
|
| 183 |
+
"content": " ",
|
| 184 |
+
"lstrip": false,
|
| 185 |
+
"normalized": true,
|
| 186 |
+
"rstrip": false,
|
| 187 |
+
"single_word": false,
|
| 188 |
+
"special": false
|
| 189 |
+
},
|
| 190 |
+
"50275": {
|
| 191 |
+
"content": " ",
|
| 192 |
+
"lstrip": false,
|
| 193 |
+
"normalized": true,
|
| 194 |
+
"rstrip": false,
|
| 195 |
+
"single_word": false,
|
| 196 |
+
"special": false
|
| 197 |
+
},
|
| 198 |
+
"50276": {
|
| 199 |
+
"content": " ",
|
| 200 |
+
"lstrip": false,
|
| 201 |
+
"normalized": true,
|
| 202 |
+
"rstrip": false,
|
| 203 |
+
"single_word": false,
|
| 204 |
+
"special": false
|
| 205 |
+
},
|
| 206 |
+
"50277": {
|
| 207 |
+
"content": "|||EMAIL_ADDRESS|||",
|
| 208 |
+
"lstrip": false,
|
| 209 |
+
"normalized": true,
|
| 210 |
+
"rstrip": false,
|
| 211 |
+
"single_word": false,
|
| 212 |
+
"special": false
|
| 213 |
+
},
|
| 214 |
+
"50278": {
|
| 215 |
+
"content": "|||PHONE_NUMBER|||",
|
| 216 |
+
"lstrip": false,
|
| 217 |
+
"normalized": true,
|
| 218 |
+
"rstrip": false,
|
| 219 |
+
"single_word": false,
|
| 220 |
+
"special": false
|
| 221 |
+
},
|
| 222 |
+
"50279": {
|
| 223 |
+
"content": "<|endoftext|>",
|
| 224 |
+
"lstrip": false,
|
| 225 |
+
"normalized": false,
|
| 226 |
+
"rstrip": false,
|
| 227 |
+
"single_word": false,
|
| 228 |
+
"special": true
|
| 229 |
+
}
|
| 230 |
+
},
|
| 231 |
+
"bos_token": null,
|
| 232 |
+
"clean_up_tokenization_spaces": true,
|
| 233 |
+
"eos_token": "<|endoftext|>",
|
| 234 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 235 |
+
"pad_token": "<|padding|>",
|
| 236 |
+
"tokenizer_class": "GPTNeoXTokenizer",
|
| 237 |
+
"unk_token": null,
|
| 238 |
+
"chat_template": "{{ eos_token }}{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}"
|
| 239 |
+
}
|