danielhanchen
commited on
Upload LlamaForCausalLM
Browse files- README.md +135 -147
- config.json +42 -0
- generation_config.json +12 -0
- model-00001-of-00030.safetensors +3 -0
- model-00002-of-00030.safetensors +3 -0
- model-00003-of-00030.safetensors +3 -0
- model-00004-of-00030.safetensors +3 -0
- model-00005-of-00030.safetensors +3 -0
- model-00006-of-00030.safetensors +3 -0
- model-00007-of-00030.safetensors +3 -0
- model-00008-of-00030.safetensors +3 -0
- model-00009-of-00030.safetensors +3 -0
- model-00010-of-00030.safetensors +3 -0
- model-00011-of-00030.safetensors +3 -0
- model-00012-of-00030.safetensors +3 -0
- model-00013-of-00030.safetensors +3 -0
- model-00014-of-00030.safetensors +3 -0
- model-00015-of-00030.safetensors +3 -0
- model-00016-of-00030.safetensors +3 -0
- model-00017-of-00030.safetensors +3 -0
- model-00018-of-00030.safetensors +3 -0
- model-00019-of-00030.safetensors +3 -0
- model-00020-of-00030.safetensors +3 -0
- model-00021-of-00030.safetensors +3 -0
- model-00022-of-00030.safetensors +3 -0
- model-00023-of-00030.safetensors +3 -0
- model-00024-of-00030.safetensors +3 -0
- model-00025-of-00030.safetensors +3 -0
- model-00026-of-00030.safetensors +3 -0
- model-00027-of-00030.safetensors +3 -0
- model-00028-of-00030.safetensors +3 -0
- model-00029-of-00030.safetensors +3 -0
- model-00030-of-00030.safetensors +3 -0
- model.safetensors.index.json +730 -0
README.md
CHANGED
@@ -1,211 +1,199 @@
|
|
1 |
---
|
2 |
-
base_model: deepseek-ai/DeepSeek-R1-Distill-Llama-70B
|
3 |
-
language:
|
4 |
-
- en
|
5 |
library_name: transformers
|
6 |
-
tags:
|
7 |
-
- deepseek
|
8 |
-
- unsloth
|
9 |
-
- transformers
|
10 |
-
- llama
|
11 |
-
- llama-3
|
12 |
-
- meta
|
13 |
---
|
14 |
|
15 |
-
|
16 |
|
|
|
17 |
|
18 |
-
# Finetune LLMs 2-5x faster with 70% less memory via Unsloth!
|
19 |
-
We have a free Google Colab Tesla T4 notebook for Llama 3.1 (8B) here: https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.1_(8B)-Alpaca.ipynb
|
20 |
|
21 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/Discord%20button.png" width="200"/>](https://discord.gg/unsloth)
|
22 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
23 |
|
|
|
24 |
|
25 |
-
|
26 |
|
27 |
-
|
28 |
|
29 |
-
|
30 |
-
|-----------------|--------------------------------------------------------------------------------------------------------------------------|-------------|----------|
|
31 |
-
| **Llama-3.2 (3B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.2_(1B_and_3B)-Conversational.ipynb) | 2.4x faster | 58% less |
|
32 |
-
| **Llama-3.2 (11B vision)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.2_(11B)-Vision.ipynb) | 2x faster | 60% less |
|
33 |
-
| **Qwen2 VL (7B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Qwen2_VL_(7B)-Vision.ipynb) | 1.8x faster | 60% less |
|
34 |
-
| **Qwen2.5 (7B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Qwen2.5_(7B)-Alpaca.ipynb) | 2x faster | 60% less |
|
35 |
-
| **Llama-3.1 (8B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Llama3.1_(8B)-Alpaca.ipynb) | 2.4x faster | 58% less |
|
36 |
-
| **Phi-3.5 (mini)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Phi_3.5_Mini-Conversational.ipynb) | 2x faster | 50% less |
|
37 |
-
| **Gemma 2 (9B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Gemma2_(9B)-Alpaca.ipynb) | 2.4x faster | 58% less |
|
38 |
-
| **Mistral (7B)** | [▶️ Start on Colab](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Mistral_v0.3_(7B)-Conversational.ipynb) | 2.2x faster | 62% less |
|
39 |
|
40 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
-
|
43 |
-
- This [text completion notebook](https://colab.research.google.com/github/unslothai/notebooks/blob/main/nb/Mistral_(7B)-Text_Completion.ipynb) is for raw text. This [DPO notebook](https://colab.research.google.com/drive/15vttTpzzVXv_tJwEk-hIcQ0S9FcEWvwP?usp=sharing) replicates Zephyr.
|
44 |
-
- \* Kaggle has 2x T4s, but we use 1. Due to overhead, 1x T4 is 5x faster.
|
45 |
|
46 |
-
|
47 |
-
A huge thank you to the DeepSeek team for creating and releasing these models.
|
48 |
|
|
|
|
|
|
|
49 |
|
|
|
50 |
|
51 |
-
|
52 |
|
53 |
-
|
54 |
-
DeepSeek-R1-Zero, a model trained via large-scale reinforcement learning (RL) without supervised fine-tuning (SFT) as a preliminary step, demonstrated remarkable performance on reasoning.
|
55 |
-
With RL, DeepSeek-R1-Zero naturally emerged with numerous powerful and interesting reasoning behaviors.
|
56 |
-
However, DeepSeek-R1-Zero encounters challenges such as endless repetition, poor readability, and language mixing. To address these issues and further enhance reasoning performance,
|
57 |
-
we introduce DeepSeek-R1, which incorporates cold-start data before RL.
|
58 |
-
DeepSeek-R1 achieves performance comparable to OpenAI-o1 across math, code, and reasoning tasks.
|
59 |
-
To support the research community, we have open-sourced DeepSeek-R1-Zero, DeepSeek-R1, and six dense models distilled from DeepSeek-R1 based on Llama and Qwen. DeepSeek-R1-Distill-Qwen-32B outperforms OpenAI-o1-mini across various benchmarks, achieving new state-of-the-art results for dense models.
|
60 |
|
61 |
-
|
62 |
-
<img width="80%" src="figures/benchmark.jpg">
|
63 |
-
</p>
|
64 |
|
65 |
-
|
66 |
|
67 |
-
|
68 |
|
69 |
-
|
70 |
|
71 |
-
|
72 |
|
73 |
-
|
74 |
-
We believe the pipeline will benefit the industry by creating better models.
|
75 |
|
76 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
|
78 |
-
|
79 |
|
80 |
-
|
81 |
-
- Using the reasoning data generated by DeepSeek-R1, we fine-tuned several dense models that are widely used in the research community. The evaluation results demonstrate that the distilled smaller dense models perform exceptionally well on benchmarks. We open-source distilled 1.5B, 7B, 8B, 14B, 32B, and 70B checkpoints based on Qwen2.5 and Llama3 series to the community.
|
82 |
|
83 |
-
|
84 |
|
85 |
-
###
|
86 |
|
87 |
-
|
88 |
|
89 |
-
|
90 |
-
| :------------: | :------------: | :------------: | :------------: | :------------: |
|
91 |
-
| DeepSeek-R1-Zero | 671B | 37B | 128K | [🤗 HuggingFace](https://huggingface.co/deepseek-ai/DeepSeek-R1-Zero) |
|
92 |
-
| DeepSeek-R1 | 671B | 37B | 128K | [🤗 HuggingFace](https://huggingface.co/deepseek-ai/DeepSeek-R1) |
|
93 |
|
94 |
-
</div>
|
95 |
|
96 |
-
DeepSeek-R1-Zero & DeepSeek-R1 are trained based on DeepSeek-V3-Base.
|
97 |
-
For more details regrading the model architecture, please refer to [DeepSeek-V3](https://github.com/deepseek-ai/DeepSeek-V3) repository.
|
98 |
|
99 |
-
|
100 |
|
101 |
-
|
102 |
|
103 |
-
|
104 |
-
| :------------: | :------------: | :------------: |
|
105 |
-
| DeepSeek-R1-Distill-Qwen-1.5B | [Qwen2.5-Math-1.5B](https://huggingface.co/Qwen/Qwen2.5-Math-1.5B) | [🤗 HuggingFace](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B) |
|
106 |
-
| DeepSeek-R1-Distill-Qwen-7B | [Qwen2.5-Math-7B](https://huggingface.co/Qwen/Qwen2.5-Math-7B) | [🤗 HuggingFace](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B) |
|
107 |
-
| DeepSeek-R1-Distill-Llama-8B | [Llama-3.1-8B](https://huggingface.co/meta-llama/Llama-3.1-8B) | [🤗 HuggingFace](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-8B) |
|
108 |
-
| DeepSeek-R1-Distill-Qwen-14B | [Qwen2.5-14B](https://huggingface.co/Qwen/Qwen2.5-14B) | [🤗 HuggingFace](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-14B) |
|
109 |
-
|DeepSeek-R1-Distill-Qwen-32B | [Qwen2.5-32B](https://huggingface.co/Qwen/Qwen2.5-32B) | [🤗 HuggingFace](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B) |
|
110 |
-
| DeepSeek-R1-Distill-Llama-70B | [Llama-3.3-70B-Instruct](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct) | [🤗 HuggingFace](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Llama-70B) |
|
111 |
|
112 |
-
|
113 |
|
114 |
-
|
115 |
-
We slightly change their configs and tokenizers. Please use our setting to run these models.
|
116 |
|
117 |
-
|
118 |
|
119 |
-
|
120 |
-
|
121 |
-
|
|
|
|
|
122 |
|
|
|
123 |
|
124 |
-
|
125 |
-
|----------|-------------------|----------------------|------------|--------------|----------------|------------|--------------|
|
126 |
-
| | Architecture | - | - | MoE | - | - | MoE |
|
127 |
-
| | # Activated Params | - | - | 37B | - | - | 37B |
|
128 |
-
| | # Total Params | - | - | 671B | - | - | 671B |
|
129 |
-
| English | MMLU (Pass@1) | 88.3 | 87.2 | 88.5 | 85.2 | **91.8** | 90.8 |
|
130 |
-
| | MMLU-Redux (EM) | 88.9 | 88.0 | 89.1 | 86.7 | - | **92.9** |
|
131 |
-
| | MMLU-Pro (EM) | 78.0 | 72.6 | 75.9 | 80.3 | - | **84.0** |
|
132 |
-
| | DROP (3-shot F1) | 88.3 | 83.7 | 91.6 | 83.9 | 90.2 | **92.2** |
|
133 |
-
| | IF-Eval (Prompt Strict) | **86.5** | 84.3 | 86.1 | 84.8 | - | 83.3 |
|
134 |
-
| | GPQA-Diamond (Pass@1) | 65.0 | 49.9 | 59.1 | 60.0 | **75.7** | 71.5 |
|
135 |
-
| | SimpleQA (Correct) | 28.4 | 38.2 | 24.9 | 7.0 | **47.0** | 30.1 |
|
136 |
-
| | FRAMES (Acc.) | 72.5 | 80.5 | 73.3 | 76.9 | - | **82.5** |
|
137 |
-
| | AlpacaEval2.0 (LC-winrate) | 52.0 | 51.1 | 70.0 | 57.8 | - | **87.6** |
|
138 |
-
| | ArenaHard (GPT-4-1106) | 85.2 | 80.4 | 85.5 | 92.0 | - | **92.3** |
|
139 |
-
| Code | LiveCodeBench (Pass@1-COT) | 33.8 | 34.2 | - | 53.8 | 63.4 | **65.9** |
|
140 |
-
| | Codeforces (Percentile) | 20.3 | 23.6 | 58.7 | 93.4 | **96.6** | 96.3 |
|
141 |
-
| | Codeforces (Rating) | 717 | 759 | 1134 | 1820 | **2061** | 2029 |
|
142 |
-
| | SWE Verified (Resolved) | **50.8** | 38.8 | 42.0 | 41.6 | 48.9 | 49.2 |
|
143 |
-
| | Aider-Polyglot (Acc.) | 45.3 | 16.0 | 49.6 | 32.9 | **61.7** | 53.3 |
|
144 |
-
| Math | AIME 2024 (Pass@1) | 16.0 | 9.3 | 39.2 | 63.6 | 79.2 | **79.8** |
|
145 |
-
| | MATH-500 (Pass@1) | 78.3 | 74.6 | 90.2 | 90.0 | 96.4 | **97.3** |
|
146 |
-
| | CNMO 2024 (Pass@1) | 13.1 | 10.8 | 43.2 | 67.6 | - | **78.8** |
|
147 |
-
| Chinese | CLUEWSC (EM) | 85.4 | 87.9 | 90.9 | 89.9 | - | **92.8** |
|
148 |
-
| | C-Eval (EM) | 76.7 | 76.0 | 86.5 | 68.9 | - | **91.8** |
|
149 |
-
| | C-SimpleQA (Correct) | 55.4 | 58.7 | **68.0** | 40.3 | - | 63.7 |
|
150 |
|
151 |
-
|
152 |
|
|
|
153 |
|
154 |
-
|
155 |
|
|
|
156 |
|
157 |
-
|
158 |
|
159 |
-
|
160 |
-
|------------------------------------------|------------------|-------------------|-----------------|----------------------|----------------------|-------------------|
|
161 |
-
| GPT-4o-0513 | 9.3 | 13.4 | 74.6 | 49.9 | 32.9 | 759 |
|
162 |
-
| Claude-3.5-Sonnet-1022 | 16.0 | 26.7 | 78.3 | 65.0 | 38.9 | 717 |
|
163 |
-
| o1-mini | 63.6 | 80.0 | 90.0 | 60.0 | 53.8 | **1820** |
|
164 |
-
| QwQ-32B-Preview | 44.0 | 60.0 | 90.6 | 54.5 | 41.9 | 1316 |
|
165 |
-
| DeepSeek-R1-Distill-Qwen-1.5B | 28.9 | 52.7 | 83.9 | 33.8 | 16.9 | 954 |
|
166 |
-
| DeepSeek-R1-Distill-Qwen-7B | 55.5 | 83.3 | 92.8 | 49.1 | 37.6 | 1189 |
|
167 |
-
| DeepSeek-R1-Distill-Qwen-14B | 69.7 | 80.0 | 93.9 | 59.1 | 53.1 | 1481 |
|
168 |
-
| DeepSeek-R1-Distill-Qwen-32B | **72.6** | 83.3 | 94.3 | 62.1 | 57.2 | 1691 |
|
169 |
-
| DeepSeek-R1-Distill-Llama-8B | 50.4 | 80.0 | 89.1 | 49.0 | 39.6 | 1205 |
|
170 |
-
| DeepSeek-R1-Distill-Llama-70B | 70.0 | **86.7** | **94.5** | **65.2** | **57.5** | 1633 |
|
171 |
|
172 |
-
|
173 |
|
|
|
174 |
|
175 |
-
|
176 |
-
You can chat with DeepSeek-R1 on DeepSeek's official website: [chat.deepseek.com](https://chat.deepseek.com), and switch on the button "DeepThink"
|
177 |
|
178 |
-
|
179 |
|
180 |
-
|
181 |
|
182 |
-
|
183 |
|
184 |
-
|
185 |
|
186 |
-
|
187 |
|
188 |
-
|
189 |
|
190 |
-
|
191 |
|
192 |
-
|
193 |
-
vllm serve deepseek-ai/DeepSeek-R1-Distill-Qwen-32B --tensor-parallel-size 2 --max-model-len 32768 --enforce-eager
|
194 |
-
```
|
195 |
|
196 |
-
|
197 |
|
198 |
-
##
|
199 |
-
This code repository and the model weights are licensed under the [MIT License](https://github.com/deepseek-ai/DeepSeek-R1/blob/main/LICENSE).
|
200 |
-
DeepSeek-R1 series support commercial use, allow for any modifications and derivative works, including, but not limited to, distillation for training other LLMs. Please note that:
|
201 |
-
- DeepSeek-R1-Distill-Qwen-1.5B, DeepSeek-R1-Distill-Qwen-7B, DeepSeek-R1-Distill-Qwen-14B and DeepSeek-R1-Distill-Qwen-32B are derived from [Qwen-2.5 series](https://github.com/QwenLM/Qwen2.5), which are originally licensed under [Apache 2.0 License](https://huggingface.co/Qwen/Qwen2.5-1.5B/blob/main/LICENSE), and now finetuned with 800k samples curated with DeepSeek-R1.
|
202 |
-
- DeepSeek-R1-Distill-Llama-8B is derived from Llama3.1-8B-Base and is originally licensed under [llama3.1 license](https://huggingface.co/meta-llama/Llama-3.1-8B/blob/main/LICENSE).
|
203 |
-
- DeepSeek-R1-Distill-Llama-70B is derived from Llama3.3-70B-Instruct and is originally licensed under [llama3.3 license](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct/blob/main/LICENSE).
|
204 |
|
205 |
-
|
206 |
-
```
|
207 |
|
208 |
-
|
209 |
|
210 |
-
|
211 |
-
If you have any questions, please raise an issue or contact us at [[email protected]]([email protected]).
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
library_name: transformers
|
3 |
+
tags: []
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
+
# Model Card for Model ID
|
7 |
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
|
|
|
|
|
10 |
|
|
|
|
|
11 |
|
12 |
+
## Model Details
|
13 |
|
14 |
+
### Model Description
|
15 |
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
|
18 |
+
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
|
28 |
+
### Model Sources [optional]
|
|
|
|
|
29 |
|
30 |
+
<!-- Provide the basic links for the model. -->
|
|
|
31 |
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
|
36 |
+
## Uses
|
37 |
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
|
40 |
+
### Direct Use
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
|
|
|
|
43 |
|
44 |
+
[More Information Needed]
|
45 |
|
46 |
+
### Downstream Use [optional]
|
47 |
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
|
50 |
+
[More Information Needed]
|
51 |
|
52 |
+
### Out-of-Scope Use
|
|
|
53 |
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
|
121 |
+
#### Metrics
|
122 |
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
|
|
124 |
|
125 |
+
[More Information Needed]
|
126 |
|
127 |
+
### Results
|
128 |
|
129 |
+
[More Information Needed]
|
130 |
|
131 |
+
#### Summary
|
|
|
|
|
|
|
132 |
|
|
|
133 |
|
|
|
|
|
134 |
|
135 |
+
## Model Examination [optional]
|
136 |
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
|
139 |
+
[More Information Needed]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
|
141 |
+
## Environmental Impact
|
142 |
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
|
|
144 |
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
|
153 |
+
## Technical Specifications [optional]
|
154 |
|
155 |
+
### Model Architecture and Objective
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
|
157 |
+
[More Information Needed]
|
158 |
|
159 |
+
### Compute Infrastructure
|
160 |
|
161 |
+
[More Information Needed]
|
162 |
|
163 |
+
#### Hardware
|
164 |
|
165 |
+
[More Information Needed]
|
166 |
|
167 |
+
#### Software
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
|
169 |
+
[More Information Needed]
|
170 |
|
171 |
+
## Citation [optional]
|
172 |
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
|
|
174 |
|
175 |
+
**BibTeX:**
|
176 |
|
177 |
+
[More Information Needed]
|
178 |
|
179 |
+
**APA:**
|
180 |
|
181 |
+
[More Information Needed]
|
182 |
|
183 |
+
## Glossary [optional]
|
184 |
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
|
187 |
+
[More Information Needed]
|
188 |
|
189 |
+
## More Information [optional]
|
|
|
|
|
190 |
|
191 |
+
[More Information Needed]
|
192 |
|
193 |
+
## Model Card Authors [optional]
|
|
|
|
|
|
|
|
|
|
|
194 |
|
195 |
+
[More Information Needed]
|
|
|
196 |
|
197 |
+
## Model Card Contact
|
198 |
|
199 |
+
[More Information Needed]
|
|
config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_bias": false,
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 128000,
|
9 |
+
"eos_token_id": [
|
10 |
+
128001,
|
11 |
+
128008,
|
12 |
+
128009
|
13 |
+
],
|
14 |
+
"head_dim": 128,
|
15 |
+
"hidden_act": "silu",
|
16 |
+
"hidden_size": 8192,
|
17 |
+
"initializer_range": 0.02,
|
18 |
+
"intermediate_size": 28672,
|
19 |
+
"max_position_embeddings": 131072,
|
20 |
+
"mlp_bias": false,
|
21 |
+
"model_type": "llama",
|
22 |
+
"num_attention_heads": 64,
|
23 |
+
"num_hidden_layers": 80,
|
24 |
+
"num_key_value_heads": 8,
|
25 |
+
"pad_token_id": 128004,
|
26 |
+
"pretraining_tp": 1,
|
27 |
+
"rms_norm_eps": 1e-05,
|
28 |
+
"rope_scaling": {
|
29 |
+
"factor": 8.0,
|
30 |
+
"high_freq_factor": 4.0,
|
31 |
+
"low_freq_factor": 1.0,
|
32 |
+
"original_max_position_embeddings": 8192,
|
33 |
+
"rope_type": "llama3"
|
34 |
+
},
|
35 |
+
"rope_theta": 500000.0,
|
36 |
+
"tie_word_embeddings": false,
|
37 |
+
"torch_dtype": "bfloat16",
|
38 |
+
"transformers_version": "4.48.0",
|
39 |
+
"unsloth_fixed": true,
|
40 |
+
"use_cache": true,
|
41 |
+
"vocab_size": 128256
|
42 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 128000,
|
4 |
+
"eos_token_id": [
|
5 |
+
128001,
|
6 |
+
128008,
|
7 |
+
128009
|
8 |
+
],
|
9 |
+
"max_length": 131072,
|
10 |
+
"pad_token_id": 128004,
|
11 |
+
"transformers_version": "4.48.0"
|
12 |
+
}
|
model-00001-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:843dbdd5f9e45eafb178fdbc176a4cf2696b62f455f8f849304538c7eb7c0112
|
3 |
+
size 4584408808
|
model-00002-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d356a47d3b251027b2303c4bcab15c164efc9a69f7f71853e3c4a5d67bdf82a
|
3 |
+
size 4664167376
|
model-00003-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eebb3787e6120944b1f9024bef7589d7d7965ecb12b8735d8141e7df8a48c18d
|
3 |
+
size 4999711704
|
model-00004-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:245d8765033e3c8d6c43c4cdabb6dcd7ab40a1ebb4f00f334b9aadfcd38ac867
|
3 |
+
size 4966157032
|
model-00005-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09c96398387283586f70a0e7bc8b432ec9dfe5eb6bb3ebdb26ae6d86334bf1b5
|
3 |
+
size 4664134408
|
model-00006-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c88759e3d20ee84d5c679fb980674d0fa70d5f3cd4fd13d2a8513a9bb5289a6
|
3 |
+
size 4664167408
|
model-00007-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f836e2b07e0ed14a2122df8b6fd7dac7ded9aa979ca4ac499866f8c8cf694b3d
|
3 |
+
size 4664167408
|
model-00008-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9ca31c348d267aa79da3303d322969c7a2fb771905eb34516b9ebfb820daf34
|
3 |
+
size 4999711728
|
model-00009-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:843f9daac1b7a83134737ccfb4bbb2430a1d1e88ed323f24d06d2389d110c383
|
3 |
+
size 4966157056
|
model-00010-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de4d0767afdac54dc2c57399818cf2e1f32b473c58fa20891f1b9148554d1977
|
3 |
+
size 4664134408
|
model-00011-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dae00458a3e604efb6f037f6dd5bf80d66de2036e421677a4316be1836cb35a
|
3 |
+
size 4664167408
|
model-00012-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9954624898bb78d1f1da40d2535e083283a193022391fdef0ac9109f36f403a1
|
3 |
+
size 4664167408
|
model-00013-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d75d8e2d0a01a9902d46a85c14323985fe093acc690b95661236001ac3fe58ee
|
3 |
+
size 4999711728
|
model-00014-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a17795357b16fd64120a27ba2392582dee38d4b2f6bc4900debac360646905ac
|
3 |
+
size 4966157056
|
model-00015-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36d469aa14f1120a7d0718b17bd01316fca3548d172e16bac640c8df50e20569
|
3 |
+
size 4664134408
|
model-00016-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2f87e34c3d675355c7872270e000fa30723c60b6c44f7ac62a4514d29979f57
|
3 |
+
size 4664167408
|
model-00017-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b480d0645a678fc0d634062fc8f5eac4c5dd6195597ab3a5f0a6a5189c97ba4
|
3 |
+
size 4664167408
|
model-00018-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:635f53f13f79cccf0156a1fc4b88979b9b837421d63007211a3c3122bd09d9dc
|
3 |
+
size 4999711728
|
model-00019-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae9ba68fb4a9e8dcdadb9dd76d756be03db76f48efec5c59d1a3fd5daec5f0c9
|
3 |
+
size 4966157056
|
model-00020-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d0610fdd625e040a6e1b3d3dcec5ba3ec7041799ce41b2e4d9ac21d1eaf6156
|
3 |
+
size 4664134408
|
model-00021-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d25d3bdbaf2ef700c89403e10b4bc5bca1c110f652e491a3e27d693c07d1838
|
3 |
+
size 4664167408
|
model-00022-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:deccad5bf570d595cf5cc085b7439c062f8541ce21a20ade1c185388b7032a97
|
3 |
+
size 4664167408
|
model-00023-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8fa3725e617e4ce6e7aacc4201aa7972cfbb4ecf934056d7145d09d6972af32
|
3 |
+
size 4999711728
|
model-00024-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab5552bf7c2a0a688d97fb6b2ba9497f97b647800123ee735c25eb0ae098bd89
|
3 |
+
size 4966157056
|
model-00025-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db80c67643764a90148c30c70c17538d6d8a31f8f14f4d947a280e00e95b5413
|
3 |
+
size 4664134408
|
model-00026-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06397af445ad7feb65ca5ba2d88bb12d3ba138b360308893f201696526d64a33
|
3 |
+
size 4664167408
|
model-00027-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f75ba046d0c3ecf6b9557fed93b512c8396dfd161bff2ec4ec53bedb7964c92c
|
3 |
+
size 4664167408
|
model-00028-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86d5fbbd30f1b015bd03174b5190551a40be515775679eaf74e25af045daa300
|
3 |
+
size 4999711728
|
model-00029-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e18131441d31328aed6dc6e95907089e8319c754d064db722c89f2790d44b5f
|
3 |
+
size 4966173536
|
model-00030-of-00030.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee0b056e97c867d5282cad7b62f782b41dc7cac7da2df623215ad8b85f611634
|
3 |
+
size 2101346432
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,730 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 141107412992
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00030-of-00030.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00030.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00030.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00030.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00030.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00030.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00030.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00030.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00030.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00030.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00030.safetensors",
|
17 |
+
"model.layers.1.input_layernorm.weight": "model-00002-of-00030.safetensors",
|
18 |
+
"model.layers.1.mlp.down_proj.weight": "model-00002-of-00030.safetensors",
|
19 |
+
"model.layers.1.mlp.gate_proj.weight": "model-00001-of-00030.safetensors",
|
20 |
+
"model.layers.1.mlp.up_proj.weight": "model-00002-of-00030.safetensors",
|
21 |
+
"model.layers.1.post_attention_layernorm.weight": "model-00002-of-00030.safetensors",
|
22 |
+
"model.layers.1.self_attn.k_proj.weight": "model-00001-of-00030.safetensors",
|
23 |
+
"model.layers.1.self_attn.o_proj.weight": "model-00001-of-00030.safetensors",
|
24 |
+
"model.layers.1.self_attn.q_proj.weight": "model-00001-of-00030.safetensors",
|
25 |
+
"model.layers.1.self_attn.v_proj.weight": "model-00001-of-00030.safetensors",
|
26 |
+
"model.layers.10.input_layernorm.weight": "model-00005-of-00030.safetensors",
|
27 |
+
"model.layers.10.mlp.down_proj.weight": "model-00005-of-00030.safetensors",
|
28 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00005-of-00030.safetensors",
|
29 |
+
"model.layers.10.mlp.up_proj.weight": "model-00005-of-00030.safetensors",
|
30 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00005-of-00030.safetensors",
|
31 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00005-of-00030.safetensors",
|
32 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00005-of-00030.safetensors",
|
33 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00005-of-00030.safetensors",
|
34 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00005-of-00030.safetensors",
|
35 |
+
"model.layers.11.input_layernorm.weight": "model-00005-of-00030.safetensors",
|
36 |
+
"model.layers.11.mlp.down_proj.weight": "model-00005-of-00030.safetensors",
|
37 |
+
"model.layers.11.mlp.gate_proj.weight": "model-00005-of-00030.safetensors",
|
38 |
+
"model.layers.11.mlp.up_proj.weight": "model-00005-of-00030.safetensors",
|
39 |
+
"model.layers.11.post_attention_layernorm.weight": "model-00005-of-00030.safetensors",
|
40 |
+
"model.layers.11.self_attn.k_proj.weight": "model-00005-of-00030.safetensors",
|
41 |
+
"model.layers.11.self_attn.o_proj.weight": "model-00005-of-00030.safetensors",
|
42 |
+
"model.layers.11.self_attn.q_proj.weight": "model-00005-of-00030.safetensors",
|
43 |
+
"model.layers.11.self_attn.v_proj.weight": "model-00005-of-00030.safetensors",
|
44 |
+
"model.layers.12.input_layernorm.weight": "model-00006-of-00030.safetensors",
|
45 |
+
"model.layers.12.mlp.down_proj.weight": "model-00006-of-00030.safetensors",
|
46 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00005-of-00030.safetensors",
|
47 |
+
"model.layers.12.mlp.up_proj.weight": "model-00005-of-00030.safetensors",
|
48 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00006-of-00030.safetensors",
|
49 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00005-of-00030.safetensors",
|
50 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00005-of-00030.safetensors",
|
51 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00005-of-00030.safetensors",
|
52 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00005-of-00030.safetensors",
|
53 |
+
"model.layers.13.input_layernorm.weight": "model-00006-of-00030.safetensors",
|
54 |
+
"model.layers.13.mlp.down_proj.weight": "model-00006-of-00030.safetensors",
|
55 |
+
"model.layers.13.mlp.gate_proj.weight": "model-00006-of-00030.safetensors",
|
56 |
+
"model.layers.13.mlp.up_proj.weight": "model-00006-of-00030.safetensors",
|
57 |
+
"model.layers.13.post_attention_layernorm.weight": "model-00006-of-00030.safetensors",
|
58 |
+
"model.layers.13.self_attn.k_proj.weight": "model-00006-of-00030.safetensors",
|
59 |
+
"model.layers.13.self_attn.o_proj.weight": "model-00006-of-00030.safetensors",
|
60 |
+
"model.layers.13.self_attn.q_proj.weight": "model-00006-of-00030.safetensors",
|
61 |
+
"model.layers.13.self_attn.v_proj.weight": "model-00006-of-00030.safetensors",
|
62 |
+
"model.layers.14.input_layernorm.weight": "model-00006-of-00030.safetensors",
|
63 |
+
"model.layers.14.mlp.down_proj.weight": "model-00006-of-00030.safetensors",
|
64 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00006-of-00030.safetensors",
|
65 |
+
"model.layers.14.mlp.up_proj.weight": "model-00006-of-00030.safetensors",
|
66 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00006-of-00030.safetensors",
|
67 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00006-of-00030.safetensors",
|
68 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00006-of-00030.safetensors",
|
69 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00006-of-00030.safetensors",
|
70 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00006-of-00030.safetensors",
|
71 |
+
"model.layers.15.input_layernorm.weight": "model-00007-of-00030.safetensors",
|
72 |
+
"model.layers.15.mlp.down_proj.weight": "model-00007-of-00030.safetensors",
|
73 |
+
"model.layers.15.mlp.gate_proj.weight": "model-00006-of-00030.safetensors",
|
74 |
+
"model.layers.15.mlp.up_proj.weight": "model-00007-of-00030.safetensors",
|
75 |
+
"model.layers.15.post_attention_layernorm.weight": "model-00007-of-00030.safetensors",
|
76 |
+
"model.layers.15.self_attn.k_proj.weight": "model-00006-of-00030.safetensors",
|
77 |
+
"model.layers.15.self_attn.o_proj.weight": "model-00006-of-00030.safetensors",
|
78 |
+
"model.layers.15.self_attn.q_proj.weight": "model-00006-of-00030.safetensors",
|
79 |
+
"model.layers.15.self_attn.v_proj.weight": "model-00006-of-00030.safetensors",
|
80 |
+
"model.layers.16.input_layernorm.weight": "model-00007-of-00030.safetensors",
|
81 |
+
"model.layers.16.mlp.down_proj.weight": "model-00007-of-00030.safetensors",
|
82 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00007-of-00030.safetensors",
|
83 |
+
"model.layers.16.mlp.up_proj.weight": "model-00007-of-00030.safetensors",
|
84 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00007-of-00030.safetensors",
|
85 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00007-of-00030.safetensors",
|
86 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00007-of-00030.safetensors",
|
87 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00007-of-00030.safetensors",
|
88 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00007-of-00030.safetensors",
|
89 |
+
"model.layers.17.input_layernorm.weight": "model-00007-of-00030.safetensors",
|
90 |
+
"model.layers.17.mlp.down_proj.weight": "model-00007-of-00030.safetensors",
|
91 |
+
"model.layers.17.mlp.gate_proj.weight": "model-00007-of-00030.safetensors",
|
92 |
+
"model.layers.17.mlp.up_proj.weight": "model-00007-of-00030.safetensors",
|
93 |
+
"model.layers.17.post_attention_layernorm.weight": "model-00007-of-00030.safetensors",
|
94 |
+
"model.layers.17.self_attn.k_proj.weight": "model-00007-of-00030.safetensors",
|
95 |
+
"model.layers.17.self_attn.o_proj.weight": "model-00007-of-00030.safetensors",
|
96 |
+
"model.layers.17.self_attn.q_proj.weight": "model-00007-of-00030.safetensors",
|
97 |
+
"model.layers.17.self_attn.v_proj.weight": "model-00007-of-00030.safetensors",
|
98 |
+
"model.layers.18.input_layernorm.weight": "model-00008-of-00030.safetensors",
|
99 |
+
"model.layers.18.mlp.down_proj.weight": "model-00008-of-00030.safetensors",
|
100 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00008-of-00030.safetensors",
|
101 |
+
"model.layers.18.mlp.up_proj.weight": "model-00008-of-00030.safetensors",
|
102 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00008-of-00030.safetensors",
|
103 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00007-of-00030.safetensors",
|
104 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00007-of-00030.safetensors",
|
105 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00007-of-00030.safetensors",
|
106 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00007-of-00030.safetensors",
|
107 |
+
"model.layers.19.input_layernorm.weight": "model-00008-of-00030.safetensors",
|
108 |
+
"model.layers.19.mlp.down_proj.weight": "model-00008-of-00030.safetensors",
|
109 |
+
"model.layers.19.mlp.gate_proj.weight": "model-00008-of-00030.safetensors",
|
110 |
+
"model.layers.19.mlp.up_proj.weight": "model-00008-of-00030.safetensors",
|
111 |
+
"model.layers.19.post_attention_layernorm.weight": "model-00008-of-00030.safetensors",
|
112 |
+
"model.layers.19.self_attn.k_proj.weight": "model-00008-of-00030.safetensors",
|
113 |
+
"model.layers.19.self_attn.o_proj.weight": "model-00008-of-00030.safetensors",
|
114 |
+
"model.layers.19.self_attn.q_proj.weight": "model-00008-of-00030.safetensors",
|
115 |
+
"model.layers.19.self_attn.v_proj.weight": "model-00008-of-00030.safetensors",
|
116 |
+
"model.layers.2.input_layernorm.weight": "model-00002-of-00030.safetensors",
|
117 |
+
"model.layers.2.mlp.down_proj.weight": "model-00002-of-00030.safetensors",
|
118 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00002-of-00030.safetensors",
|
119 |
+
"model.layers.2.mlp.up_proj.weight": "model-00002-of-00030.safetensors",
|
120 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00002-of-00030.safetensors",
|
121 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00002-of-00030.safetensors",
|
122 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00002-of-00030.safetensors",
|
123 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00002-of-00030.safetensors",
|
124 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00002-of-00030.safetensors",
|
125 |
+
"model.layers.20.input_layernorm.weight": "model-00008-of-00030.safetensors",
|
126 |
+
"model.layers.20.mlp.down_proj.weight": "model-00008-of-00030.safetensors",
|
127 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00008-of-00030.safetensors",
|
128 |
+
"model.layers.20.mlp.up_proj.weight": "model-00008-of-00030.safetensors",
|
129 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00008-of-00030.safetensors",
|
130 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00008-of-00030.safetensors",
|
131 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00008-of-00030.safetensors",
|
132 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00008-of-00030.safetensors",
|
133 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00008-of-00030.safetensors",
|
134 |
+
"model.layers.21.input_layernorm.weight": "model-00009-of-00030.safetensors",
|
135 |
+
"model.layers.21.mlp.down_proj.weight": "model-00009-of-00030.safetensors",
|
136 |
+
"model.layers.21.mlp.gate_proj.weight": "model-00009-of-00030.safetensors",
|
137 |
+
"model.layers.21.mlp.up_proj.weight": "model-00009-of-00030.safetensors",
|
138 |
+
"model.layers.21.post_attention_layernorm.weight": "model-00009-of-00030.safetensors",
|
139 |
+
"model.layers.21.self_attn.k_proj.weight": "model-00008-of-00030.safetensors",
|
140 |
+
"model.layers.21.self_attn.o_proj.weight": "model-00009-of-00030.safetensors",
|
141 |
+
"model.layers.21.self_attn.q_proj.weight": "model-00008-of-00030.safetensors",
|
142 |
+
"model.layers.21.self_attn.v_proj.weight": "model-00008-of-00030.safetensors",
|
143 |
+
"model.layers.22.input_layernorm.weight": "model-00009-of-00030.safetensors",
|
144 |
+
"model.layers.22.mlp.down_proj.weight": "model-00009-of-00030.safetensors",
|
145 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00009-of-00030.safetensors",
|
146 |
+
"model.layers.22.mlp.up_proj.weight": "model-00009-of-00030.safetensors",
|
147 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00009-of-00030.safetensors",
|
148 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00009-of-00030.safetensors",
|
149 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00009-of-00030.safetensors",
|
150 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00009-of-00030.safetensors",
|
151 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00009-of-00030.safetensors",
|
152 |
+
"model.layers.23.input_layernorm.weight": "model-00009-of-00030.safetensors",
|
153 |
+
"model.layers.23.mlp.down_proj.weight": "model-00009-of-00030.safetensors",
|
154 |
+
"model.layers.23.mlp.gate_proj.weight": "model-00009-of-00030.safetensors",
|
155 |
+
"model.layers.23.mlp.up_proj.weight": "model-00009-of-00030.safetensors",
|
156 |
+
"model.layers.23.post_attention_layernorm.weight": "model-00009-of-00030.safetensors",
|
157 |
+
"model.layers.23.self_attn.k_proj.weight": "model-00009-of-00030.safetensors",
|
158 |
+
"model.layers.23.self_attn.o_proj.weight": "model-00009-of-00030.safetensors",
|
159 |
+
"model.layers.23.self_attn.q_proj.weight": "model-00009-of-00030.safetensors",
|
160 |
+
"model.layers.23.self_attn.v_proj.weight": "model-00009-of-00030.safetensors",
|
161 |
+
"model.layers.24.input_layernorm.weight": "model-00010-of-00030.safetensors",
|
162 |
+
"model.layers.24.mlp.down_proj.weight": "model-00010-of-00030.safetensors",
|
163 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00010-of-00030.safetensors",
|
164 |
+
"model.layers.24.mlp.up_proj.weight": "model-00010-of-00030.safetensors",
|
165 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00010-of-00030.safetensors",
|
166 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00010-of-00030.safetensors",
|
167 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00010-of-00030.safetensors",
|
168 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00010-of-00030.safetensors",
|
169 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00010-of-00030.safetensors",
|
170 |
+
"model.layers.25.input_layernorm.weight": "model-00010-of-00030.safetensors",
|
171 |
+
"model.layers.25.mlp.down_proj.weight": "model-00010-of-00030.safetensors",
|
172 |
+
"model.layers.25.mlp.gate_proj.weight": "model-00010-of-00030.safetensors",
|
173 |
+
"model.layers.25.mlp.up_proj.weight": "model-00010-of-00030.safetensors",
|
174 |
+
"model.layers.25.post_attention_layernorm.weight": "model-00010-of-00030.safetensors",
|
175 |
+
"model.layers.25.self_attn.k_proj.weight": "model-00010-of-00030.safetensors",
|
176 |
+
"model.layers.25.self_attn.o_proj.weight": "model-00010-of-00030.safetensors",
|
177 |
+
"model.layers.25.self_attn.q_proj.weight": "model-00010-of-00030.safetensors",
|
178 |
+
"model.layers.25.self_attn.v_proj.weight": "model-00010-of-00030.safetensors",
|
179 |
+
"model.layers.26.input_layernorm.weight": "model-00011-of-00030.safetensors",
|
180 |
+
"model.layers.26.mlp.down_proj.weight": "model-00011-of-00030.safetensors",
|
181 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00010-of-00030.safetensors",
|
182 |
+
"model.layers.26.mlp.up_proj.weight": "model-00010-of-00030.safetensors",
|
183 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00011-of-00030.safetensors",
|
184 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00010-of-00030.safetensors",
|
185 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00010-of-00030.safetensors",
|
186 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00010-of-00030.safetensors",
|
187 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00010-of-00030.safetensors",
|
188 |
+
"model.layers.27.input_layernorm.weight": "model-00011-of-00030.safetensors",
|
189 |
+
"model.layers.27.mlp.down_proj.weight": "model-00011-of-00030.safetensors",
|
190 |
+
"model.layers.27.mlp.gate_proj.weight": "model-00011-of-00030.safetensors",
|
191 |
+
"model.layers.27.mlp.up_proj.weight": "model-00011-of-00030.safetensors",
|
192 |
+
"model.layers.27.post_attention_layernorm.weight": "model-00011-of-00030.safetensors",
|
193 |
+
"model.layers.27.self_attn.k_proj.weight": "model-00011-of-00030.safetensors",
|
194 |
+
"model.layers.27.self_attn.o_proj.weight": "model-00011-of-00030.safetensors",
|
195 |
+
"model.layers.27.self_attn.q_proj.weight": "model-00011-of-00030.safetensors",
|
196 |
+
"model.layers.27.self_attn.v_proj.weight": "model-00011-of-00030.safetensors",
|
197 |
+
"model.layers.28.input_layernorm.weight": "model-00011-of-00030.safetensors",
|
198 |
+
"model.layers.28.mlp.down_proj.weight": "model-00011-of-00030.safetensors",
|
199 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00011-of-00030.safetensors",
|
200 |
+
"model.layers.28.mlp.up_proj.weight": "model-00011-of-00030.safetensors",
|
201 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00011-of-00030.safetensors",
|
202 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00011-of-00030.safetensors",
|
203 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00011-of-00030.safetensors",
|
204 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00011-of-00030.safetensors",
|
205 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00011-of-00030.safetensors",
|
206 |
+
"model.layers.29.input_layernorm.weight": "model-00012-of-00030.safetensors",
|
207 |
+
"model.layers.29.mlp.down_proj.weight": "model-00012-of-00030.safetensors",
|
208 |
+
"model.layers.29.mlp.gate_proj.weight": "model-00011-of-00030.safetensors",
|
209 |
+
"model.layers.29.mlp.up_proj.weight": "model-00012-of-00030.safetensors",
|
210 |
+
"model.layers.29.post_attention_layernorm.weight": "model-00012-of-00030.safetensors",
|
211 |
+
"model.layers.29.self_attn.k_proj.weight": "model-00011-of-00030.safetensors",
|
212 |
+
"model.layers.29.self_attn.o_proj.weight": "model-00011-of-00030.safetensors",
|
213 |
+
"model.layers.29.self_attn.q_proj.weight": "model-00011-of-00030.safetensors",
|
214 |
+
"model.layers.29.self_attn.v_proj.weight": "model-00011-of-00030.safetensors",
|
215 |
+
"model.layers.3.input_layernorm.weight": "model-00002-of-00030.safetensors",
|
216 |
+
"model.layers.3.mlp.down_proj.weight": "model-00002-of-00030.safetensors",
|
217 |
+
"model.layers.3.mlp.gate_proj.weight": "model-00002-of-00030.safetensors",
|
218 |
+
"model.layers.3.mlp.up_proj.weight": "model-00002-of-00030.safetensors",
|
219 |
+
"model.layers.3.post_attention_layernorm.weight": "model-00002-of-00030.safetensors",
|
220 |
+
"model.layers.3.self_attn.k_proj.weight": "model-00002-of-00030.safetensors",
|
221 |
+
"model.layers.3.self_attn.o_proj.weight": "model-00002-of-00030.safetensors",
|
222 |
+
"model.layers.3.self_attn.q_proj.weight": "model-00002-of-00030.safetensors",
|
223 |
+
"model.layers.3.self_attn.v_proj.weight": "model-00002-of-00030.safetensors",
|
224 |
+
"model.layers.30.input_layernorm.weight": "model-00012-of-00030.safetensors",
|
225 |
+
"model.layers.30.mlp.down_proj.weight": "model-00012-of-00030.safetensors",
|
226 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00012-of-00030.safetensors",
|
227 |
+
"model.layers.30.mlp.up_proj.weight": "model-00012-of-00030.safetensors",
|
228 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00012-of-00030.safetensors",
|
229 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00012-of-00030.safetensors",
|
230 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00012-of-00030.safetensors",
|
231 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00012-of-00030.safetensors",
|
232 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00012-of-00030.safetensors",
|
233 |
+
"model.layers.31.input_layernorm.weight": "model-00012-of-00030.safetensors",
|
234 |
+
"model.layers.31.mlp.down_proj.weight": "model-00012-of-00030.safetensors",
|
235 |
+
"model.layers.31.mlp.gate_proj.weight": "model-00012-of-00030.safetensors",
|
236 |
+
"model.layers.31.mlp.up_proj.weight": "model-00012-of-00030.safetensors",
|
237 |
+
"model.layers.31.post_attention_layernorm.weight": "model-00012-of-00030.safetensors",
|
238 |
+
"model.layers.31.self_attn.k_proj.weight": "model-00012-of-00030.safetensors",
|
239 |
+
"model.layers.31.self_attn.o_proj.weight": "model-00012-of-00030.safetensors",
|
240 |
+
"model.layers.31.self_attn.q_proj.weight": "model-00012-of-00030.safetensors",
|
241 |
+
"model.layers.31.self_attn.v_proj.weight": "model-00012-of-00030.safetensors",
|
242 |
+
"model.layers.32.input_layernorm.weight": "model-00013-of-00030.safetensors",
|
243 |
+
"model.layers.32.mlp.down_proj.weight": "model-00013-of-00030.safetensors",
|
244 |
+
"model.layers.32.mlp.gate_proj.weight": "model-00013-of-00030.safetensors",
|
245 |
+
"model.layers.32.mlp.up_proj.weight": "model-00013-of-00030.safetensors",
|
246 |
+
"model.layers.32.post_attention_layernorm.weight": "model-00013-of-00030.safetensors",
|
247 |
+
"model.layers.32.self_attn.k_proj.weight": "model-00012-of-00030.safetensors",
|
248 |
+
"model.layers.32.self_attn.o_proj.weight": "model-00012-of-00030.safetensors",
|
249 |
+
"model.layers.32.self_attn.q_proj.weight": "model-00012-of-00030.safetensors",
|
250 |
+
"model.layers.32.self_attn.v_proj.weight": "model-00012-of-00030.safetensors",
|
251 |
+
"model.layers.33.input_layernorm.weight": "model-00013-of-00030.safetensors",
|
252 |
+
"model.layers.33.mlp.down_proj.weight": "model-00013-of-00030.safetensors",
|
253 |
+
"model.layers.33.mlp.gate_proj.weight": "model-00013-of-00030.safetensors",
|
254 |
+
"model.layers.33.mlp.up_proj.weight": "model-00013-of-00030.safetensors",
|
255 |
+
"model.layers.33.post_attention_layernorm.weight": "model-00013-of-00030.safetensors",
|
256 |
+
"model.layers.33.self_attn.k_proj.weight": "model-00013-of-00030.safetensors",
|
257 |
+
"model.layers.33.self_attn.o_proj.weight": "model-00013-of-00030.safetensors",
|
258 |
+
"model.layers.33.self_attn.q_proj.weight": "model-00013-of-00030.safetensors",
|
259 |
+
"model.layers.33.self_attn.v_proj.weight": "model-00013-of-00030.safetensors",
|
260 |
+
"model.layers.34.input_layernorm.weight": "model-00013-of-00030.safetensors",
|
261 |
+
"model.layers.34.mlp.down_proj.weight": "model-00013-of-00030.safetensors",
|
262 |
+
"model.layers.34.mlp.gate_proj.weight": "model-00013-of-00030.safetensors",
|
263 |
+
"model.layers.34.mlp.up_proj.weight": "model-00013-of-00030.safetensors",
|
264 |
+
"model.layers.34.post_attention_layernorm.weight": "model-00013-of-00030.safetensors",
|
265 |
+
"model.layers.34.self_attn.k_proj.weight": "model-00013-of-00030.safetensors",
|
266 |
+
"model.layers.34.self_attn.o_proj.weight": "model-00013-of-00030.safetensors",
|
267 |
+
"model.layers.34.self_attn.q_proj.weight": "model-00013-of-00030.safetensors",
|
268 |
+
"model.layers.34.self_attn.v_proj.weight": "model-00013-of-00030.safetensors",
|
269 |
+
"model.layers.35.input_layernorm.weight": "model-00014-of-00030.safetensors",
|
270 |
+
"model.layers.35.mlp.down_proj.weight": "model-00014-of-00030.safetensors",
|
271 |
+
"model.layers.35.mlp.gate_proj.weight": "model-00014-of-00030.safetensors",
|
272 |
+
"model.layers.35.mlp.up_proj.weight": "model-00014-of-00030.safetensors",
|
273 |
+
"model.layers.35.post_attention_layernorm.weight": "model-00014-of-00030.safetensors",
|
274 |
+
"model.layers.35.self_attn.k_proj.weight": "model-00013-of-00030.safetensors",
|
275 |
+
"model.layers.35.self_attn.o_proj.weight": "model-00014-of-00030.safetensors",
|
276 |
+
"model.layers.35.self_attn.q_proj.weight": "model-00013-of-00030.safetensors",
|
277 |
+
"model.layers.35.self_attn.v_proj.weight": "model-00013-of-00030.safetensors",
|
278 |
+
"model.layers.36.input_layernorm.weight": "model-00014-of-00030.safetensors",
|
279 |
+
"model.layers.36.mlp.down_proj.weight": "model-00014-of-00030.safetensors",
|
280 |
+
"model.layers.36.mlp.gate_proj.weight": "model-00014-of-00030.safetensors",
|
281 |
+
"model.layers.36.mlp.up_proj.weight": "model-00014-of-00030.safetensors",
|
282 |
+
"model.layers.36.post_attention_layernorm.weight": "model-00014-of-00030.safetensors",
|
283 |
+
"model.layers.36.self_attn.k_proj.weight": "model-00014-of-00030.safetensors",
|
284 |
+
"model.layers.36.self_attn.o_proj.weight": "model-00014-of-00030.safetensors",
|
285 |
+
"model.layers.36.self_attn.q_proj.weight": "model-00014-of-00030.safetensors",
|
286 |
+
"model.layers.36.self_attn.v_proj.weight": "model-00014-of-00030.safetensors",
|
287 |
+
"model.layers.37.input_layernorm.weight": "model-00014-of-00030.safetensors",
|
288 |
+
"model.layers.37.mlp.down_proj.weight": "model-00014-of-00030.safetensors",
|
289 |
+
"model.layers.37.mlp.gate_proj.weight": "model-00014-of-00030.safetensors",
|
290 |
+
"model.layers.37.mlp.up_proj.weight": "model-00014-of-00030.safetensors",
|
291 |
+
"model.layers.37.post_attention_layernorm.weight": "model-00014-of-00030.safetensors",
|
292 |
+
"model.layers.37.self_attn.k_proj.weight": "model-00014-of-00030.safetensors",
|
293 |
+
"model.layers.37.self_attn.o_proj.weight": "model-00014-of-00030.safetensors",
|
294 |
+
"model.layers.37.self_attn.q_proj.weight": "model-00014-of-00030.safetensors",
|
295 |
+
"model.layers.37.self_attn.v_proj.weight": "model-00014-of-00030.safetensors",
|
296 |
+
"model.layers.38.input_layernorm.weight": "model-00015-of-00030.safetensors",
|
297 |
+
"model.layers.38.mlp.down_proj.weight": "model-00015-of-00030.safetensors",
|
298 |
+
"model.layers.38.mlp.gate_proj.weight": "model-00015-of-00030.safetensors",
|
299 |
+
"model.layers.38.mlp.up_proj.weight": "model-00015-of-00030.safetensors",
|
300 |
+
"model.layers.38.post_attention_layernorm.weight": "model-00015-of-00030.safetensors",
|
301 |
+
"model.layers.38.self_attn.k_proj.weight": "model-00015-of-00030.safetensors",
|
302 |
+
"model.layers.38.self_attn.o_proj.weight": "model-00015-of-00030.safetensors",
|
303 |
+
"model.layers.38.self_attn.q_proj.weight": "model-00015-of-00030.safetensors",
|
304 |
+
"model.layers.38.self_attn.v_proj.weight": "model-00015-of-00030.safetensors",
|
305 |
+
"model.layers.39.input_layernorm.weight": "model-00015-of-00030.safetensors",
|
306 |
+
"model.layers.39.mlp.down_proj.weight": "model-00015-of-00030.safetensors",
|
307 |
+
"model.layers.39.mlp.gate_proj.weight": "model-00015-of-00030.safetensors",
|
308 |
+
"model.layers.39.mlp.up_proj.weight": "model-00015-of-00030.safetensors",
|
309 |
+
"model.layers.39.post_attention_layernorm.weight": "model-00015-of-00030.safetensors",
|
310 |
+
"model.layers.39.self_attn.k_proj.weight": "model-00015-of-00030.safetensors",
|
311 |
+
"model.layers.39.self_attn.o_proj.weight": "model-00015-of-00030.safetensors",
|
312 |
+
"model.layers.39.self_attn.q_proj.weight": "model-00015-of-00030.safetensors",
|
313 |
+
"model.layers.39.self_attn.v_proj.weight": "model-00015-of-00030.safetensors",
|
314 |
+
"model.layers.4.input_layernorm.weight": "model-00003-of-00030.safetensors",
|
315 |
+
"model.layers.4.mlp.down_proj.weight": "model-00003-of-00030.safetensors",
|
316 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00003-of-00030.safetensors",
|
317 |
+
"model.layers.4.mlp.up_proj.weight": "model-00003-of-00030.safetensors",
|
318 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00003-of-00030.safetensors",
|
319 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00002-of-00030.safetensors",
|
320 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00002-of-00030.safetensors",
|
321 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00002-of-00030.safetensors",
|
322 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00002-of-00030.safetensors",
|
323 |
+
"model.layers.40.input_layernorm.weight": "model-00016-of-00030.safetensors",
|
324 |
+
"model.layers.40.mlp.down_proj.weight": "model-00016-of-00030.safetensors",
|
325 |
+
"model.layers.40.mlp.gate_proj.weight": "model-00015-of-00030.safetensors",
|
326 |
+
"model.layers.40.mlp.up_proj.weight": "model-00015-of-00030.safetensors",
|
327 |
+
"model.layers.40.post_attention_layernorm.weight": "model-00016-of-00030.safetensors",
|
328 |
+
"model.layers.40.self_attn.k_proj.weight": "model-00015-of-00030.safetensors",
|
329 |
+
"model.layers.40.self_attn.o_proj.weight": "model-00015-of-00030.safetensors",
|
330 |
+
"model.layers.40.self_attn.q_proj.weight": "model-00015-of-00030.safetensors",
|
331 |
+
"model.layers.40.self_attn.v_proj.weight": "model-00015-of-00030.safetensors",
|
332 |
+
"model.layers.41.input_layernorm.weight": "model-00016-of-00030.safetensors",
|
333 |
+
"model.layers.41.mlp.down_proj.weight": "model-00016-of-00030.safetensors",
|
334 |
+
"model.layers.41.mlp.gate_proj.weight": "model-00016-of-00030.safetensors",
|
335 |
+
"model.layers.41.mlp.up_proj.weight": "model-00016-of-00030.safetensors",
|
336 |
+
"model.layers.41.post_attention_layernorm.weight": "model-00016-of-00030.safetensors",
|
337 |
+
"model.layers.41.self_attn.k_proj.weight": "model-00016-of-00030.safetensors",
|
338 |
+
"model.layers.41.self_attn.o_proj.weight": "model-00016-of-00030.safetensors",
|
339 |
+
"model.layers.41.self_attn.q_proj.weight": "model-00016-of-00030.safetensors",
|
340 |
+
"model.layers.41.self_attn.v_proj.weight": "model-00016-of-00030.safetensors",
|
341 |
+
"model.layers.42.input_layernorm.weight": "model-00016-of-00030.safetensors",
|
342 |
+
"model.layers.42.mlp.down_proj.weight": "model-00016-of-00030.safetensors",
|
343 |
+
"model.layers.42.mlp.gate_proj.weight": "model-00016-of-00030.safetensors",
|
344 |
+
"model.layers.42.mlp.up_proj.weight": "model-00016-of-00030.safetensors",
|
345 |
+
"model.layers.42.post_attention_layernorm.weight": "model-00016-of-00030.safetensors",
|
346 |
+
"model.layers.42.self_attn.k_proj.weight": "model-00016-of-00030.safetensors",
|
347 |
+
"model.layers.42.self_attn.o_proj.weight": "model-00016-of-00030.safetensors",
|
348 |
+
"model.layers.42.self_attn.q_proj.weight": "model-00016-of-00030.safetensors",
|
349 |
+
"model.layers.42.self_attn.v_proj.weight": "model-00016-of-00030.safetensors",
|
350 |
+
"model.layers.43.input_layernorm.weight": "model-00017-of-00030.safetensors",
|
351 |
+
"model.layers.43.mlp.down_proj.weight": "model-00017-of-00030.safetensors",
|
352 |
+
"model.layers.43.mlp.gate_proj.weight": "model-00016-of-00030.safetensors",
|
353 |
+
"model.layers.43.mlp.up_proj.weight": "model-00017-of-00030.safetensors",
|
354 |
+
"model.layers.43.post_attention_layernorm.weight": "model-00017-of-00030.safetensors",
|
355 |
+
"model.layers.43.self_attn.k_proj.weight": "model-00016-of-00030.safetensors",
|
356 |
+
"model.layers.43.self_attn.o_proj.weight": "model-00016-of-00030.safetensors",
|
357 |
+
"model.layers.43.self_attn.q_proj.weight": "model-00016-of-00030.safetensors",
|
358 |
+
"model.layers.43.self_attn.v_proj.weight": "model-00016-of-00030.safetensors",
|
359 |
+
"model.layers.44.input_layernorm.weight": "model-00017-of-00030.safetensors",
|
360 |
+
"model.layers.44.mlp.down_proj.weight": "model-00017-of-00030.safetensors",
|
361 |
+
"model.layers.44.mlp.gate_proj.weight": "model-00017-of-00030.safetensors",
|
362 |
+
"model.layers.44.mlp.up_proj.weight": "model-00017-of-00030.safetensors",
|
363 |
+
"model.layers.44.post_attention_layernorm.weight": "model-00017-of-00030.safetensors",
|
364 |
+
"model.layers.44.self_attn.k_proj.weight": "model-00017-of-00030.safetensors",
|
365 |
+
"model.layers.44.self_attn.o_proj.weight": "model-00017-of-00030.safetensors",
|
366 |
+
"model.layers.44.self_attn.q_proj.weight": "model-00017-of-00030.safetensors",
|
367 |
+
"model.layers.44.self_attn.v_proj.weight": "model-00017-of-00030.safetensors",
|
368 |
+
"model.layers.45.input_layernorm.weight": "model-00017-of-00030.safetensors",
|
369 |
+
"model.layers.45.mlp.down_proj.weight": "model-00017-of-00030.safetensors",
|
370 |
+
"model.layers.45.mlp.gate_proj.weight": "model-00017-of-00030.safetensors",
|
371 |
+
"model.layers.45.mlp.up_proj.weight": "model-00017-of-00030.safetensors",
|
372 |
+
"model.layers.45.post_attention_layernorm.weight": "model-00017-of-00030.safetensors",
|
373 |
+
"model.layers.45.self_attn.k_proj.weight": "model-00017-of-00030.safetensors",
|
374 |
+
"model.layers.45.self_attn.o_proj.weight": "model-00017-of-00030.safetensors",
|
375 |
+
"model.layers.45.self_attn.q_proj.weight": "model-00017-of-00030.safetensors",
|
376 |
+
"model.layers.45.self_attn.v_proj.weight": "model-00017-of-00030.safetensors",
|
377 |
+
"model.layers.46.input_layernorm.weight": "model-00018-of-00030.safetensors",
|
378 |
+
"model.layers.46.mlp.down_proj.weight": "model-00018-of-00030.safetensors",
|
379 |
+
"model.layers.46.mlp.gate_proj.weight": "model-00018-of-00030.safetensors",
|
380 |
+
"model.layers.46.mlp.up_proj.weight": "model-00018-of-00030.safetensors",
|
381 |
+
"model.layers.46.post_attention_layernorm.weight": "model-00018-of-00030.safetensors",
|
382 |
+
"model.layers.46.self_attn.k_proj.weight": "model-00017-of-00030.safetensors",
|
383 |
+
"model.layers.46.self_attn.o_proj.weight": "model-00017-of-00030.safetensors",
|
384 |
+
"model.layers.46.self_attn.q_proj.weight": "model-00017-of-00030.safetensors",
|
385 |
+
"model.layers.46.self_attn.v_proj.weight": "model-00017-of-00030.safetensors",
|
386 |
+
"model.layers.47.input_layernorm.weight": "model-00018-of-00030.safetensors",
|
387 |
+
"model.layers.47.mlp.down_proj.weight": "model-00018-of-00030.safetensors",
|
388 |
+
"model.layers.47.mlp.gate_proj.weight": "model-00018-of-00030.safetensors",
|
389 |
+
"model.layers.47.mlp.up_proj.weight": "model-00018-of-00030.safetensors",
|
390 |
+
"model.layers.47.post_attention_layernorm.weight": "model-00018-of-00030.safetensors",
|
391 |
+
"model.layers.47.self_attn.k_proj.weight": "model-00018-of-00030.safetensors",
|
392 |
+
"model.layers.47.self_attn.o_proj.weight": "model-00018-of-00030.safetensors",
|
393 |
+
"model.layers.47.self_attn.q_proj.weight": "model-00018-of-00030.safetensors",
|
394 |
+
"model.layers.47.self_attn.v_proj.weight": "model-00018-of-00030.safetensors",
|
395 |
+
"model.layers.48.input_layernorm.weight": "model-00018-of-00030.safetensors",
|
396 |
+
"model.layers.48.mlp.down_proj.weight": "model-00018-of-00030.safetensors",
|
397 |
+
"model.layers.48.mlp.gate_proj.weight": "model-00018-of-00030.safetensors",
|
398 |
+
"model.layers.48.mlp.up_proj.weight": "model-00018-of-00030.safetensors",
|
399 |
+
"model.layers.48.post_attention_layernorm.weight": "model-00018-of-00030.safetensors",
|
400 |
+
"model.layers.48.self_attn.k_proj.weight": "model-00018-of-00030.safetensors",
|
401 |
+
"model.layers.48.self_attn.o_proj.weight": "model-00018-of-00030.safetensors",
|
402 |
+
"model.layers.48.self_attn.q_proj.weight": "model-00018-of-00030.safetensors",
|
403 |
+
"model.layers.48.self_attn.v_proj.weight": "model-00018-of-00030.safetensors",
|
404 |
+
"model.layers.49.input_layernorm.weight": "model-00019-of-00030.safetensors",
|
405 |
+
"model.layers.49.mlp.down_proj.weight": "model-00019-of-00030.safetensors",
|
406 |
+
"model.layers.49.mlp.gate_proj.weight": "model-00019-of-00030.safetensors",
|
407 |
+
"model.layers.49.mlp.up_proj.weight": "model-00019-of-00030.safetensors",
|
408 |
+
"model.layers.49.post_attention_layernorm.weight": "model-00019-of-00030.safetensors",
|
409 |
+
"model.layers.49.self_attn.k_proj.weight": "model-00018-of-00030.safetensors",
|
410 |
+
"model.layers.49.self_attn.o_proj.weight": "model-00019-of-00030.safetensors",
|
411 |
+
"model.layers.49.self_attn.q_proj.weight": "model-00018-of-00030.safetensors",
|
412 |
+
"model.layers.49.self_attn.v_proj.weight": "model-00018-of-00030.safetensors",
|
413 |
+
"model.layers.5.input_layernorm.weight": "model-00003-of-00030.safetensors",
|
414 |
+
"model.layers.5.mlp.down_proj.weight": "model-00003-of-00030.safetensors",
|
415 |
+
"model.layers.5.mlp.gate_proj.weight": "model-00003-of-00030.safetensors",
|
416 |
+
"model.layers.5.mlp.up_proj.weight": "model-00003-of-00030.safetensors",
|
417 |
+
"model.layers.5.post_attention_layernorm.weight": "model-00003-of-00030.safetensors",
|
418 |
+
"model.layers.5.self_attn.k_proj.weight": "model-00003-of-00030.safetensors",
|
419 |
+
"model.layers.5.self_attn.o_proj.weight": "model-00003-of-00030.safetensors",
|
420 |
+
"model.layers.5.self_attn.q_proj.weight": "model-00003-of-00030.safetensors",
|
421 |
+
"model.layers.5.self_attn.v_proj.weight": "model-00003-of-00030.safetensors",
|
422 |
+
"model.layers.50.input_layernorm.weight": "model-00019-of-00030.safetensors",
|
423 |
+
"model.layers.50.mlp.down_proj.weight": "model-00019-of-00030.safetensors",
|
424 |
+
"model.layers.50.mlp.gate_proj.weight": "model-00019-of-00030.safetensors",
|
425 |
+
"model.layers.50.mlp.up_proj.weight": "model-00019-of-00030.safetensors",
|
426 |
+
"model.layers.50.post_attention_layernorm.weight": "model-00019-of-00030.safetensors",
|
427 |
+
"model.layers.50.self_attn.k_proj.weight": "model-00019-of-00030.safetensors",
|
428 |
+
"model.layers.50.self_attn.o_proj.weight": "model-00019-of-00030.safetensors",
|
429 |
+
"model.layers.50.self_attn.q_proj.weight": "model-00019-of-00030.safetensors",
|
430 |
+
"model.layers.50.self_attn.v_proj.weight": "model-00019-of-00030.safetensors",
|
431 |
+
"model.layers.51.input_layernorm.weight": "model-00019-of-00030.safetensors",
|
432 |
+
"model.layers.51.mlp.down_proj.weight": "model-00019-of-00030.safetensors",
|
433 |
+
"model.layers.51.mlp.gate_proj.weight": "model-00019-of-00030.safetensors",
|
434 |
+
"model.layers.51.mlp.up_proj.weight": "model-00019-of-00030.safetensors",
|
435 |
+
"model.layers.51.post_attention_layernorm.weight": "model-00019-of-00030.safetensors",
|
436 |
+
"model.layers.51.self_attn.k_proj.weight": "model-00019-of-00030.safetensors",
|
437 |
+
"model.layers.51.self_attn.o_proj.weight": "model-00019-of-00030.safetensors",
|
438 |
+
"model.layers.51.self_attn.q_proj.weight": "model-00019-of-00030.safetensors",
|
439 |
+
"model.layers.51.self_attn.v_proj.weight": "model-00019-of-00030.safetensors",
|
440 |
+
"model.layers.52.input_layernorm.weight": "model-00020-of-00030.safetensors",
|
441 |
+
"model.layers.52.mlp.down_proj.weight": "model-00020-of-00030.safetensors",
|
442 |
+
"model.layers.52.mlp.gate_proj.weight": "model-00020-of-00030.safetensors",
|
443 |
+
"model.layers.52.mlp.up_proj.weight": "model-00020-of-00030.safetensors",
|
444 |
+
"model.layers.52.post_attention_layernorm.weight": "model-00020-of-00030.safetensors",
|
445 |
+
"model.layers.52.self_attn.k_proj.weight": "model-00020-of-00030.safetensors",
|
446 |
+
"model.layers.52.self_attn.o_proj.weight": "model-00020-of-00030.safetensors",
|
447 |
+
"model.layers.52.self_attn.q_proj.weight": "model-00020-of-00030.safetensors",
|
448 |
+
"model.layers.52.self_attn.v_proj.weight": "model-00020-of-00030.safetensors",
|
449 |
+
"model.layers.53.input_layernorm.weight": "model-00020-of-00030.safetensors",
|
450 |
+
"model.layers.53.mlp.down_proj.weight": "model-00020-of-00030.safetensors",
|
451 |
+
"model.layers.53.mlp.gate_proj.weight": "model-00020-of-00030.safetensors",
|
452 |
+
"model.layers.53.mlp.up_proj.weight": "model-00020-of-00030.safetensors",
|
453 |
+
"model.layers.53.post_attention_layernorm.weight": "model-00020-of-00030.safetensors",
|
454 |
+
"model.layers.53.self_attn.k_proj.weight": "model-00020-of-00030.safetensors",
|
455 |
+
"model.layers.53.self_attn.o_proj.weight": "model-00020-of-00030.safetensors",
|
456 |
+
"model.layers.53.self_attn.q_proj.weight": "model-00020-of-00030.safetensors",
|
457 |
+
"model.layers.53.self_attn.v_proj.weight": "model-00020-of-00030.safetensors",
|
458 |
+
"model.layers.54.input_layernorm.weight": "model-00021-of-00030.safetensors",
|
459 |
+
"model.layers.54.mlp.down_proj.weight": "model-00021-of-00030.safetensors",
|
460 |
+
"model.layers.54.mlp.gate_proj.weight": "model-00020-of-00030.safetensors",
|
461 |
+
"model.layers.54.mlp.up_proj.weight": "model-00020-of-00030.safetensors",
|
462 |
+
"model.layers.54.post_attention_layernorm.weight": "model-00021-of-00030.safetensors",
|
463 |
+
"model.layers.54.self_attn.k_proj.weight": "model-00020-of-00030.safetensors",
|
464 |
+
"model.layers.54.self_attn.o_proj.weight": "model-00020-of-00030.safetensors",
|
465 |
+
"model.layers.54.self_attn.q_proj.weight": "model-00020-of-00030.safetensors",
|
466 |
+
"model.layers.54.self_attn.v_proj.weight": "model-00020-of-00030.safetensors",
|
467 |
+
"model.layers.55.input_layernorm.weight": "model-00021-of-00030.safetensors",
|
468 |
+
"model.layers.55.mlp.down_proj.weight": "model-00021-of-00030.safetensors",
|
469 |
+
"model.layers.55.mlp.gate_proj.weight": "model-00021-of-00030.safetensors",
|
470 |
+
"model.layers.55.mlp.up_proj.weight": "model-00021-of-00030.safetensors",
|
471 |
+
"model.layers.55.post_attention_layernorm.weight": "model-00021-of-00030.safetensors",
|
472 |
+
"model.layers.55.self_attn.k_proj.weight": "model-00021-of-00030.safetensors",
|
473 |
+
"model.layers.55.self_attn.o_proj.weight": "model-00021-of-00030.safetensors",
|
474 |
+
"model.layers.55.self_attn.q_proj.weight": "model-00021-of-00030.safetensors",
|
475 |
+
"model.layers.55.self_attn.v_proj.weight": "model-00021-of-00030.safetensors",
|
476 |
+
"model.layers.56.input_layernorm.weight": "model-00021-of-00030.safetensors",
|
477 |
+
"model.layers.56.mlp.down_proj.weight": "model-00021-of-00030.safetensors",
|
478 |
+
"model.layers.56.mlp.gate_proj.weight": "model-00021-of-00030.safetensors",
|
479 |
+
"model.layers.56.mlp.up_proj.weight": "model-00021-of-00030.safetensors",
|
480 |
+
"model.layers.56.post_attention_layernorm.weight": "model-00021-of-00030.safetensors",
|
481 |
+
"model.layers.56.self_attn.k_proj.weight": "model-00021-of-00030.safetensors",
|
482 |
+
"model.layers.56.self_attn.o_proj.weight": "model-00021-of-00030.safetensors",
|
483 |
+
"model.layers.56.self_attn.q_proj.weight": "model-00021-of-00030.safetensors",
|
484 |
+
"model.layers.56.self_attn.v_proj.weight": "model-00021-of-00030.safetensors",
|
485 |
+
"model.layers.57.input_layernorm.weight": "model-00022-of-00030.safetensors",
|
486 |
+
"model.layers.57.mlp.down_proj.weight": "model-00022-of-00030.safetensors",
|
487 |
+
"model.layers.57.mlp.gate_proj.weight": "model-00021-of-00030.safetensors",
|
488 |
+
"model.layers.57.mlp.up_proj.weight": "model-00022-of-00030.safetensors",
|
489 |
+
"model.layers.57.post_attention_layernorm.weight": "model-00022-of-00030.safetensors",
|
490 |
+
"model.layers.57.self_attn.k_proj.weight": "model-00021-of-00030.safetensors",
|
491 |
+
"model.layers.57.self_attn.o_proj.weight": "model-00021-of-00030.safetensors",
|
492 |
+
"model.layers.57.self_attn.q_proj.weight": "model-00021-of-00030.safetensors",
|
493 |
+
"model.layers.57.self_attn.v_proj.weight": "model-00021-of-00030.safetensors",
|
494 |
+
"model.layers.58.input_layernorm.weight": "model-00022-of-00030.safetensors",
|
495 |
+
"model.layers.58.mlp.down_proj.weight": "model-00022-of-00030.safetensors",
|
496 |
+
"model.layers.58.mlp.gate_proj.weight": "model-00022-of-00030.safetensors",
|
497 |
+
"model.layers.58.mlp.up_proj.weight": "model-00022-of-00030.safetensors",
|
498 |
+
"model.layers.58.post_attention_layernorm.weight": "model-00022-of-00030.safetensors",
|
499 |
+
"model.layers.58.self_attn.k_proj.weight": "model-00022-of-00030.safetensors",
|
500 |
+
"model.layers.58.self_attn.o_proj.weight": "model-00022-of-00030.safetensors",
|
501 |
+
"model.layers.58.self_attn.q_proj.weight": "model-00022-of-00030.safetensors",
|
502 |
+
"model.layers.58.self_attn.v_proj.weight": "model-00022-of-00030.safetensors",
|
503 |
+
"model.layers.59.input_layernorm.weight": "model-00022-of-00030.safetensors",
|
504 |
+
"model.layers.59.mlp.down_proj.weight": "model-00022-of-00030.safetensors",
|
505 |
+
"model.layers.59.mlp.gate_proj.weight": "model-00022-of-00030.safetensors",
|
506 |
+
"model.layers.59.mlp.up_proj.weight": "model-00022-of-00030.safetensors",
|
507 |
+
"model.layers.59.post_attention_layernorm.weight": "model-00022-of-00030.safetensors",
|
508 |
+
"model.layers.59.self_attn.k_proj.weight": "model-00022-of-00030.safetensors",
|
509 |
+
"model.layers.59.self_attn.o_proj.weight": "model-00022-of-00030.safetensors",
|
510 |
+
"model.layers.59.self_attn.q_proj.weight": "model-00022-of-00030.safetensors",
|
511 |
+
"model.layers.59.self_attn.v_proj.weight": "model-00022-of-00030.safetensors",
|
512 |
+
"model.layers.6.input_layernorm.weight": "model-00003-of-00030.safetensors",
|
513 |
+
"model.layers.6.mlp.down_proj.weight": "model-00003-of-00030.safetensors",
|
514 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00003-of-00030.safetensors",
|
515 |
+
"model.layers.6.mlp.up_proj.weight": "model-00003-of-00030.safetensors",
|
516 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00003-of-00030.safetensors",
|
517 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00003-of-00030.safetensors",
|
518 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00003-of-00030.safetensors",
|
519 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00003-of-00030.safetensors",
|
520 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00003-of-00030.safetensors",
|
521 |
+
"model.layers.60.input_layernorm.weight": "model-00023-of-00030.safetensors",
|
522 |
+
"model.layers.60.mlp.down_proj.weight": "model-00023-of-00030.safetensors",
|
523 |
+
"model.layers.60.mlp.gate_proj.weight": "model-00023-of-00030.safetensors",
|
524 |
+
"model.layers.60.mlp.up_proj.weight": "model-00023-of-00030.safetensors",
|
525 |
+
"model.layers.60.post_attention_layernorm.weight": "model-00023-of-00030.safetensors",
|
526 |
+
"model.layers.60.self_attn.k_proj.weight": "model-00022-of-00030.safetensors",
|
527 |
+
"model.layers.60.self_attn.o_proj.weight": "model-00022-of-00030.safetensors",
|
528 |
+
"model.layers.60.self_attn.q_proj.weight": "model-00022-of-00030.safetensors",
|
529 |
+
"model.layers.60.self_attn.v_proj.weight": "model-00022-of-00030.safetensors",
|
530 |
+
"model.layers.61.input_layernorm.weight": "model-00023-of-00030.safetensors",
|
531 |
+
"model.layers.61.mlp.down_proj.weight": "model-00023-of-00030.safetensors",
|
532 |
+
"model.layers.61.mlp.gate_proj.weight": "model-00023-of-00030.safetensors",
|
533 |
+
"model.layers.61.mlp.up_proj.weight": "model-00023-of-00030.safetensors",
|
534 |
+
"model.layers.61.post_attention_layernorm.weight": "model-00023-of-00030.safetensors",
|
535 |
+
"model.layers.61.self_attn.k_proj.weight": "model-00023-of-00030.safetensors",
|
536 |
+
"model.layers.61.self_attn.o_proj.weight": "model-00023-of-00030.safetensors",
|
537 |
+
"model.layers.61.self_attn.q_proj.weight": "model-00023-of-00030.safetensors",
|
538 |
+
"model.layers.61.self_attn.v_proj.weight": "model-00023-of-00030.safetensors",
|
539 |
+
"model.layers.62.input_layernorm.weight": "model-00023-of-00030.safetensors",
|
540 |
+
"model.layers.62.mlp.down_proj.weight": "model-00023-of-00030.safetensors",
|
541 |
+
"model.layers.62.mlp.gate_proj.weight": "model-00023-of-00030.safetensors",
|
542 |
+
"model.layers.62.mlp.up_proj.weight": "model-00023-of-00030.safetensors",
|
543 |
+
"model.layers.62.post_attention_layernorm.weight": "model-00023-of-00030.safetensors",
|
544 |
+
"model.layers.62.self_attn.k_proj.weight": "model-00023-of-00030.safetensors",
|
545 |
+
"model.layers.62.self_attn.o_proj.weight": "model-00023-of-00030.safetensors",
|
546 |
+
"model.layers.62.self_attn.q_proj.weight": "model-00023-of-00030.safetensors",
|
547 |
+
"model.layers.62.self_attn.v_proj.weight": "model-00023-of-00030.safetensors",
|
548 |
+
"model.layers.63.input_layernorm.weight": "model-00024-of-00030.safetensors",
|
549 |
+
"model.layers.63.mlp.down_proj.weight": "model-00024-of-00030.safetensors",
|
550 |
+
"model.layers.63.mlp.gate_proj.weight": "model-00024-of-00030.safetensors",
|
551 |
+
"model.layers.63.mlp.up_proj.weight": "model-00024-of-00030.safetensors",
|
552 |
+
"model.layers.63.post_attention_layernorm.weight": "model-00024-of-00030.safetensors",
|
553 |
+
"model.layers.63.self_attn.k_proj.weight": "model-00023-of-00030.safetensors",
|
554 |
+
"model.layers.63.self_attn.o_proj.weight": "model-00024-of-00030.safetensors",
|
555 |
+
"model.layers.63.self_attn.q_proj.weight": "model-00023-of-00030.safetensors",
|
556 |
+
"model.layers.63.self_attn.v_proj.weight": "model-00023-of-00030.safetensors",
|
557 |
+
"model.layers.64.input_layernorm.weight": "model-00024-of-00030.safetensors",
|
558 |
+
"model.layers.64.mlp.down_proj.weight": "model-00024-of-00030.safetensors",
|
559 |
+
"model.layers.64.mlp.gate_proj.weight": "model-00024-of-00030.safetensors",
|
560 |
+
"model.layers.64.mlp.up_proj.weight": "model-00024-of-00030.safetensors",
|
561 |
+
"model.layers.64.post_attention_layernorm.weight": "model-00024-of-00030.safetensors",
|
562 |
+
"model.layers.64.self_attn.k_proj.weight": "model-00024-of-00030.safetensors",
|
563 |
+
"model.layers.64.self_attn.o_proj.weight": "model-00024-of-00030.safetensors",
|
564 |
+
"model.layers.64.self_attn.q_proj.weight": "model-00024-of-00030.safetensors",
|
565 |
+
"model.layers.64.self_attn.v_proj.weight": "model-00024-of-00030.safetensors",
|
566 |
+
"model.layers.65.input_layernorm.weight": "model-00024-of-00030.safetensors",
|
567 |
+
"model.layers.65.mlp.down_proj.weight": "model-00024-of-00030.safetensors",
|
568 |
+
"model.layers.65.mlp.gate_proj.weight": "model-00024-of-00030.safetensors",
|
569 |
+
"model.layers.65.mlp.up_proj.weight": "model-00024-of-00030.safetensors",
|
570 |
+
"model.layers.65.post_attention_layernorm.weight": "model-00024-of-00030.safetensors",
|
571 |
+
"model.layers.65.self_attn.k_proj.weight": "model-00024-of-00030.safetensors",
|
572 |
+
"model.layers.65.self_attn.o_proj.weight": "model-00024-of-00030.safetensors",
|
573 |
+
"model.layers.65.self_attn.q_proj.weight": "model-00024-of-00030.safetensors",
|
574 |
+
"model.layers.65.self_attn.v_proj.weight": "model-00024-of-00030.safetensors",
|
575 |
+
"model.layers.66.input_layernorm.weight": "model-00025-of-00030.safetensors",
|
576 |
+
"model.layers.66.mlp.down_proj.weight": "model-00025-of-00030.safetensors",
|
577 |
+
"model.layers.66.mlp.gate_proj.weight": "model-00025-of-00030.safetensors",
|
578 |
+
"model.layers.66.mlp.up_proj.weight": "model-00025-of-00030.safetensors",
|
579 |
+
"model.layers.66.post_attention_layernorm.weight": "model-00025-of-00030.safetensors",
|
580 |
+
"model.layers.66.self_attn.k_proj.weight": "model-00025-of-00030.safetensors",
|
581 |
+
"model.layers.66.self_attn.o_proj.weight": "model-00025-of-00030.safetensors",
|
582 |
+
"model.layers.66.self_attn.q_proj.weight": "model-00025-of-00030.safetensors",
|
583 |
+
"model.layers.66.self_attn.v_proj.weight": "model-00025-of-00030.safetensors",
|
584 |
+
"model.layers.67.input_layernorm.weight": "model-00025-of-00030.safetensors",
|
585 |
+
"model.layers.67.mlp.down_proj.weight": "model-00025-of-00030.safetensors",
|
586 |
+
"model.layers.67.mlp.gate_proj.weight": "model-00025-of-00030.safetensors",
|
587 |
+
"model.layers.67.mlp.up_proj.weight": "model-00025-of-00030.safetensors",
|
588 |
+
"model.layers.67.post_attention_layernorm.weight": "model-00025-of-00030.safetensors",
|
589 |
+
"model.layers.67.self_attn.k_proj.weight": "model-00025-of-00030.safetensors",
|
590 |
+
"model.layers.67.self_attn.o_proj.weight": "model-00025-of-00030.safetensors",
|
591 |
+
"model.layers.67.self_attn.q_proj.weight": "model-00025-of-00030.safetensors",
|
592 |
+
"model.layers.67.self_attn.v_proj.weight": "model-00025-of-00030.safetensors",
|
593 |
+
"model.layers.68.input_layernorm.weight": "model-00026-of-00030.safetensors",
|
594 |
+
"model.layers.68.mlp.down_proj.weight": "model-00026-of-00030.safetensors",
|
595 |
+
"model.layers.68.mlp.gate_proj.weight": "model-00025-of-00030.safetensors",
|
596 |
+
"model.layers.68.mlp.up_proj.weight": "model-00025-of-00030.safetensors",
|
597 |
+
"model.layers.68.post_attention_layernorm.weight": "model-00026-of-00030.safetensors",
|
598 |
+
"model.layers.68.self_attn.k_proj.weight": "model-00025-of-00030.safetensors",
|
599 |
+
"model.layers.68.self_attn.o_proj.weight": "model-00025-of-00030.safetensors",
|
600 |
+
"model.layers.68.self_attn.q_proj.weight": "model-00025-of-00030.safetensors",
|
601 |
+
"model.layers.68.self_attn.v_proj.weight": "model-00025-of-00030.safetensors",
|
602 |
+
"model.layers.69.input_layernorm.weight": "model-00026-of-00030.safetensors",
|
603 |
+
"model.layers.69.mlp.down_proj.weight": "model-00026-of-00030.safetensors",
|
604 |
+
"model.layers.69.mlp.gate_proj.weight": "model-00026-of-00030.safetensors",
|
605 |
+
"model.layers.69.mlp.up_proj.weight": "model-00026-of-00030.safetensors",
|
606 |
+
"model.layers.69.post_attention_layernorm.weight": "model-00026-of-00030.safetensors",
|
607 |
+
"model.layers.69.self_attn.k_proj.weight": "model-00026-of-00030.safetensors",
|
608 |
+
"model.layers.69.self_attn.o_proj.weight": "model-00026-of-00030.safetensors",
|
609 |
+
"model.layers.69.self_attn.q_proj.weight": "model-00026-of-00030.safetensors",
|
610 |
+
"model.layers.69.self_attn.v_proj.weight": "model-00026-of-00030.safetensors",
|
611 |
+
"model.layers.7.input_layernorm.weight": "model-00004-of-00030.safetensors",
|
612 |
+
"model.layers.7.mlp.down_proj.weight": "model-00004-of-00030.safetensors",
|
613 |
+
"model.layers.7.mlp.gate_proj.weight": "model-00004-of-00030.safetensors",
|
614 |
+
"model.layers.7.mlp.up_proj.weight": "model-00004-of-00030.safetensors",
|
615 |
+
"model.layers.7.post_attention_layernorm.weight": "model-00004-of-00030.safetensors",
|
616 |
+
"model.layers.7.self_attn.k_proj.weight": "model-00003-of-00030.safetensors",
|
617 |
+
"model.layers.7.self_attn.o_proj.weight": "model-00004-of-00030.safetensors",
|
618 |
+
"model.layers.7.self_attn.q_proj.weight": "model-00003-of-00030.safetensors",
|
619 |
+
"model.layers.7.self_attn.v_proj.weight": "model-00003-of-00030.safetensors",
|
620 |
+
"model.layers.70.input_layernorm.weight": "model-00026-of-00030.safetensors",
|
621 |
+
"model.layers.70.mlp.down_proj.weight": "model-00026-of-00030.safetensors",
|
622 |
+
"model.layers.70.mlp.gate_proj.weight": "model-00026-of-00030.safetensors",
|
623 |
+
"model.layers.70.mlp.up_proj.weight": "model-00026-of-00030.safetensors",
|
624 |
+
"model.layers.70.post_attention_layernorm.weight": "model-00026-of-00030.safetensors",
|
625 |
+
"model.layers.70.self_attn.k_proj.weight": "model-00026-of-00030.safetensors",
|
626 |
+
"model.layers.70.self_attn.o_proj.weight": "model-00026-of-00030.safetensors",
|
627 |
+
"model.layers.70.self_attn.q_proj.weight": "model-00026-of-00030.safetensors",
|
628 |
+
"model.layers.70.self_attn.v_proj.weight": "model-00026-of-00030.safetensors",
|
629 |
+
"model.layers.71.input_layernorm.weight": "model-00027-of-00030.safetensors",
|
630 |
+
"model.layers.71.mlp.down_proj.weight": "model-00027-of-00030.safetensors",
|
631 |
+
"model.layers.71.mlp.gate_proj.weight": "model-00026-of-00030.safetensors",
|
632 |
+
"model.layers.71.mlp.up_proj.weight": "model-00027-of-00030.safetensors",
|
633 |
+
"model.layers.71.post_attention_layernorm.weight": "model-00027-of-00030.safetensors",
|
634 |
+
"model.layers.71.self_attn.k_proj.weight": "model-00026-of-00030.safetensors",
|
635 |
+
"model.layers.71.self_attn.o_proj.weight": "model-00026-of-00030.safetensors",
|
636 |
+
"model.layers.71.self_attn.q_proj.weight": "model-00026-of-00030.safetensors",
|
637 |
+
"model.layers.71.self_attn.v_proj.weight": "model-00026-of-00030.safetensors",
|
638 |
+
"model.layers.72.input_layernorm.weight": "model-00027-of-00030.safetensors",
|
639 |
+
"model.layers.72.mlp.down_proj.weight": "model-00027-of-00030.safetensors",
|
640 |
+
"model.layers.72.mlp.gate_proj.weight": "model-00027-of-00030.safetensors",
|
641 |
+
"model.layers.72.mlp.up_proj.weight": "model-00027-of-00030.safetensors",
|
642 |
+
"model.layers.72.post_attention_layernorm.weight": "model-00027-of-00030.safetensors",
|
643 |
+
"model.layers.72.self_attn.k_proj.weight": "model-00027-of-00030.safetensors",
|
644 |
+
"model.layers.72.self_attn.o_proj.weight": "model-00027-of-00030.safetensors",
|
645 |
+
"model.layers.72.self_attn.q_proj.weight": "model-00027-of-00030.safetensors",
|
646 |
+
"model.layers.72.self_attn.v_proj.weight": "model-00027-of-00030.safetensors",
|
647 |
+
"model.layers.73.input_layernorm.weight": "model-00027-of-00030.safetensors",
|
648 |
+
"model.layers.73.mlp.down_proj.weight": "model-00027-of-00030.safetensors",
|
649 |
+
"model.layers.73.mlp.gate_proj.weight": "model-00027-of-00030.safetensors",
|
650 |
+
"model.layers.73.mlp.up_proj.weight": "model-00027-of-00030.safetensors",
|
651 |
+
"model.layers.73.post_attention_layernorm.weight": "model-00027-of-00030.safetensors",
|
652 |
+
"model.layers.73.self_attn.k_proj.weight": "model-00027-of-00030.safetensors",
|
653 |
+
"model.layers.73.self_attn.o_proj.weight": "model-00027-of-00030.safetensors",
|
654 |
+
"model.layers.73.self_attn.q_proj.weight": "model-00027-of-00030.safetensors",
|
655 |
+
"model.layers.73.self_attn.v_proj.weight": "model-00027-of-00030.safetensors",
|
656 |
+
"model.layers.74.input_layernorm.weight": "model-00028-of-00030.safetensors",
|
657 |
+
"model.layers.74.mlp.down_proj.weight": "model-00028-of-00030.safetensors",
|
658 |
+
"model.layers.74.mlp.gate_proj.weight": "model-00028-of-00030.safetensors",
|
659 |
+
"model.layers.74.mlp.up_proj.weight": "model-00028-of-00030.safetensors",
|
660 |
+
"model.layers.74.post_attention_layernorm.weight": "model-00028-of-00030.safetensors",
|
661 |
+
"model.layers.74.self_attn.k_proj.weight": "model-00027-of-00030.safetensors",
|
662 |
+
"model.layers.74.self_attn.o_proj.weight": "model-00027-of-00030.safetensors",
|
663 |
+
"model.layers.74.self_attn.q_proj.weight": "model-00027-of-00030.safetensors",
|
664 |
+
"model.layers.74.self_attn.v_proj.weight": "model-00027-of-00030.safetensors",
|
665 |
+
"model.layers.75.input_layernorm.weight": "model-00028-of-00030.safetensors",
|
666 |
+
"model.layers.75.mlp.down_proj.weight": "model-00028-of-00030.safetensors",
|
667 |
+
"model.layers.75.mlp.gate_proj.weight": "model-00028-of-00030.safetensors",
|
668 |
+
"model.layers.75.mlp.up_proj.weight": "model-00028-of-00030.safetensors",
|
669 |
+
"model.layers.75.post_attention_layernorm.weight": "model-00028-of-00030.safetensors",
|
670 |
+
"model.layers.75.self_attn.k_proj.weight": "model-00028-of-00030.safetensors",
|
671 |
+
"model.layers.75.self_attn.o_proj.weight": "model-00028-of-00030.safetensors",
|
672 |
+
"model.layers.75.self_attn.q_proj.weight": "model-00028-of-00030.safetensors",
|
673 |
+
"model.layers.75.self_attn.v_proj.weight": "model-00028-of-00030.safetensors",
|
674 |
+
"model.layers.76.input_layernorm.weight": "model-00028-of-00030.safetensors",
|
675 |
+
"model.layers.76.mlp.down_proj.weight": "model-00028-of-00030.safetensors",
|
676 |
+
"model.layers.76.mlp.gate_proj.weight": "model-00028-of-00030.safetensors",
|
677 |
+
"model.layers.76.mlp.up_proj.weight": "model-00028-of-00030.safetensors",
|
678 |
+
"model.layers.76.post_attention_layernorm.weight": "model-00028-of-00030.safetensors",
|
679 |
+
"model.layers.76.self_attn.k_proj.weight": "model-00028-of-00030.safetensors",
|
680 |
+
"model.layers.76.self_attn.o_proj.weight": "model-00028-of-00030.safetensors",
|
681 |
+
"model.layers.76.self_attn.q_proj.weight": "model-00028-of-00030.safetensors",
|
682 |
+
"model.layers.76.self_attn.v_proj.weight": "model-00028-of-00030.safetensors",
|
683 |
+
"model.layers.77.input_layernorm.weight": "model-00029-of-00030.safetensors",
|
684 |
+
"model.layers.77.mlp.down_proj.weight": "model-00029-of-00030.safetensors",
|
685 |
+
"model.layers.77.mlp.gate_proj.weight": "model-00029-of-00030.safetensors",
|
686 |
+
"model.layers.77.mlp.up_proj.weight": "model-00029-of-00030.safetensors",
|
687 |
+
"model.layers.77.post_attention_layernorm.weight": "model-00029-of-00030.safetensors",
|
688 |
+
"model.layers.77.self_attn.k_proj.weight": "model-00028-of-00030.safetensors",
|
689 |
+
"model.layers.77.self_attn.o_proj.weight": "model-00029-of-00030.safetensors",
|
690 |
+
"model.layers.77.self_attn.q_proj.weight": "model-00028-of-00030.safetensors",
|
691 |
+
"model.layers.77.self_attn.v_proj.weight": "model-00028-of-00030.safetensors",
|
692 |
+
"model.layers.78.input_layernorm.weight": "model-00029-of-00030.safetensors",
|
693 |
+
"model.layers.78.mlp.down_proj.weight": "model-00029-of-00030.safetensors",
|
694 |
+
"model.layers.78.mlp.gate_proj.weight": "model-00029-of-00030.safetensors",
|
695 |
+
"model.layers.78.mlp.up_proj.weight": "model-00029-of-00030.safetensors",
|
696 |
+
"model.layers.78.post_attention_layernorm.weight": "model-00029-of-00030.safetensors",
|
697 |
+
"model.layers.78.self_attn.k_proj.weight": "model-00029-of-00030.safetensors",
|
698 |
+
"model.layers.78.self_attn.o_proj.weight": "model-00029-of-00030.safetensors",
|
699 |
+
"model.layers.78.self_attn.q_proj.weight": "model-00029-of-00030.safetensors",
|
700 |
+
"model.layers.78.self_attn.v_proj.weight": "model-00029-of-00030.safetensors",
|
701 |
+
"model.layers.79.input_layernorm.weight": "model-00029-of-00030.safetensors",
|
702 |
+
"model.layers.79.mlp.down_proj.weight": "model-00029-of-00030.safetensors",
|
703 |
+
"model.layers.79.mlp.gate_proj.weight": "model-00029-of-00030.safetensors",
|
704 |
+
"model.layers.79.mlp.up_proj.weight": "model-00029-of-00030.safetensors",
|
705 |
+
"model.layers.79.post_attention_layernorm.weight": "model-00029-of-00030.safetensors",
|
706 |
+
"model.layers.79.self_attn.k_proj.weight": "model-00029-of-00030.safetensors",
|
707 |
+
"model.layers.79.self_attn.o_proj.weight": "model-00029-of-00030.safetensors",
|
708 |
+
"model.layers.79.self_attn.q_proj.weight": "model-00029-of-00030.safetensors",
|
709 |
+
"model.layers.79.self_attn.v_proj.weight": "model-00029-of-00030.safetensors",
|
710 |
+
"model.layers.8.input_layernorm.weight": "model-00004-of-00030.safetensors",
|
711 |
+
"model.layers.8.mlp.down_proj.weight": "model-00004-of-00030.safetensors",
|
712 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00004-of-00030.safetensors",
|
713 |
+
"model.layers.8.mlp.up_proj.weight": "model-00004-of-00030.safetensors",
|
714 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00004-of-00030.safetensors",
|
715 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00004-of-00030.safetensors",
|
716 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00004-of-00030.safetensors",
|
717 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00004-of-00030.safetensors",
|
718 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00004-of-00030.safetensors",
|
719 |
+
"model.layers.9.input_layernorm.weight": "model-00004-of-00030.safetensors",
|
720 |
+
"model.layers.9.mlp.down_proj.weight": "model-00004-of-00030.safetensors",
|
721 |
+
"model.layers.9.mlp.gate_proj.weight": "model-00004-of-00030.safetensors",
|
722 |
+
"model.layers.9.mlp.up_proj.weight": "model-00004-of-00030.safetensors",
|
723 |
+
"model.layers.9.post_attention_layernorm.weight": "model-00004-of-00030.safetensors",
|
724 |
+
"model.layers.9.self_attn.k_proj.weight": "model-00004-of-00030.safetensors",
|
725 |
+
"model.layers.9.self_attn.o_proj.weight": "model-00004-of-00030.safetensors",
|
726 |
+
"model.layers.9.self_attn.q_proj.weight": "model-00004-of-00030.safetensors",
|
727 |
+
"model.layers.9.self_attn.v_proj.weight": "model-00004-of-00030.safetensors",
|
728 |
+
"model.norm.weight": "model-00029-of-00030.safetensors"
|
729 |
+
}
|
730 |
+
}
|