Text Generation
Safetensors
Danish
English
llama
.gitattributes CHANGED
@@ -33,10 +33,3 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
- images/performance_plot_da.png filter=lfs diff=lfs merge=lfs -text
37
- images/performance_plot_en.png filter=lfs diff=lfs merge=lfs -text
38
- images/perf_euroeval_benchmark_results_da_latest.png filter=lfs diff=lfs merge=lfs -text
39
- images/perf_euroeval_benchmark_results_en_latest.png filter=lfs diff=lfs merge=lfs -text
40
- images/performance_plot_da.png.png filter=lfs diff=lfs merge=lfs -text
41
- plots/danish-english-perf.png filter=lfs diff=lfs merge=lfs -text
42
- plots/danish-perf.png filter=lfs diff=lfs merge=lfs -text
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
README.md CHANGED
@@ -11,110 +11,59 @@ base_model:
11
  pipeline_tag: text-generation
12
  ---
13
 
14
- # DFM-Decoder-open-v0-7b-pt
15
 
16
- DFM-Decoder-open-v0-7b-pt is a 7-billion-parameter [open-source](https://opensource.org/ai/open-source-ai-definition) language model.
17
- DFM-Decoder-open-v0-7b-pt is a base model that can serve as a starting point for fine-tuning and post-training.
18
  It has not been instruction-tuned and cannot directly be expected to function as a chat model.
19
 
 
20
  | Model | Model Weights | Training Data | Training Code |
21
  |:------|:--------------|:--------------|:--------------|
22
  | Llama | Public with custom license | Private | Private |
23
  | Gemma | Public, openly licensed | Private | Private |
24
  | Apertus | Public, openly licensed | Reproducible, license unspecified | Public, openly licensed |
25
- | **DFM-Decoder-open-v0-7b-pt** (ours) | **Public, openly licensed** | **Public, openly licensed** | **Public, openly licensed** |
26
-
27
- ## Evaluation
28
-
29
- ### Performance on Danish
30
-
31
- The following plots show the model size on the x-axis and an aggregate performance score for Danish on the y-axis. Each metric is normalized across all evaluated models using min-max normalization to the range [0, 1], and the final score represents the average of all normalized metrics.
32
-
33
- <p align="center">
34
- <img src="./plots/danish-perf.png" width="700"/>
35
- </p>
36
-
37
- DFM-Decoder-open-v0-7b-pt was evaluated using the [EuroEval](https://euroeval.com/) framework, which includes benchmarks across seven task types covering more than 15 European languages.
38
-
39
- Below we report results for Danish (see English below) for all EuroEval-supported tasks: sentiment classification, named entity recognition, linguistic acceptability, reading comprehension, summarization, and knowledge and common-sense reasoning. In addition, we evaluate the model on DaLA, a Danish linguistic acceptability dataset focusing on real-world common errors.
40
-
41
- We compare DFM-Decoder-open-v0-7b-pt at various training stages with its base model [Comma v0.1-2T](https://huggingface.co/common-pile/comma-v0.1-2t)
42
- and two models from the Pleias family ([Pleias-350M-Preview](https://huggingface.co/PleIAs/Pleias-350m-Preview) and [Pleias-1.2B-Preview](https://huggingface.co/PleIAs/Pleias-1.2b-Preview)).
43
- All comparison models were trained exclusively on open data, either in the public domain or under a permissive license.
44
-
45
- The following tables show the performance on each dataset.
46
- For each, we report the respective main metric from EuroEval and the confidence interval.
47
- The latter is calculated as the mean of the metric scores across all evaluation runs ± 1.96 times the standard error of the mean.
48
-
49
- | Model | scala-da (MCC)| dala (MCC) | angry-tweets (MCC) | dansk (Micro F1, No Misc) | danske-talemaader (MCC) | danish-citizen-tests (MCC) | multi-wiki-qa-da (F1) | hellaswag-da (MCC) | nordjylland-news (BERTScore) | average |
50
- | ----------------------------------- | ------------- | ------------- | ------------------ | ------------------------- | ----------------------- | -------------------------- | --------------------- | ------------------ | ---------------------------- | ------- |
51
- | base (comma-v0.1-2t) | 0.9 ± 0.8 | 0.2 ± 0.6 | 39.8 ± 1.4 | 32.0 ± 2.8 | 3.6 ± 2.3 | 10.7 ± 4.1 | 66.4 ± 0.8 | 3.8 ± 1.0 | 60.2 ± 1.7 | 24.2 |
52
- | **Training Stages** | | | | | | | | | | |
53
- | stage 1 | 13.3 ± 2.9 | 12.7 ± 2.2 | **47.7** ± 1.7 | 40.0 ± 2.4 | 18.1 ± 0.9 | 32.8 ± 1.4 | **76.6** ± 0.6 | 12.9 ± 1.0 | 66.3 ± 0.7 | 35.6 |
54
- | stage 2 | 15.8 ± 3.1 | 14.4 ± 2.9 | 47.4 ± 2.3 | 40.4 ± 2.4 | 24.1 ± 1.8 | 36.1 ± 1.8 | 75.2 ± 0.7 | 13.1 ± 1.1 | 66.5 ± 0.6 | 37.0 |
55
- | dfm-decoder-open-v0-7b-pt (stage 3) | **16.5** ± 1.4| **15.7** ± 1.7| 46.3 ± 2.1 | **41.1** ± 2.8 | **24.6** ± 2.0 | **36.2** ± 1.7 | 76.0 ± 0.7 | **13.2** ± 1.2 | **66.6** ± 0.6 | **37.4** |
56
- | **Baselines** | | | | | | | | | | |
57
- | Pleias-350m-Preview | -1.0 ± 1.5 | -1.8 ± 1.8 | 10.6 ± 2.9 | 12.9 ± 1.8 | 0.7 ± 2.6 | 4.6 ± 2.3 | 11.6 ± 0.9 | -0.3 ± 0.7 | 56.3 ± 1.5 | 10.4 |
58
- | Pleias-1.2b-Preview | 0.2 ± 1.1 | 0.7 ± 1.0 | 27.7 ± 2.9 | 27.3 ± 2.2 | -0.6 ± 1.9 | 8.6 ± 3.2 | 35.2 ± 1.3 | -0.0 ± 1.5 | 60.3 ± 0.9 | 17.7 |
59
-
60
- ### Performance on English
61
-
62
- <div align="center">
63
- <table>
64
- <tr>
65
- <td><img src="./plots/danish-english-perf.png" width="600"/></td>
66
- <td><img src="./plots/english-perf.png" width="600"/></td>
67
- </tr>
68
- </table>
69
- </div>
70
-
71
- The goal of this section is to demonstrate how performance is maintained deteriorates for English when adapting the model for Danish. Generally, we see only minor performance degradation
72
- across tasks.
73
-
74
- | Model | scala-en (MCC) | sst5 (MCC) | conll-en (Micro F1 no misc) | life-in-the-uk (MCC) | squad (F1) | hellaswag (MCC) | cnn-dailymail (BERTScore) | average |
75
- | ------------------------------------ | ------------- | ------------ | --------------------------- | -------------------- | ------------ | --------------- | ------------------------- | ------- |
76
- | base (comma-v0.1-2t) | **29.7** ± 1.9 | **61.8** ± 2.1| **57.5** ± 2.8 | 41.6 ± 2.4 | **90.4** ± 0.4| **16.8** ± 0.6 | **63.3** ± 0.9 | **51.6** |
77
- | **Training Stages** | | | | | | | | |
78
- | stage 1 | 17.1 ± 9.0 | 60.0 ± 1.7 | 56.6 ± 2.2 | 40.5 ± 1.7 | 90.1 ± 0.3 | 13.7 ± 0.7 | 59.6 ± 1.3 | 48.2 |
79
- | stage 2 | 27.7 ± 2.0 | 59.5 ± 1.6 | 56.6 ± 2.3 | 41.2 ± 1.7 | 90.2 ± 0.4 | 16.0 ± 0.9 | 60.3 ± 1.6 | 50.2 |
80
- | dfm-decoder-open-v0-7b-pt (stage 3) | 29.0 ± 2.4 | 60.3 ± 1.4 | 56.9 ± 2.5 | **41.7** ± 1.8 | 89.9 ± 0.4 | 13.8 ± 0.9 | 59.2 ± 1.7 | 50.1 |
81
- | **Baseline** | | | | | | | | |
82
- | Pleias-350m-Preview | 0.7 ± 1.8 | 15.4 ± 7.3 | 31.8 ± 3.5 | -0.7 ± 2.1 | 31.1 ± 2.3 | 0.2 ± 1.4 | 53.8 ± 1.0 | 18.9 |
83
- | Pleias-1.2b-Preview | 1.0 ± 2.4 | 48.2 ± 2.6 | 40.9 ± 3.3 | 2.6 ± 2.8 | 52.9 ± 2.5 | -0.1 ± 1.5 | 60.2 ± 1.6 | 29.4 |
84
 
85
  ## Training details
86
 
87
- DFM-Decoder-open-v0-7b-pt is continually pre-trained from [Comma v0.1-2T](https://huggingface.co/common-pile/comma-v0.1-2t) using 30B tokens, utilizing a mix of [Danish Dynaword 1.2.12](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword) and the [Comma v0.1 dataset](https://huggingface.co/datasets/common-pile/comma_v0.1_training_dataset), both comprising only public domain and openly licensed data.
 
88
 
89
- DFM-Decoder-open-v0-7b-pt has been trained using the [maester](https://github.com/rlrs/maester) framework developed as part of [Danish Foundation Models](https://foundationmodels.dk/). All training was performed on a single 8x NVIDIA B200 node (the first of its kind in Denmark) as part of the [SDU UCloud](https://cloud.sdu.dk/) research cloud.
90
 
91
  The training was performed in three stages, with data mix (open-stageK.py) and maester (open-stageK.toml) configuration files available in each subfolder. The datasets can be created using the `create_dataset.py` script provided in this repository.
92
 
93
  The characteristics of the three pre-training stages are detailed in the following table:
94
 
95
- | Stage | Batch size (tokens) | Steps | HF path | Data mix | Comments |
96
  |-|-|-|-|-|-|
97
- | stage 1 | 262,144 | 37,852| [revision="stage1"](https://huggingface.co/danish-foundation-models/munin-7b-open-pt/tree/stage1) | 2/3 [Dynaword](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/tree/9e230b35e31a510e5ab909112ad5bfc9463b2c23); <br> 1/3 [Common-Pile](https://huggingface.co/common-pile/comma_v0.1_training_dataset/5afc546db324e7f39f297ba757c9a60547151e7c) | Excludes depbank, jvj, nordjyllandnews, synne for Dynaword; <br> uses subsets and weighting from [Comma-v0.1-2T](https://huggingface.co/common-pile/comma-v0.1-2t) cooldown phase for Common-Pile ; LR schedule with 1000 steps warmup, constant 1e-5, 1000 steps cooldown |
98
- | stage 2 | 524,288 | 18,926 | [revision="stage2"](https://huggingface.co/danish-foundation-models/munin-7b-open-pt/tree/stage2) | 2/3 [Dynaword](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/tree/9e230b35e31a510e5ab909112ad5bfc9463b2c23); <br> 1/3 [Common-Pile](https://huggingface.co/common-pile/comma_v0.1_training_dataset/5afc546db324e7f39f297ba757c9a60547151e7c) | Excludes depbank, jvj, nordjyllandnews, synne for Dynaword; <br> uses subsets and weighting from [Comma-v0.1-2T](https://huggingface.co/common-pile/comma-v0.1-2t) cooldown phase for Common-Pile; LR schedule with 500 steps warmup, constant 1e-5, 500 steps cooldown |
99
- | stage 3 | 524,288 | 18,926 | [revision="stage3"](https://huggingface.co/danish-foundation-models/munin-7b-open-pt/tree/stage3) | 2/3 [Dynaword](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/tree/9e230b35e31a510e5ab909112ad5bfc9463b2c23); <br> 1/3 [Common-Pile](https://huggingface.co/common-pile/comma_v0.1_training_dataset/5afc546db324e7f39f297ba757c9a60547151e7c) | Excludes depbank, jvj, nordjyllandnews, synne for Dynaword; <br> uses subsets and weighting from [Comma-v0.1-2T](https://huggingface.co/common-pile/comma-v0.1-2t) cooldown phase for Common-Pile; LR schedule with 500 steps warmup, square root decay from 1e-5 |
 
100
 
101
  ## Limitations
102
 
103
- DFM-Decoder-open-v0-7b-pt was trained only on Danish and English-language data and code from the 15 programming languages covered by the [stack-edu classifiers](https://huggingface.co/collections/HuggingFaceTB/the-ultimate-collection-of-code-classifiers-67b5aa3eb8994a4b71453005).
104
  It will likely have poor performance on other languages or programming languages.
105
 
106
- As a base model, DFM-Decoder-open-v0-7b-pt has not been aligned for safety and may, for example, reflect social biases present in its training data or potentially provide toxic or harmful information.
 
107
 
108
  ## License
109
 
110
  The model is made available under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) open source license. It may therefore be used, modified, distributed, and sublicensed for any purpose, including commercial use, without the licensee having to release their own derivative works under the same permissive terms, provided that users retain copyright and license notices and document any modifications they make.
111
 
 
112
  ## Project partners & funding
113
 
114
- The development of DFM-Decoder-open-v0-7b-pt was performed in a close collaboration between [Aarhus University](https://chc.au.dk/), the [Alexandra Institute](https://alexandra.dk/), and the [University of Southern Denmark](https://www.sdu.dk/en/forskning/machine-learning) as part of [Danish Foundation Models](https://foundationmodels.dk/).
115
 
116
  Funding was provided by the [Danish Ministry of Digital Affairs](https://www.english.digmin.dk/) and the [Danish Ministry of Higher Education and Science](https://ufm.dk/en).
117
 
 
 
118
  ## How to cite
119
 
120
  Coming soon.
 
11
  pipeline_tag: text-generation
12
  ---
13
 
14
+ # Munin-7B-Open-pt
15
 
16
+ Munin-7B-open-pt is a 7-billion-parameter [open-source](https://opensource.org/ai/open-source-ai-definition) language model.
17
+ Munin-7B-open-pt is a base model that can serve as a starting point for fine-tuning and post-training.
18
  It has not been instruction-tuned and cannot directly be expected to function as a chat model.
19
 
20
+
21
  | Model | Model Weights | Training Data | Training Code |
22
  |:------|:--------------|:--------------|:--------------|
23
  | Llama | Public with custom license | Private | Private |
24
  | Gemma | Public, openly licensed | Private | Private |
25
  | Apertus | Public, openly licensed | Reproducible, license unspecified | Public, openly licensed |
26
+ | **Munin-7B-open-pt** (ours) | **Public, openly licensed** | **Public, openly licensed** | **Public, openly licensed** |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
 
28
  ## Training details
29
 
30
+ Munin-7B-open-pt is continually pre-trained from [Comma v0.1-2T](https://huggingface.co/common-pile/comma-v0.1-2t) using 30B tokens, utilizing a mix of [Danish Dynaword](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword) and the [Comma v0.1 dataset](https://huggingface.co/datasets/common-pile/comma_v0.1_training_dataset), both comprising only public domain and openly licensed data.
31
+
32
 
33
+ Munin-7B-open-pt has been trained using the [maester](https://github.com/rlrs/maester/tree/main/3aca26960eaa1a16250b3feda40303c240ba4ca1) framework developed as part of [Danish Foundation Models](https://foundationmodels.dk/). All training was performed on a single 8x NVIDIA B200 node (the first of its kind in Denmark) as part of the [SDU UCloud](https://cloud.sdu.dk/) research cloud.
34
 
35
  The training was performed in three stages, with data mix (open-stageK.py) and maester (open-stageK.toml) configuration files available in each subfolder. The datasets can be created using the `create_dataset.py` script provided in this repository.
36
 
37
  The characteristics of the three pre-training stages are detailed in the following table:
38
 
39
+ | Stage | Batch size | Steps | HF path | Data mix | Comments |
40
  |-|-|-|-|-|-|
41
+ | stage1 | 262,144 tok | 37,852| [subfolder="stage1"](https://huggingface.co/danish-foundation-models/munin-7b-open-pt/tree/main/stage1) | 2/3 [Dynaword](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/tree/9e230b35e31a510e5ab909112ad5bfc9463b2c23); <br> 1/3 [Common-Pile](https://huggingface.co/common-pile/comma_v0.1_training_dataset/5afc546db324e7f39f297ba757c9a60547151e7c) | Excludes depbank, jvj, nordjyllandnews, synne for Dynaword; <br> uses subsets and weighting from [Comma-v0.1-2T](https://huggingface.co/common-pile/comma-v0.1-2t) cooldown phase for Common-Pile ; LR schedule with 1000 steps warmup, constant 1e-5, 1000 steps cooldown |
42
+ | stage2 | 524,288 tok | 18,926 | [subfolder="stage2"](https://huggingface.co/danish-foundation-models/munin-7b-open-pt/tree/main/stage2) | 2/3 [Dynaword](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/tree/9e230b35e31a510e5ab909112ad5bfc9463b2c23); <br> 1/3 [Common-Pile](https://huggingface.co/common-pile/comma_v0.1_training_dataset/5afc546db324e7f39f297ba757c9a60547151e7c) | Excludes depbank, jvj, nordjyllandnews, synne for Dynaword; <br> uses subsets and weighting from [Comma-v0.1-2T](https://huggingface.co/common-pile/comma-v0.1-2t) cooldown phase for Common-Pile; LR schedule with 500 steps warmup, constant 1e-5, 500 steps cooldown |
43
+ | stage3 | 524,288 tok | 18,926 | [subfolder="stage3"](https://huggingface.co/danish-foundation-models/munin-7b-open-pt/tree/main/stage3) | 2/3 [Dynaword](https://huggingface.co/datasets/danish-foundation-models/danish-dynaword/tree/9e230b35e31a510e5ab909112ad5bfc9463b2c23); <br> 1/3 [Common-Pile](https://huggingface.co/common-pile/comma_v0.1_training_dataset/5afc546db324e7f39f297ba757c9a60547151e7c) | Excludes depbank, jvj, nordjyllandnews, synne for Dynaword; <br> uses subsets and weighting from [Comma-v0.1-2T](https://huggingface.co/common-pile/comma-v0.1-2t) cooldown phase for Common-Pile; LR schedule with 500 steps warmup, square root decay from 1e-5 |
44
+
45
 
46
  ## Limitations
47
 
48
+ Munin-7B-Open-pt was trained only on Danish and English-language data and code from the 15 programming languages covered by the [stack-edu classifiers](https://huggingface.co/collections/HuggingFaceTB/the-ultimate-collection-of-code-classifiers-67b5aa3eb8994a4b71453005).
49
  It will likely have poor performance on other languages or programming languages.
50
 
51
+ As a base model, Munin-7B-Open-pt has not been aligned for safety and may, for example, reflect social biases present in its training data or potentially provide toxic or harmful information.
52
+
53
 
54
  ## License
55
 
56
  The model is made available under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) open source license. It may therefore be used, modified, distributed, and sublicensed for any purpose, including commercial use, without the licensee having to release their own derivative works under the same permissive terms, provided that users retain copyright and license notices and document any modifications they make.
57
 
58
+
59
  ## Project partners & funding
60
 
61
+ The development of Munin-7B-Open-pt was performed in a close collaboration between [Aarhus University](https://chc.au.dk/), the [Alexandra Institute](https://alexandra.dk/), and the [University of Southern Denmark](https://www.sdu.dk/en/forskning/machine-learning) as part of [Danish Foundation Models](https://foundationmodels.dk/).
62
 
63
  Funding was provided by the [Danish Ministry of Digital Affairs](https://www.english.digmin.dk/) and the [Danish Ministry of Higher Education and Science](https://ufm.dk/en).
64
 
65
+
66
+
67
  ## How to cite
68
 
69
  Coming soon.
config.json CHANGED
@@ -23,7 +23,7 @@
23
  "rope_scaling": null,
24
  "rope_theta": 100000.0,
25
  "tie_word_embeddings": false,
26
- "transformers_version": "4.57.3",
27
  "use_cache": true,
28
  "vocab_size": 64256
29
  }
 
23
  "rope_scaling": null,
24
  "rope_theta": 100000.0,
25
  "tie_word_embeddings": false,
26
+ "transformers_version": "4.56.2",
27
  "use_cache": true,
28
  "vocab_size": 64256
29
  }
generation_config.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "_from_model_config": true,
3
- "bos_token_id": 2,
4
- "eos_token_id": 3,
5
- "transformers_version": "4.57.3"
6
- }
 
 
 
 
 
 
 
images/performance_plot_da.png DELETED

Git LFS Details

  • SHA256: 5e1a57e91b1c67328efe73f0778a0e55f422eba2932ea3418b7ed6d7028cf0ec
  • Pointer size: 131 Bytes
  • Size of remote file: 368 kB
images/performance_plot_en.png DELETED

Git LFS Details

  • SHA256: bbae69b60b27ecf8857a9ea2ae938f9eea70f047eeeb6de674e94eb968a1a477
  • Pointer size: 131 Bytes
  • Size of remote file: 373 kB
model-00001-of-00003.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d56eb49f03ee932518e3e7c55f6c46a15177dce57662ad91417c65ba4cd794f8
3
- size 4978830664
 
 
 
 
model-00002-of-00003.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6df9d3b3790135776e05993005383d8066bb2560e15b39bbb29b3c43ea0ee795
3
- size 4991431432
 
 
 
 
model-00003-of-00003.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e0cb865281fd75e9ac348d05160e4f3468a7d934c103d63ceb9b95887e1a8005
3
- size 4035085288
 
 
 
 
model.safetensors.index.json DELETED
@@ -1,299 +0,0 @@
1
- {
2
- "metadata": {
3
- "total_parameters": 7002656768,
4
- "total_size": 14005313536
5
- },
6
- "weight_map": {
7
- "lm_head.weight": "model-00003-of-00003.safetensors",
8
- "model.embed_tokens.weight": "model-00001-of-00003.safetensors",
9
- "model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
10
- "model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
11
- "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
12
- "model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
13
- "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
14
- "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
15
- "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
16
- "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
17
- "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
18
- "model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
19
- "model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
20
- "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
21
- "model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
22
- "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
23
- "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
24
- "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
25
- "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
26
- "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
27
- "model.layers.10.input_layernorm.weight": "model-00001-of-00003.safetensors",
28
- "model.layers.10.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
29
- "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
30
- "model.layers.10.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
31
- "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
32
- "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
33
- "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
34
- "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
35
- "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
36
- "model.layers.11.input_layernorm.weight": "model-00002-of-00003.safetensors",
37
- "model.layers.11.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
38
- "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
39
- "model.layers.11.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
40
- "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
41
- "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
42
- "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
43
- "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
44
- "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
45
- "model.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
46
- "model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
47
- "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
48
- "model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
49
- "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
50
- "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
51
- "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
52
- "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
53
- "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
54
- "model.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
55
- "model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
56
- "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
57
- "model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
58
- "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
59
- "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
60
- "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
61
- "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
62
- "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
63
- "model.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
64
- "model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
65
- "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
66
- "model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
67
- "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
68
- "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
69
- "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
70
- "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
71
- "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
72
- "model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
73
- "model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
74
- "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
75
- "model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
76
- "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
77
- "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
78
- "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
79
- "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
80
- "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
81
- "model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
82
- "model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
83
- "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
84
- "model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
85
- "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
86
- "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
87
- "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
88
- "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
89
- "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
90
- "model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
91
- "model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
92
- "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
93
- "model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
94
- "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
95
- "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
96
- "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
97
- "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
98
- "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
99
- "model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
100
- "model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
101
- "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
102
- "model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
103
- "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
104
- "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
105
- "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
106
- "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
107
- "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
108
- "model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
109
- "model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
110
- "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
111
- "model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
112
- "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
113
- "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
114
- "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
115
- "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
116
- "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
117
- "model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
118
- "model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
119
- "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
120
- "model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
121
- "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
122
- "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
123
- "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
124
- "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
125
- "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
126
- "model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
127
- "model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
128
- "model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
129
- "model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
130
- "model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
131
- "model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
132
- "model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
133
- "model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
134
- "model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
135
- "model.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
136
- "model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
137
- "model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
138
- "model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
139
- "model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
140
- "model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
141
- "model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
142
- "model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
143
- "model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
144
- "model.layers.22.input_layernorm.weight": "model-00002-of-00003.safetensors",
145
- "model.layers.22.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
146
- "model.layers.22.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
147
- "model.layers.22.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
148
- "model.layers.22.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
149
- "model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
150
- "model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
151
- "model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
152
- "model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
153
- "model.layers.23.input_layernorm.weight": "model-00003-of-00003.safetensors",
154
- "model.layers.23.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
155
- "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
156
- "model.layers.23.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
157
- "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
158
- "model.layers.23.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
159
- "model.layers.23.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
160
- "model.layers.23.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
161
- "model.layers.23.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
162
- "model.layers.24.input_layernorm.weight": "model-00003-of-00003.safetensors",
163
- "model.layers.24.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
164
- "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
165
- "model.layers.24.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
166
- "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
167
- "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
168
- "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
169
- "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
170
- "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
171
- "model.layers.25.input_layernorm.weight": "model-00003-of-00003.safetensors",
172
- "model.layers.25.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
173
- "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
174
- "model.layers.25.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
175
- "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
176
- "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
177
- "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
178
- "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
179
- "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
180
- "model.layers.26.input_layernorm.weight": "model-00003-of-00003.safetensors",
181
- "model.layers.26.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
182
- "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
183
- "model.layers.26.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
184
- "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
185
- "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
186
- "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
187
- "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
188
- "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
189
- "model.layers.27.input_layernorm.weight": "model-00003-of-00003.safetensors",
190
- "model.layers.27.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
191
- "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
192
- "model.layers.27.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
193
- "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
194
- "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
195
- "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
196
- "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
197
- "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
198
- "model.layers.28.input_layernorm.weight": "model-00003-of-00003.safetensors",
199
- "model.layers.28.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
200
- "model.layers.28.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
201
- "model.layers.28.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
202
- "model.layers.28.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
203
- "model.layers.28.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
204
- "model.layers.28.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
205
- "model.layers.28.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
206
- "model.layers.28.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
207
- "model.layers.29.input_layernorm.weight": "model-00003-of-00003.safetensors",
208
- "model.layers.29.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
209
- "model.layers.29.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
210
- "model.layers.29.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
211
- "model.layers.29.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
212
- "model.layers.29.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
213
- "model.layers.29.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
214
- "model.layers.29.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
215
- "model.layers.29.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
216
- "model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
217
- "model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
218
- "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
219
- "model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
220
- "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
221
- "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
222
- "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
223
- "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
224
- "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
225
- "model.layers.30.input_layernorm.weight": "model-00003-of-00003.safetensors",
226
- "model.layers.30.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
227
- "model.layers.30.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
228
- "model.layers.30.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
229
- "model.layers.30.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
230
- "model.layers.30.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
231
- "model.layers.30.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
232
- "model.layers.30.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
233
- "model.layers.30.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
234
- "model.layers.31.input_layernorm.weight": "model-00003-of-00003.safetensors",
235
- "model.layers.31.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
236
- "model.layers.31.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
237
- "model.layers.31.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
238
- "model.layers.31.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
239
- "model.layers.31.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
240
- "model.layers.31.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
241
- "model.layers.31.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
242
- "model.layers.31.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
243
- "model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
244
- "model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
245
- "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
246
- "model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
247
- "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
248
- "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
249
- "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
250
- "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
251
- "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
252
- "model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
253
- "model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
254
- "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
255
- "model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
256
- "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
257
- "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
258
- "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
259
- "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
260
- "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
261
- "model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
262
- "model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
263
- "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
264
- "model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
265
- "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
266
- "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
267
- "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
268
- "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
269
- "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
270
- "model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
271
- "model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
272
- "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
273
- "model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
274
- "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
275
- "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
276
- "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
277
- "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
278
- "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
279
- "model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
280
- "model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
281
- "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
282
- "model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
283
- "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
284
- "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
285
- "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
286
- "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
287
- "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
288
- "model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
289
- "model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
290
- "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
291
- "model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
292
- "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
293
- "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
294
- "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
295
- "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
296
- "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
297
- "model.norm.weight": "model-00003-of-00003.safetensors"
298
- }
299
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plots/create_plots.py DELETED
@@ -1,198 +0,0 @@
1
- import matplotlib.pyplot as plt
2
- import numpy as np
3
- from matplotlib.offsetbox import AnnotationBbox, OffsetImage
4
- from PIL import Image
5
-
6
- #### --- Plot data and logos --- ####
7
-
8
- data_danish = {
9
- "comma-v0.1-2t": {"parameters (billions)": 7.0, "Danish Performance": 24.2},
10
- "Stage 1": {"parameters (billions)": 7.0, "Danish Performance": 35.6},
11
- "Stage 2": {"parameters (billions)": 7.0, "Danish Performance": 37.0},
12
- # stage 3:
13
- "dfm-decoder-open-v0-7b-pt": {
14
- "parameters (billions)": 7.0,
15
- "Danish Performance": 37.4,
16
- },
17
- "Pleias-350M": {"parameters (billions)": 0.35, "Danish Performance": 10.4},
18
- "Pleias-1.2B": {"parameters (billions)": 1.2, "Danish Performance": 17.7},
19
- }
20
-
21
- data_english = {
22
- "comma-v0.1-2t": {"parameters (billions)": 7.0, "English Performance": 51.6},
23
- "Stage 1": {"parameters (billions)": 7.0, "English Performance": 48.2},
24
- "Stage 2": {"parameters (billions)": 7.0, "English Performance": 50.2},
25
- # stage 3:
26
- "dfm-decoder-open-v0-7b-pt": {
27
- "parameters (billions)": 7.0,
28
- "English Performance": 50.1,
29
- },
30
- "Pleias-350M": {"parameters (billions)": 0.35, "English Performance": 18.9},
31
- "Pleias-1.2B": {"parameters (billions)": 1.2, "English Performance": 29.4},
32
- }
33
-
34
- data = {}
35
- for model in data_danish.keys():
36
- data[model] = {
37
- "parameters (billions)": data_danish[model]["parameters (billions)"],
38
- "Danish Performance": data_danish[model]["Danish Performance"],
39
- "English Performance": data_english[model]["English Performance"],
40
- "Danish x English Performance": (
41
- data_danish[model]["Danish Performance"]
42
- + data_english[model]["English Performance"]
43
- )
44
- / 2,
45
- }
46
-
47
-
48
- # Map models to logo files and sizes
49
- logos = {
50
- "comma-v0.1-2t": {"path": "eleutherai.png", "zoom": 0.035},
51
- "dfm-decoder-open-v0-7b-pt": {"path": "dfm.png", "zoom": 0.018},
52
- "Pleias-350M": {"path": "pleias.png", "zoom": 0.30},
53
- "Pleias-1.2B": {"path": "pleias.png", "zoom": 0.30},
54
- }
55
-
56
-
57
- #### --- Create plot of Danish performance --- ####
58
-
59
- model_names = list(data.keys())
60
- sizes = [data[m]["parameters (billions)"] for m in model_names]
61
- performance = [data[m]["Danish Performance"] for m in model_names]
62
-
63
- # Create plot
64
- plt.figure(figsize=(7, 7))
65
-
66
- # Draw Pareto frontier
67
- x_curve = np.linspace(0.0, 8, 100)
68
- y_curve = 19 + 3.9 * np.log(x_curve)
69
- plt.plot(x_curve, y_curve, "--", color="grey", linewidth=0.7, alpha=0.7)
70
- plt.text(
71
- 2,
72
- 20,
73
- "Previous Pareto frontier for openly licensed data",
74
- fontsize=8,
75
- color="grey",
76
- style="italic",
77
- rotation=7.5,
78
- )
79
-
80
-
81
- # Get axis reference
82
- ax = plt.gca()
83
-
84
- # Add logos for specific models
85
- for i, name in enumerate(model_names):
86
- if name in logos:
87
- img = Image.open(logos[name]["path"])
88
- imagebox = OffsetImage(img, zoom=logos[name]["zoom"])
89
- ab = AnnotationBbox(imagebox, (sizes[i], performance[i]), frameon=False, pad=0)
90
- ax.add_artist(ab)
91
-
92
- # Add label below/beside logo
93
- plt.annotate(
94
- name,
95
- (sizes[i], performance[i]),
96
- xytext=(5, -15),
97
- textcoords="offset points",
98
- fontsize=9,
99
- )
100
-
101
- plt.xlabel("Parameters (billions)", fontsize=12)
102
- plt.ylabel("Danish Performance", fontsize=12)
103
-
104
- # Remove top and right spines
105
- ax.spines["top"].set_visible(False)
106
- ax.spines["right"].set_visible(False)
107
- plt.tight_layout()
108
- plt.xlim(0, 10)
109
- plt.ylim(0, 40)
110
- plt.savefig("danish-perf.png", dpi=300)
111
-
112
-
113
- #### --- Create plot of Danish x English performance --- ####
114
-
115
- model_names = list(data.keys())
116
- sizes = [data[m]["parameters (billions)"] for m in model_names]
117
- performance = [data[m]["Danish x English Performance"] for m in model_names]
118
-
119
- # Create plot
120
- plt.figure(figsize=(7, 7))
121
-
122
- # Draw Pareto frontier
123
- x_curve = np.linspace(0.2, 8, 100)
124
- y_curve = 26 + 7 * np.log(x_curve)
125
- plt.plot(x_curve, y_curve, "--", color="grey", linewidth=0.7, alpha=0.7)
126
-
127
- # Get axis reference
128
- ax = plt.gca()
129
-
130
- # Add logos for specific models
131
- for i, name in enumerate(model_names):
132
- if name in logos:
133
- img = Image.open(logos[name]["path"])
134
- imagebox = OffsetImage(img, zoom=logos[name]["zoom"])
135
- ab = AnnotationBbox(imagebox, (sizes[i], performance[i]), frameon=False, pad=0)
136
- ax.add_artist(ab)
137
-
138
- # Add label below/beside logo
139
- plt.annotate(
140
- name,
141
- (sizes[i], performance[i]),
142
- xytext=(5, -15),
143
- textcoords="offset points",
144
- fontsize=9,
145
- )
146
-
147
- plt.xlabel("Parameters (billions)", fontsize=12)
148
- plt.ylabel("Danish x English Performance", fontsize=12)
149
-
150
- # Remove top and right spines
151
- ax.spines["top"].set_visible(False)
152
- ax.spines["right"].set_visible(False)
153
- plt.tight_layout()
154
- plt.xlim(0, 10)
155
- plt.ylim(0, 45)
156
- plt.savefig("danish-english-perf.png", dpi=300)
157
-
158
-
159
- #### --- Create plot of English performance --- ####
160
-
161
- model_names = list(data.keys())
162
- sizes = [data[m]["parameters (billions)"] for m in model_names]
163
- performance = [data[m]["English Performance"] for m in model_names]
164
-
165
- # Create plot
166
- plt.figure(figsize=(7, 7))
167
-
168
-
169
- # Get axis reference
170
- ax = plt.gca()
171
-
172
- # Add logos for specific models
173
- for i, name in enumerate(model_names):
174
- if name in logos:
175
- img = Image.open(logos[name]["path"])
176
- imagebox = OffsetImage(img, zoom=logos[name]["zoom"])
177
- ab = AnnotationBbox(imagebox, (sizes[i], performance[i]), frameon=False, pad=0)
178
- ax.add_artist(ab)
179
-
180
- # Add label below/beside logo
181
- plt.annotate(
182
- name,
183
- (sizes[i], performance[i]),
184
- xytext=(5, -15),
185
- textcoords="offset points",
186
- fontsize=9,
187
- )
188
-
189
- plt.xlabel("Parameters (billions)", fontsize=12)
190
- plt.ylabel("English Performance", fontsize=12)
191
-
192
- # Remove top and right spines
193
- ax.spines["top"].set_visible(False)
194
- ax.spines["right"].set_visible(False)
195
- plt.tight_layout()
196
- plt.xlim(0, 10)
197
- plt.ylim(0, 55)
198
- plt.savefig("english-perf.png", dpi=300)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
plots/danish-english-perf.png DELETED

Git LFS Details

  • SHA256: 33857ffd61ab9e36a145ce0aabec24daf7cdcb289658993ece53c3c9dbfe3faa
  • Pointer size: 131 Bytes
  • Size of remote file: 125 kB
plots/danish-perf.png DELETED

Git LFS Details

  • SHA256: 093de0592f00487e0b7b03ea02882f2c9216c9e0ceede9d9522a3cc966b9a299
  • Pointer size: 131 Bytes
  • Size of remote file: 168 kB
plots/dfm.png DELETED
Binary file (56.3 kB)
 
plots/eleutherai.png DELETED
Binary file (61.6 kB)
 
plots/english-perf.png DELETED
Binary file (93 kB)
 
plots/pleias.png DELETED
Binary file (1.96 kB)
 
stage1/config.json CHANGED
@@ -23,7 +23,7 @@
23
  "rope_scaling": null,
24
  "rope_theta": 100000.0,
25
  "tie_word_embeddings": false,
26
- "transformers_version": "4.57.3",
27
  "use_cache": true,
28
  "vocab_size": 64256
29
  }
 
23
  "rope_scaling": null,
24
  "rope_theta": 100000.0,
25
  "tie_word_embeddings": false,
26
+ "transformers_version": "4.56.2",
27
  "use_cache": true,
28
  "vocab_size": 64256
29
  }
stage1/generation_config.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "_from_model_config": true,
3
- "bos_token_id": 2,
4
- "eos_token_id": 3,
5
- "transformers_version": "4.57.3"
6
- }
 
 
 
 
 
 
 
stage1/model-00001-of-00003.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e5c530efe83db8989cd4035fc6e12e4f5bb97b95db2fddbdc271e43e9d6a8702
3
- size 4978830664
 
 
 
 
stage1/model-00002-of-00003.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7b9cb4b026a961839b052e4f6ab2789349a461c3c0f7a0592cd3014edaaa14bb
3
- size 4991431432
 
 
 
 
stage1/model-00003-of-00003.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b22ac25c3098a57faa4abe14fe67cf4fd5b8005b41e615ce4d2247d0fd43f4b9
3
- size 4035085288
 
 
 
 
stage1/model.safetensors.index.json DELETED
@@ -1,299 +0,0 @@
1
- {
2
- "metadata": {
3
- "total_parameters": 7002656768,
4
- "total_size": 14005313536
5
- },
6
- "weight_map": {
7
- "lm_head.weight": "model-00003-of-00003.safetensors",
8
- "model.embed_tokens.weight": "model-00001-of-00003.safetensors",
9
- "model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
10
- "model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
11
- "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
12
- "model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
13
- "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
14
- "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
15
- "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
16
- "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
17
- "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
18
- "model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
19
- "model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
20
- "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
21
- "model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
22
- "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
23
- "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
24
- "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
25
- "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
26
- "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
27
- "model.layers.10.input_layernorm.weight": "model-00001-of-00003.safetensors",
28
- "model.layers.10.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
29
- "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
30
- "model.layers.10.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
31
- "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
32
- "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
33
- "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
34
- "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
35
- "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
36
- "model.layers.11.input_layernorm.weight": "model-00002-of-00003.safetensors",
37
- "model.layers.11.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
38
- "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
39
- "model.layers.11.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
40
- "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
41
- "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
42
- "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
43
- "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
44
- "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
45
- "model.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
46
- "model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
47
- "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
48
- "model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
49
- "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
50
- "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
51
- "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
52
- "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
53
- "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
54
- "model.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
55
- "model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
56
- "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
57
- "model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
58
- "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
59
- "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
60
- "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
61
- "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
62
- "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
63
- "model.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
64
- "model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
65
- "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
66
- "model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
67
- "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
68
- "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
69
- "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
70
- "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
71
- "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
72
- "model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
73
- "model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
74
- "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
75
- "model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
76
- "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
77
- "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
78
- "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
79
- "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
80
- "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
81
- "model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
82
- "model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
83
- "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
84
- "model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
85
- "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
86
- "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
87
- "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
88
- "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
89
- "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
90
- "model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
91
- "model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
92
- "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
93
- "model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
94
- "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
95
- "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
96
- "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
97
- "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
98
- "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
99
- "model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
100
- "model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
101
- "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
102
- "model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
103
- "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
104
- "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
105
- "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
106
- "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
107
- "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
108
- "model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
109
- "model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
110
- "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
111
- "model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
112
- "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
113
- "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
114
- "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
115
- "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
116
- "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
117
- "model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
118
- "model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
119
- "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
120
- "model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
121
- "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
122
- "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
123
- "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
124
- "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
125
- "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
126
- "model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
127
- "model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
128
- "model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
129
- "model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
130
- "model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
131
- "model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
132
- "model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
133
- "model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
134
- "model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
135
- "model.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
136
- "model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
137
- "model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
138
- "model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
139
- "model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
140
- "model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
141
- "model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
142
- "model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
143
- "model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
144
- "model.layers.22.input_layernorm.weight": "model-00002-of-00003.safetensors",
145
- "model.layers.22.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
146
- "model.layers.22.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
147
- "model.layers.22.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
148
- "model.layers.22.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
149
- "model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
150
- "model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
151
- "model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
152
- "model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
153
- "model.layers.23.input_layernorm.weight": "model-00003-of-00003.safetensors",
154
- "model.layers.23.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
155
- "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
156
- "model.layers.23.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
157
- "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
158
- "model.layers.23.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
159
- "model.layers.23.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
160
- "model.layers.23.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
161
- "model.layers.23.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
162
- "model.layers.24.input_layernorm.weight": "model-00003-of-00003.safetensors",
163
- "model.layers.24.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
164
- "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
165
- "model.layers.24.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
166
- "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
167
- "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
168
- "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
169
- "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
170
- "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
171
- "model.layers.25.input_layernorm.weight": "model-00003-of-00003.safetensors",
172
- "model.layers.25.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
173
- "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
174
- "model.layers.25.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
175
- "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
176
- "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
177
- "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
178
- "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
179
- "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
180
- "model.layers.26.input_layernorm.weight": "model-00003-of-00003.safetensors",
181
- "model.layers.26.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
182
- "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
183
- "model.layers.26.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
184
- "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
185
- "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
186
- "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
187
- "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
188
- "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
189
- "model.layers.27.input_layernorm.weight": "model-00003-of-00003.safetensors",
190
- "model.layers.27.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
191
- "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
192
- "model.layers.27.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
193
- "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
194
- "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
195
- "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
196
- "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
197
- "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
198
- "model.layers.28.input_layernorm.weight": "model-00003-of-00003.safetensors",
199
- "model.layers.28.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
200
- "model.layers.28.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
201
- "model.layers.28.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
202
- "model.layers.28.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
203
- "model.layers.28.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
204
- "model.layers.28.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
205
- "model.layers.28.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
206
- "model.layers.28.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
207
- "model.layers.29.input_layernorm.weight": "model-00003-of-00003.safetensors",
208
- "model.layers.29.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
209
- "model.layers.29.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
210
- "model.layers.29.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
211
- "model.layers.29.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
212
- "model.layers.29.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
213
- "model.layers.29.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
214
- "model.layers.29.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
215
- "model.layers.29.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
216
- "model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
217
- "model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
218
- "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
219
- "model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
220
- "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
221
- "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
222
- "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
223
- "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
224
- "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
225
- "model.layers.30.input_layernorm.weight": "model-00003-of-00003.safetensors",
226
- "model.layers.30.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
227
- "model.layers.30.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
228
- "model.layers.30.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
229
- "model.layers.30.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
230
- "model.layers.30.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
231
- "model.layers.30.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
232
- "model.layers.30.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
233
- "model.layers.30.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
234
- "model.layers.31.input_layernorm.weight": "model-00003-of-00003.safetensors",
235
- "model.layers.31.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
236
- "model.layers.31.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
237
- "model.layers.31.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
238
- "model.layers.31.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
239
- "model.layers.31.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
240
- "model.layers.31.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
241
- "model.layers.31.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
242
- "model.layers.31.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
243
- "model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
244
- "model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
245
- "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
246
- "model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
247
- "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
248
- "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
249
- "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
250
- "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
251
- "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
252
- "model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
253
- "model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
254
- "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
255
- "model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
256
- "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
257
- "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
258
- "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
259
- "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
260
- "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
261
- "model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
262
- "model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
263
- "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
264
- "model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
265
- "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
266
- "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
267
- "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
268
- "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
269
- "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
270
- "model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
271
- "model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
272
- "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
273
- "model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
274
- "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
275
- "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
276
- "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
277
- "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
278
- "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
279
- "model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
280
- "model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
281
- "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
282
- "model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
283
- "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
284
- "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
285
- "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
286
- "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
287
- "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
288
- "model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
289
- "model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
290
- "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
291
- "model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
292
- "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
293
- "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
294
- "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
295
- "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
296
- "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
297
- "model.norm.weight": "model-00003-of-00003.safetensors"
298
- }
299
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
stage2/config.json CHANGED
@@ -23,7 +23,7 @@
23
  "rope_scaling": null,
24
  "rope_theta": 100000.0,
25
  "tie_word_embeddings": false,
26
- "transformers_version": "4.57.3",
27
  "use_cache": true,
28
  "vocab_size": 64256
29
  }
 
23
  "rope_scaling": null,
24
  "rope_theta": 100000.0,
25
  "tie_word_embeddings": false,
26
+ "transformers_version": "4.56.2",
27
  "use_cache": true,
28
  "vocab_size": 64256
29
  }
stage2/generation_config.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "_from_model_config": true,
3
- "bos_token_id": 2,
4
- "eos_token_id": 3,
5
- "transformers_version": "4.57.3"
6
- }
 
 
 
 
 
 
 
stage2/model-00001-of-00003.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ac8613519b12f0fcb8ecba02a1cbaa11200ef6eb66c44acee5c51f1d3b12ee5
3
- size 4978830664
 
 
 
 
stage2/model-00002-of-00003.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c80dcd1d81e4cc66f0ef72fdc4f5be654857b23aa286900121d3bdd2eeb2d18
3
- size 4991431432
 
 
 
 
stage2/model-00003-of-00003.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0eddc6ee90d5c0e9e07e8fb2add63e0c625a29a66fb6044f5d82c93d7dc0aa98
3
- size 4035085288
 
 
 
 
stage2/model.safetensors.index.json DELETED
@@ -1,299 +0,0 @@
1
- {
2
- "metadata": {
3
- "total_parameters": 7002656768,
4
- "total_size": 14005313536
5
- },
6
- "weight_map": {
7
- "lm_head.weight": "model-00003-of-00003.safetensors",
8
- "model.embed_tokens.weight": "model-00001-of-00003.safetensors",
9
- "model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
10
- "model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
11
- "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
12
- "model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
13
- "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
14
- "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
15
- "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
16
- "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
17
- "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
18
- "model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
19
- "model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
20
- "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
21
- "model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
22
- "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
23
- "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
24
- "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
25
- "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
26
- "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
27
- "model.layers.10.input_layernorm.weight": "model-00001-of-00003.safetensors",
28
- "model.layers.10.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
29
- "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
30
- "model.layers.10.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
31
- "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
32
- "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
33
- "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
34
- "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
35
- "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
36
- "model.layers.11.input_layernorm.weight": "model-00002-of-00003.safetensors",
37
- "model.layers.11.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
38
- "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
39
- "model.layers.11.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
40
- "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
41
- "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
42
- "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
43
- "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
44
- "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
45
- "model.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
46
- "model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
47
- "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
48
- "model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
49
- "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
50
- "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
51
- "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
52
- "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
53
- "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
54
- "model.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
55
- "model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
56
- "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
57
- "model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
58
- "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
59
- "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
60
- "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
61
- "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
62
- "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
63
- "model.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
64
- "model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
65
- "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
66
- "model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
67
- "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
68
- "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
69
- "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
70
- "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
71
- "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
72
- "model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
73
- "model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
74
- "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
75
- "model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
76
- "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
77
- "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
78
- "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
79
- "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
80
- "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
81
- "model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
82
- "model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
83
- "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
84
- "model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
85
- "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
86
- "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
87
- "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
88
- "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
89
- "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
90
- "model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
91
- "model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
92
- "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
93
- "model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
94
- "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
95
- "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
96
- "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
97
- "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
98
- "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
99
- "model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
100
- "model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
101
- "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
102
- "model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
103
- "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
104
- "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
105
- "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
106
- "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
107
- "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
108
- "model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
109
- "model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
110
- "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
111
- "model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
112
- "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
113
- "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
114
- "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
115
- "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
116
- "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
117
- "model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
118
- "model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
119
- "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
120
- "model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
121
- "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
122
- "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
123
- "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
124
- "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
125
- "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
126
- "model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
127
- "model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
128
- "model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
129
- "model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
130
- "model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
131
- "model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
132
- "model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
133
- "model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
134
- "model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
135
- "model.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
136
- "model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
137
- "model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
138
- "model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
139
- "model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
140
- "model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
141
- "model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
142
- "model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
143
- "model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
144
- "model.layers.22.input_layernorm.weight": "model-00002-of-00003.safetensors",
145
- "model.layers.22.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
146
- "model.layers.22.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
147
- "model.layers.22.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
148
- "model.layers.22.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
149
- "model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
150
- "model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
151
- "model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
152
- "model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
153
- "model.layers.23.input_layernorm.weight": "model-00003-of-00003.safetensors",
154
- "model.layers.23.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
155
- "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
156
- "model.layers.23.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
157
- "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
158
- "model.layers.23.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
159
- "model.layers.23.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
160
- "model.layers.23.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
161
- "model.layers.23.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
162
- "model.layers.24.input_layernorm.weight": "model-00003-of-00003.safetensors",
163
- "model.layers.24.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
164
- "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
165
- "model.layers.24.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
166
- "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
167
- "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
168
- "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
169
- "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
170
- "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
171
- "model.layers.25.input_layernorm.weight": "model-00003-of-00003.safetensors",
172
- "model.layers.25.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
173
- "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
174
- "model.layers.25.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
175
- "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
176
- "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
177
- "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
178
- "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
179
- "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
180
- "model.layers.26.input_layernorm.weight": "model-00003-of-00003.safetensors",
181
- "model.layers.26.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
182
- "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
183
- "model.layers.26.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
184
- "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
185
- "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
186
- "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
187
- "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
188
- "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
189
- "model.layers.27.input_layernorm.weight": "model-00003-of-00003.safetensors",
190
- "model.layers.27.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
191
- "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
192
- "model.layers.27.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
193
- "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
194
- "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
195
- "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
196
- "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
197
- "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
198
- "model.layers.28.input_layernorm.weight": "model-00003-of-00003.safetensors",
199
- "model.layers.28.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
200
- "model.layers.28.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
201
- "model.layers.28.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
202
- "model.layers.28.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
203
- "model.layers.28.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
204
- "model.layers.28.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
205
- "model.layers.28.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
206
- "model.layers.28.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
207
- "model.layers.29.input_layernorm.weight": "model-00003-of-00003.safetensors",
208
- "model.layers.29.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
209
- "model.layers.29.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
210
- "model.layers.29.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
211
- "model.layers.29.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
212
- "model.layers.29.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
213
- "model.layers.29.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
214
- "model.layers.29.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
215
- "model.layers.29.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
216
- "model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
217
- "model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
218
- "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
219
- "model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
220
- "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
221
- "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
222
- "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
223
- "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
224
- "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
225
- "model.layers.30.input_layernorm.weight": "model-00003-of-00003.safetensors",
226
- "model.layers.30.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
227
- "model.layers.30.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
228
- "model.layers.30.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
229
- "model.layers.30.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
230
- "model.layers.30.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
231
- "model.layers.30.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
232
- "model.layers.30.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
233
- "model.layers.30.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
234
- "model.layers.31.input_layernorm.weight": "model-00003-of-00003.safetensors",
235
- "model.layers.31.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
236
- "model.layers.31.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
237
- "model.layers.31.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
238
- "model.layers.31.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
239
- "model.layers.31.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
240
- "model.layers.31.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
241
- "model.layers.31.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
242
- "model.layers.31.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
243
- "model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
244
- "model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
245
- "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
246
- "model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
247
- "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
248
- "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
249
- "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
250
- "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
251
- "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
252
- "model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
253
- "model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
254
- "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
255
- "model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
256
- "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
257
- "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
258
- "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
259
- "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
260
- "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
261
- "model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
262
- "model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
263
- "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
264
- "model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
265
- "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
266
- "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
267
- "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
268
- "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
269
- "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
270
- "model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
271
- "model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
272
- "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
273
- "model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
274
- "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
275
- "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
276
- "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
277
- "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
278
- "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
279
- "model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
280
- "model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
281
- "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
282
- "model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
283
- "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
284
- "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
285
- "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
286
- "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
287
- "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
288
- "model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
289
- "model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
290
- "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
291
- "model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
292
- "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
293
- "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
294
- "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
295
- "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
296
- "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
297
- "model.norm.weight": "model-00003-of-00003.safetensors"
298
- }
299
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
stage3/config.json CHANGED
@@ -23,7 +23,7 @@
23
  "rope_scaling": null,
24
  "rope_theta": 100000.0,
25
  "tie_word_embeddings": false,
26
- "transformers_version": "4.57.3",
27
  "use_cache": true,
28
  "vocab_size": 64256
29
  }
 
23
  "rope_scaling": null,
24
  "rope_theta": 100000.0,
25
  "tie_word_embeddings": false,
26
+ "transformers_version": "4.56.2",
27
  "use_cache": true,
28
  "vocab_size": 64256
29
  }
stage3/generation_config.json DELETED
@@ -1,6 +0,0 @@
1
- {
2
- "_from_model_config": true,
3
- "bos_token_id": 2,
4
- "eos_token_id": 3,
5
- "transformers_version": "4.57.3"
6
- }
 
 
 
 
 
 
 
stage3/model-00001-of-00003.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d56eb49f03ee932518e3e7c55f6c46a15177dce57662ad91417c65ba4cd794f8
3
- size 4978830664
 
 
 
 
stage3/model-00002-of-00003.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6df9d3b3790135776e05993005383d8066bb2560e15b39bbb29b3c43ea0ee795
3
- size 4991431432
 
 
 
 
stage3/model-00003-of-00003.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e0cb865281fd75e9ac348d05160e4f3468a7d934c103d63ceb9b95887e1a8005
3
- size 4035085288
 
 
 
 
stage3/model.safetensors.index.json CHANGED
@@ -1,299 +1,298 @@
1
  {
2
  "metadata": {
3
- "total_parameters": 7002656768,
4
- "total_size": 14005313536
5
  },
6
  "weight_map": {
7
- "lm_head.weight": "model-00003-of-00003.safetensors",
8
- "model.embed_tokens.weight": "model-00001-of-00003.safetensors",
9
- "model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
10
- "model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
11
- "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
12
- "model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
13
- "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
14
- "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
15
- "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
16
- "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
17
- "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
18
- "model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
19
- "model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
20
- "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
21
- "model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
22
- "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
23
- "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
24
- "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
25
- "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
26
- "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
27
- "model.layers.10.input_layernorm.weight": "model-00001-of-00003.safetensors",
28
- "model.layers.10.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
29
- "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
30
- "model.layers.10.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
31
- "model.layers.10.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
32
- "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
33
- "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
34
- "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
35
- "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
36
- "model.layers.11.input_layernorm.weight": "model-00002-of-00003.safetensors",
37
- "model.layers.11.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
38
- "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
39
- "model.layers.11.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
40
- "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
41
- "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
42
- "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
43
- "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
44
- "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
45
- "model.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
46
- "model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
47
- "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
48
- "model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
49
- "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
50
- "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
51
- "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
52
- "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
53
- "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
54
- "model.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
55
- "model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
56
- "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
57
- "model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
58
- "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
59
- "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
60
- "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
61
- "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
62
- "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
63
- "model.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
64
- "model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
65
- "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
66
- "model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
67
- "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
68
- "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
69
- "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
70
- "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
71
- "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
72
- "model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
73
- "model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
74
- "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
75
- "model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
76
- "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
77
- "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
78
- "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
79
- "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
80
- "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
81
- "model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
82
- "model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
83
- "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
84
- "model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
85
- "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
86
- "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
87
- "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
88
- "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
89
- "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
90
- "model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
91
- "model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
92
- "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
93
- "model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
94
- "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
95
- "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
96
- "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
97
- "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
98
- "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
99
- "model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
100
- "model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
101
- "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
102
- "model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
103
- "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
104
- "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
105
- "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
106
- "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
107
- "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
108
- "model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
109
- "model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
110
- "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
111
- "model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
112
- "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
113
- "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
114
- "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
115
- "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
116
- "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
117
- "model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
118
- "model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
119
- "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
120
- "model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
121
- "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
122
- "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
123
- "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
124
- "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
125
- "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
126
- "model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
127
- "model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
128
- "model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
129
- "model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
130
- "model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
131
- "model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
132
- "model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
133
- "model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
134
- "model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
135
- "model.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
136
- "model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
137
- "model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
138
- "model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
139
- "model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
140
- "model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
141
- "model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
142
- "model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
143
- "model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
144
- "model.layers.22.input_layernorm.weight": "model-00002-of-00003.safetensors",
145
- "model.layers.22.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
146
- "model.layers.22.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
147
- "model.layers.22.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
148
- "model.layers.22.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
149
- "model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
150
- "model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
151
- "model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
152
- "model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
153
- "model.layers.23.input_layernorm.weight": "model-00003-of-00003.safetensors",
154
- "model.layers.23.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
155
- "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
156
- "model.layers.23.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
157
- "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
158
- "model.layers.23.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
159
- "model.layers.23.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
160
- "model.layers.23.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
161
- "model.layers.23.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
162
- "model.layers.24.input_layernorm.weight": "model-00003-of-00003.safetensors",
163
- "model.layers.24.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
164
- "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
165
- "model.layers.24.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
166
- "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
167
- "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
168
- "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
169
- "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
170
- "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
171
- "model.layers.25.input_layernorm.weight": "model-00003-of-00003.safetensors",
172
- "model.layers.25.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
173
- "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
174
- "model.layers.25.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
175
- "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
176
- "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
177
- "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
178
- "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
179
- "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
180
- "model.layers.26.input_layernorm.weight": "model-00003-of-00003.safetensors",
181
- "model.layers.26.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
182
- "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
183
- "model.layers.26.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
184
- "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
185
- "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
186
- "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
187
- "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
188
- "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
189
- "model.layers.27.input_layernorm.weight": "model-00003-of-00003.safetensors",
190
- "model.layers.27.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
191
- "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
192
- "model.layers.27.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
193
- "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
194
- "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
195
- "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
196
- "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
197
- "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
198
- "model.layers.28.input_layernorm.weight": "model-00003-of-00003.safetensors",
199
- "model.layers.28.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
200
- "model.layers.28.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
201
- "model.layers.28.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
202
- "model.layers.28.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
203
- "model.layers.28.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
204
- "model.layers.28.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
205
- "model.layers.28.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
206
- "model.layers.28.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
207
- "model.layers.29.input_layernorm.weight": "model-00003-of-00003.safetensors",
208
- "model.layers.29.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
209
- "model.layers.29.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
210
- "model.layers.29.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
211
- "model.layers.29.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
212
- "model.layers.29.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
213
- "model.layers.29.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
214
- "model.layers.29.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
215
- "model.layers.29.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
216
- "model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
217
- "model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
218
- "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
219
- "model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
220
- "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
221
- "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
222
- "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
223
- "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
224
- "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
225
- "model.layers.30.input_layernorm.weight": "model-00003-of-00003.safetensors",
226
- "model.layers.30.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
227
- "model.layers.30.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
228
- "model.layers.30.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
229
- "model.layers.30.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
230
- "model.layers.30.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
231
- "model.layers.30.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
232
- "model.layers.30.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
233
- "model.layers.30.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
234
- "model.layers.31.input_layernorm.weight": "model-00003-of-00003.safetensors",
235
- "model.layers.31.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
236
- "model.layers.31.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
237
- "model.layers.31.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
238
- "model.layers.31.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
239
- "model.layers.31.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
240
- "model.layers.31.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
241
- "model.layers.31.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
242
- "model.layers.31.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
243
- "model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
244
- "model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
245
- "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
246
- "model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
247
- "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
248
- "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
249
- "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
250
- "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
251
- "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
252
- "model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
253
- "model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
254
- "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
255
- "model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
256
- "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
257
- "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
258
- "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
259
- "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
260
- "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
261
- "model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
262
- "model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
263
- "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
264
- "model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
265
- "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
266
- "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
267
- "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
268
- "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
269
- "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
270
- "model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
271
- "model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
272
- "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
273
- "model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
274
- "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
275
- "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
276
- "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
277
- "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
278
- "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
279
- "model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
280
- "model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
281
- "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
282
- "model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
283
- "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
284
- "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
285
- "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
286
- "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
287
- "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
288
- "model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
289
- "model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
290
- "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
291
- "model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
292
- "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
293
- "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
294
- "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
295
- "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
296
- "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
297
- "model.norm.weight": "model-00003-of-00003.safetensors"
298
  }
299
- }
 
1
  {
2
  "metadata": {
3
+ "total_size": "14005313536"
 
4
  },
5
  "weight_map": {
6
+ "lm_head.weight": "model.safetensors",
7
+ "model.embed_tokens.weight": "model.safetensors",
8
+ "model.layers.0.input_layernorm.weight": "model.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model.safetensors",
12
+ "model.layers.0.post_attention_layernorm.weight": "model.safetensors",
13
+ "model.layers.0.self_attn.k_proj.weight": "model.safetensors",
14
+ "model.layers.0.self_attn.o_proj.weight": "model.safetensors",
15
+ "model.layers.0.self_attn.q_proj.weight": "model.safetensors",
16
+ "model.layers.0.self_attn.v_proj.weight": "model.safetensors",
17
+ "model.layers.1.input_layernorm.weight": "model.safetensors",
18
+ "model.layers.1.mlp.down_proj.weight": "model.safetensors",
19
+ "model.layers.1.mlp.gate_proj.weight": "model.safetensors",
20
+ "model.layers.1.mlp.up_proj.weight": "model.safetensors",
21
+ "model.layers.1.post_attention_layernorm.weight": "model.safetensors",
22
+ "model.layers.1.self_attn.k_proj.weight": "model.safetensors",
23
+ "model.layers.1.self_attn.o_proj.weight": "model.safetensors",
24
+ "model.layers.1.self_attn.q_proj.weight": "model.safetensors",
25
+ "model.layers.1.self_attn.v_proj.weight": "model.safetensors",
26
+ "model.layers.10.input_layernorm.weight": "model.safetensors",
27
+ "model.layers.10.mlp.down_proj.weight": "model.safetensors",
28
+ "model.layers.10.mlp.gate_proj.weight": "model.safetensors",
29
+ "model.layers.10.mlp.up_proj.weight": "model.safetensors",
30
+ "model.layers.10.post_attention_layernorm.weight": "model.safetensors",
31
+ "model.layers.10.self_attn.k_proj.weight": "model.safetensors",
32
+ "model.layers.10.self_attn.o_proj.weight": "model.safetensors",
33
+ "model.layers.10.self_attn.q_proj.weight": "model.safetensors",
34
+ "model.layers.10.self_attn.v_proj.weight": "model.safetensors",
35
+ "model.layers.11.input_layernorm.weight": "model.safetensors",
36
+ "model.layers.11.mlp.down_proj.weight": "model.safetensors",
37
+ "model.layers.11.mlp.gate_proj.weight": "model.safetensors",
38
+ "model.layers.11.mlp.up_proj.weight": "model.safetensors",
39
+ "model.layers.11.post_attention_layernorm.weight": "model.safetensors",
40
+ "model.layers.11.self_attn.k_proj.weight": "model.safetensors",
41
+ "model.layers.11.self_attn.o_proj.weight": "model.safetensors",
42
+ "model.layers.11.self_attn.q_proj.weight": "model.safetensors",
43
+ "model.layers.11.self_attn.v_proj.weight": "model.safetensors",
44
+ "model.layers.12.input_layernorm.weight": "model.safetensors",
45
+ "model.layers.12.mlp.down_proj.weight": "model.safetensors",
46
+ "model.layers.12.mlp.gate_proj.weight": "model.safetensors",
47
+ "model.layers.12.mlp.up_proj.weight": "model.safetensors",
48
+ "model.layers.12.post_attention_layernorm.weight": "model.safetensors",
49
+ "model.layers.12.self_attn.k_proj.weight": "model.safetensors",
50
+ "model.layers.12.self_attn.o_proj.weight": "model.safetensors",
51
+ "model.layers.12.self_attn.q_proj.weight": "model.safetensors",
52
+ "model.layers.12.self_attn.v_proj.weight": "model.safetensors",
53
+ "model.layers.13.input_layernorm.weight": "model.safetensors",
54
+ "model.layers.13.mlp.down_proj.weight": "model.safetensors",
55
+ "model.layers.13.mlp.gate_proj.weight": "model.safetensors",
56
+ "model.layers.13.mlp.up_proj.weight": "model.safetensors",
57
+ "model.layers.13.post_attention_layernorm.weight": "model.safetensors",
58
+ "model.layers.13.self_attn.k_proj.weight": "model.safetensors",
59
+ "model.layers.13.self_attn.o_proj.weight": "model.safetensors",
60
+ "model.layers.13.self_attn.q_proj.weight": "model.safetensors",
61
+ "model.layers.13.self_attn.v_proj.weight": "model.safetensors",
62
+ "model.layers.14.input_layernorm.weight": "model.safetensors",
63
+ "model.layers.14.mlp.down_proj.weight": "model.safetensors",
64
+ "model.layers.14.mlp.gate_proj.weight": "model.safetensors",
65
+ "model.layers.14.mlp.up_proj.weight": "model.safetensors",
66
+ "model.layers.14.post_attention_layernorm.weight": "model.safetensors",
67
+ "model.layers.14.self_attn.k_proj.weight": "model.safetensors",
68
+ "model.layers.14.self_attn.o_proj.weight": "model.safetensors",
69
+ "model.layers.14.self_attn.q_proj.weight": "model.safetensors",
70
+ "model.layers.14.self_attn.v_proj.weight": "model.safetensors",
71
+ "model.layers.15.input_layernorm.weight": "model.safetensors",
72
+ "model.layers.15.mlp.down_proj.weight": "model.safetensors",
73
+ "model.layers.15.mlp.gate_proj.weight": "model.safetensors",
74
+ "model.layers.15.mlp.up_proj.weight": "model.safetensors",
75
+ "model.layers.15.post_attention_layernorm.weight": "model.safetensors",
76
+ "model.layers.15.self_attn.k_proj.weight": "model.safetensors",
77
+ "model.layers.15.self_attn.o_proj.weight": "model.safetensors",
78
+ "model.layers.15.self_attn.q_proj.weight": "model.safetensors",
79
+ "model.layers.15.self_attn.v_proj.weight": "model.safetensors",
80
+ "model.layers.16.input_layernorm.weight": "model.safetensors",
81
+ "model.layers.16.mlp.down_proj.weight": "model.safetensors",
82
+ "model.layers.16.mlp.gate_proj.weight": "model.safetensors",
83
+ "model.layers.16.mlp.up_proj.weight": "model.safetensors",
84
+ "model.layers.16.post_attention_layernorm.weight": "model.safetensors",
85
+ "model.layers.16.self_attn.k_proj.weight": "model.safetensors",
86
+ "model.layers.16.self_attn.o_proj.weight": "model.safetensors",
87
+ "model.layers.16.self_attn.q_proj.weight": "model.safetensors",
88
+ "model.layers.16.self_attn.v_proj.weight": "model.safetensors",
89
+ "model.layers.17.input_layernorm.weight": "model.safetensors",
90
+ "model.layers.17.mlp.down_proj.weight": "model.safetensors",
91
+ "model.layers.17.mlp.gate_proj.weight": "model.safetensors",
92
+ "model.layers.17.mlp.up_proj.weight": "model.safetensors",
93
+ "model.layers.17.post_attention_layernorm.weight": "model.safetensors",
94
+ "model.layers.17.self_attn.k_proj.weight": "model.safetensors",
95
+ "model.layers.17.self_attn.o_proj.weight": "model.safetensors",
96
+ "model.layers.17.self_attn.q_proj.weight": "model.safetensors",
97
+ "model.layers.17.self_attn.v_proj.weight": "model.safetensors",
98
+ "model.layers.18.input_layernorm.weight": "model.safetensors",
99
+ "model.layers.18.mlp.down_proj.weight": "model.safetensors",
100
+ "model.layers.18.mlp.gate_proj.weight": "model.safetensors",
101
+ "model.layers.18.mlp.up_proj.weight": "model.safetensors",
102
+ "model.layers.18.post_attention_layernorm.weight": "model.safetensors",
103
+ "model.layers.18.self_attn.k_proj.weight": "model.safetensors",
104
+ "model.layers.18.self_attn.o_proj.weight": "model.safetensors",
105
+ "model.layers.18.self_attn.q_proj.weight": "model.safetensors",
106
+ "model.layers.18.self_attn.v_proj.weight": "model.safetensors",
107
+ "model.layers.19.input_layernorm.weight": "model.safetensors",
108
+ "model.layers.19.mlp.down_proj.weight": "model.safetensors",
109
+ "model.layers.19.mlp.gate_proj.weight": "model.safetensors",
110
+ "model.layers.19.mlp.up_proj.weight": "model.safetensors",
111
+ "model.layers.19.post_attention_layernorm.weight": "model.safetensors",
112
+ "model.layers.19.self_attn.k_proj.weight": "model.safetensors",
113
+ "model.layers.19.self_attn.o_proj.weight": "model.safetensors",
114
+ "model.layers.19.self_attn.q_proj.weight": "model.safetensors",
115
+ "model.layers.19.self_attn.v_proj.weight": "model.safetensors",
116
+ "model.layers.2.input_layernorm.weight": "model.safetensors",
117
+ "model.layers.2.mlp.down_proj.weight": "model.safetensors",
118
+ "model.layers.2.mlp.gate_proj.weight": "model.safetensors",
119
+ "model.layers.2.mlp.up_proj.weight": "model.safetensors",
120
+ "model.layers.2.post_attention_layernorm.weight": "model.safetensors",
121
+ "model.layers.2.self_attn.k_proj.weight": "model.safetensors",
122
+ "model.layers.2.self_attn.o_proj.weight": "model.safetensors",
123
+ "model.layers.2.self_attn.q_proj.weight": "model.safetensors",
124
+ "model.layers.2.self_attn.v_proj.weight": "model.safetensors",
125
+ "model.layers.20.input_layernorm.weight": "model.safetensors",
126
+ "model.layers.20.mlp.down_proj.weight": "model.safetensors",
127
+ "model.layers.20.mlp.gate_proj.weight": "model.safetensors",
128
+ "model.layers.20.mlp.up_proj.weight": "model.safetensors",
129
+ "model.layers.20.post_attention_layernorm.weight": "model.safetensors",
130
+ "model.layers.20.self_attn.k_proj.weight": "model.safetensors",
131
+ "model.layers.20.self_attn.o_proj.weight": "model.safetensors",
132
+ "model.layers.20.self_attn.q_proj.weight": "model.safetensors",
133
+ "model.layers.20.self_attn.v_proj.weight": "model.safetensors",
134
+ "model.layers.21.input_layernorm.weight": "model.safetensors",
135
+ "model.layers.21.mlp.down_proj.weight": "model.safetensors",
136
+ "model.layers.21.mlp.gate_proj.weight": "model.safetensors",
137
+ "model.layers.21.mlp.up_proj.weight": "model.safetensors",
138
+ "model.layers.21.post_attention_layernorm.weight": "model.safetensors",
139
+ "model.layers.21.self_attn.k_proj.weight": "model.safetensors",
140
+ "model.layers.21.self_attn.o_proj.weight": "model.safetensors",
141
+ "model.layers.21.self_attn.q_proj.weight": "model.safetensors",
142
+ "model.layers.21.self_attn.v_proj.weight": "model.safetensors",
143
+ "model.layers.22.input_layernorm.weight": "model.safetensors",
144
+ "model.layers.22.mlp.down_proj.weight": "model.safetensors",
145
+ "model.layers.22.mlp.gate_proj.weight": "model.safetensors",
146
+ "model.layers.22.mlp.up_proj.weight": "model.safetensors",
147
+ "model.layers.22.post_attention_layernorm.weight": "model.safetensors",
148
+ "model.layers.22.self_attn.k_proj.weight": "model.safetensors",
149
+ "model.layers.22.self_attn.o_proj.weight": "model.safetensors",
150
+ "model.layers.22.self_attn.q_proj.weight": "model.safetensors",
151
+ "model.layers.22.self_attn.v_proj.weight": "model.safetensors",
152
+ "model.layers.23.input_layernorm.weight": "model.safetensors",
153
+ "model.layers.23.mlp.down_proj.weight": "model.safetensors",
154
+ "model.layers.23.mlp.gate_proj.weight": "model.safetensors",
155
+ "model.layers.23.mlp.up_proj.weight": "model.safetensors",
156
+ "model.layers.23.post_attention_layernorm.weight": "model.safetensors",
157
+ "model.layers.23.self_attn.k_proj.weight": "model.safetensors",
158
+ "model.layers.23.self_attn.o_proj.weight": "model.safetensors",
159
+ "model.layers.23.self_attn.q_proj.weight": "model.safetensors",
160
+ "model.layers.23.self_attn.v_proj.weight": "model.safetensors",
161
+ "model.layers.24.input_layernorm.weight": "model.safetensors",
162
+ "model.layers.24.mlp.down_proj.weight": "model.safetensors",
163
+ "model.layers.24.mlp.gate_proj.weight": "model.safetensors",
164
+ "model.layers.24.mlp.up_proj.weight": "model.safetensors",
165
+ "model.layers.24.post_attention_layernorm.weight": "model.safetensors",
166
+ "model.layers.24.self_attn.k_proj.weight": "model.safetensors",
167
+ "model.layers.24.self_attn.o_proj.weight": "model.safetensors",
168
+ "model.layers.24.self_attn.q_proj.weight": "model.safetensors",
169
+ "model.layers.24.self_attn.v_proj.weight": "model.safetensors",
170
+ "model.layers.25.input_layernorm.weight": "model.safetensors",
171
+ "model.layers.25.mlp.down_proj.weight": "model.safetensors",
172
+ "model.layers.25.mlp.gate_proj.weight": "model.safetensors",
173
+ "model.layers.25.mlp.up_proj.weight": "model.safetensors",
174
+ "model.layers.25.post_attention_layernorm.weight": "model.safetensors",
175
+ "model.layers.25.self_attn.k_proj.weight": "model.safetensors",
176
+ "model.layers.25.self_attn.o_proj.weight": "model.safetensors",
177
+ "model.layers.25.self_attn.q_proj.weight": "model.safetensors",
178
+ "model.layers.25.self_attn.v_proj.weight": "model.safetensors",
179
+ "model.layers.26.input_layernorm.weight": "model.safetensors",
180
+ "model.layers.26.mlp.down_proj.weight": "model.safetensors",
181
+ "model.layers.26.mlp.gate_proj.weight": "model.safetensors",
182
+ "model.layers.26.mlp.up_proj.weight": "model.safetensors",
183
+ "model.layers.26.post_attention_layernorm.weight": "model.safetensors",
184
+ "model.layers.26.self_attn.k_proj.weight": "model.safetensors",
185
+ "model.layers.26.self_attn.o_proj.weight": "model.safetensors",
186
+ "model.layers.26.self_attn.q_proj.weight": "model.safetensors",
187
+ "model.layers.26.self_attn.v_proj.weight": "model.safetensors",
188
+ "model.layers.27.input_layernorm.weight": "model.safetensors",
189
+ "model.layers.27.mlp.down_proj.weight": "model.safetensors",
190
+ "model.layers.27.mlp.gate_proj.weight": "model.safetensors",
191
+ "model.layers.27.mlp.up_proj.weight": "model.safetensors",
192
+ "model.layers.27.post_attention_layernorm.weight": "model.safetensors",
193
+ "model.layers.27.self_attn.k_proj.weight": "model.safetensors",
194
+ "model.layers.27.self_attn.o_proj.weight": "model.safetensors",
195
+ "model.layers.27.self_attn.q_proj.weight": "model.safetensors",
196
+ "model.layers.27.self_attn.v_proj.weight": "model.safetensors",
197
+ "model.layers.28.input_layernorm.weight": "model.safetensors",
198
+ "model.layers.28.mlp.down_proj.weight": "model.safetensors",
199
+ "model.layers.28.mlp.gate_proj.weight": "model.safetensors",
200
+ "model.layers.28.mlp.up_proj.weight": "model.safetensors",
201
+ "model.layers.28.post_attention_layernorm.weight": "model.safetensors",
202
+ "model.layers.28.self_attn.k_proj.weight": "model.safetensors",
203
+ "model.layers.28.self_attn.o_proj.weight": "model.safetensors",
204
+ "model.layers.28.self_attn.q_proj.weight": "model.safetensors",
205
+ "model.layers.28.self_attn.v_proj.weight": "model.safetensors",
206
+ "model.layers.29.input_layernorm.weight": "model.safetensors",
207
+ "model.layers.29.mlp.down_proj.weight": "model.safetensors",
208
+ "model.layers.29.mlp.gate_proj.weight": "model.safetensors",
209
+ "model.layers.29.mlp.up_proj.weight": "model.safetensors",
210
+ "model.layers.29.post_attention_layernorm.weight": "model.safetensors",
211
+ "model.layers.29.self_attn.k_proj.weight": "model.safetensors",
212
+ "model.layers.29.self_attn.o_proj.weight": "model.safetensors",
213
+ "model.layers.29.self_attn.q_proj.weight": "model.safetensors",
214
+ "model.layers.29.self_attn.v_proj.weight": "model.safetensors",
215
+ "model.layers.3.input_layernorm.weight": "model.safetensors",
216
+ "model.layers.3.mlp.down_proj.weight": "model.safetensors",
217
+ "model.layers.3.mlp.gate_proj.weight": "model.safetensors",
218
+ "model.layers.3.mlp.up_proj.weight": "model.safetensors",
219
+ "model.layers.3.post_attention_layernorm.weight": "model.safetensors",
220
+ "model.layers.3.self_attn.k_proj.weight": "model.safetensors",
221
+ "model.layers.3.self_attn.o_proj.weight": "model.safetensors",
222
+ "model.layers.3.self_attn.q_proj.weight": "model.safetensors",
223
+ "model.layers.3.self_attn.v_proj.weight": "model.safetensors",
224
+ "model.layers.30.input_layernorm.weight": "model.safetensors",
225
+ "model.layers.30.mlp.down_proj.weight": "model.safetensors",
226
+ "model.layers.30.mlp.gate_proj.weight": "model.safetensors",
227
+ "model.layers.30.mlp.up_proj.weight": "model.safetensors",
228
+ "model.layers.30.post_attention_layernorm.weight": "model.safetensors",
229
+ "model.layers.30.self_attn.k_proj.weight": "model.safetensors",
230
+ "model.layers.30.self_attn.o_proj.weight": "model.safetensors",
231
+ "model.layers.30.self_attn.q_proj.weight": "model.safetensors",
232
+ "model.layers.30.self_attn.v_proj.weight": "model.safetensors",
233
+ "model.layers.31.input_layernorm.weight": "model.safetensors",
234
+ "model.layers.31.mlp.down_proj.weight": "model.safetensors",
235
+ "model.layers.31.mlp.gate_proj.weight": "model.safetensors",
236
+ "model.layers.31.mlp.up_proj.weight": "model.safetensors",
237
+ "model.layers.31.post_attention_layernorm.weight": "model.safetensors",
238
+ "model.layers.31.self_attn.k_proj.weight": "model.safetensors",
239
+ "model.layers.31.self_attn.o_proj.weight": "model.safetensors",
240
+ "model.layers.31.self_attn.q_proj.weight": "model.safetensors",
241
+ "model.layers.31.self_attn.v_proj.weight": "model.safetensors",
242
+ "model.layers.4.input_layernorm.weight": "model.safetensors",
243
+ "model.layers.4.mlp.down_proj.weight": "model.safetensors",
244
+ "model.layers.4.mlp.gate_proj.weight": "model.safetensors",
245
+ "model.layers.4.mlp.up_proj.weight": "model.safetensors",
246
+ "model.layers.4.post_attention_layernorm.weight": "model.safetensors",
247
+ "model.layers.4.self_attn.k_proj.weight": "model.safetensors",
248
+ "model.layers.4.self_attn.o_proj.weight": "model.safetensors",
249
+ "model.layers.4.self_attn.q_proj.weight": "model.safetensors",
250
+ "model.layers.4.self_attn.v_proj.weight": "model.safetensors",
251
+ "model.layers.5.input_layernorm.weight": "model.safetensors",
252
+ "model.layers.5.mlp.down_proj.weight": "model.safetensors",
253
+ "model.layers.5.mlp.gate_proj.weight": "model.safetensors",
254
+ "model.layers.5.mlp.up_proj.weight": "model.safetensors",
255
+ "model.layers.5.post_attention_layernorm.weight": "model.safetensors",
256
+ "model.layers.5.self_attn.k_proj.weight": "model.safetensors",
257
+ "model.layers.5.self_attn.o_proj.weight": "model.safetensors",
258
+ "model.layers.5.self_attn.q_proj.weight": "model.safetensors",
259
+ "model.layers.5.self_attn.v_proj.weight": "model.safetensors",
260
+ "model.layers.6.input_layernorm.weight": "model.safetensors",
261
+ "model.layers.6.mlp.down_proj.weight": "model.safetensors",
262
+ "model.layers.6.mlp.gate_proj.weight": "model.safetensors",
263
+ "model.layers.6.mlp.up_proj.weight": "model.safetensors",
264
+ "model.layers.6.post_attention_layernorm.weight": "model.safetensors",
265
+ "model.layers.6.self_attn.k_proj.weight": "model.safetensors",
266
+ "model.layers.6.self_attn.o_proj.weight": "model.safetensors",
267
+ "model.layers.6.self_attn.q_proj.weight": "model.safetensors",
268
+ "model.layers.6.self_attn.v_proj.weight": "model.safetensors",
269
+ "model.layers.7.input_layernorm.weight": "model.safetensors",
270
+ "model.layers.7.mlp.down_proj.weight": "model.safetensors",
271
+ "model.layers.7.mlp.gate_proj.weight": "model.safetensors",
272
+ "model.layers.7.mlp.up_proj.weight": "model.safetensors",
273
+ "model.layers.7.post_attention_layernorm.weight": "model.safetensors",
274
+ "model.layers.7.self_attn.k_proj.weight": "model.safetensors",
275
+ "model.layers.7.self_attn.o_proj.weight": "model.safetensors",
276
+ "model.layers.7.self_attn.q_proj.weight": "model.safetensors",
277
+ "model.layers.7.self_attn.v_proj.weight": "model.safetensors",
278
+ "model.layers.8.input_layernorm.weight": "model.safetensors",
279
+ "model.layers.8.mlp.down_proj.weight": "model.safetensors",
280
+ "model.layers.8.mlp.gate_proj.weight": "model.safetensors",
281
+ "model.layers.8.mlp.up_proj.weight": "model.safetensors",
282
+ "model.layers.8.post_attention_layernorm.weight": "model.safetensors",
283
+ "model.layers.8.self_attn.k_proj.weight": "model.safetensors",
284
+ "model.layers.8.self_attn.o_proj.weight": "model.safetensors",
285
+ "model.layers.8.self_attn.q_proj.weight": "model.safetensors",
286
+ "model.layers.8.self_attn.v_proj.weight": "model.safetensors",
287
+ "model.layers.9.input_layernorm.weight": "model.safetensors",
288
+ "model.layers.9.mlp.down_proj.weight": "model.safetensors",
289
+ "model.layers.9.mlp.gate_proj.weight": "model.safetensors",
290
+ "model.layers.9.mlp.up_proj.weight": "model.safetensors",
291
+ "model.layers.9.post_attention_layernorm.weight": "model.safetensors",
292
+ "model.layers.9.self_attn.k_proj.weight": "model.safetensors",
293
+ "model.layers.9.self_attn.o_proj.weight": "model.safetensors",
294
+ "model.layers.9.self_attn.q_proj.weight": "model.safetensors",
295
+ "model.layers.9.self_attn.v_proj.weight": "model.safetensors",
296
+ "model.norm.weight": "model.safetensors"
297
  }
298
+ }