snunlp commited on
Commit
cd91f3a
1 Parent(s): e8d37f0

Upload GPTNeoXForCausalLM

Browse files
README.md CHANGED
@@ -1,74 +1,201 @@
1
- # KIT-19: A Comprehensive Korean Instruction Toolkit on 19 Tasks for Fine-Tuning Korean Large Language Models
 
 
 
2
 
3
- ## Introduction
4
 
5
- In the current landscape of language models, achieving high performance in Korean NLP tasks requires specialized instruction datasets tailored to the unique aspects of the Korean language. To address the scarcity of such datasets, we introduce **KIT-19**, a comprehensive Korean Instruction Toolkit that encompasses 19 distinct tasks for fine-tuning Korean Large Language Models (LLMs). Unlike existing datasets that largely rely on translated instructions or outputs from models like ChatGPT, KIT-19 is meticulously crafted to capture the nuances of Korean language and culture, offering a robust foundation for advancing Korean LLMs.
6
 
7
- ## Overview of KIT-19 Datasets
8
 
9
- KIT-19 amalgamates 19 existing open-source datasets, each converted into an instruction format to facilitate instruction tuning for Korean LLMs. Here's a brief overview of the datasets included in KIT-19:
10
 
11
- | Task Category | Datasets Included |
12
- |---------------------------------------|----------------------------------------------------------------------------------------------------------|
13
- | Hate Speech Detection | APEACH, UnSmile, HateScore |
14
- | Boolean Question Answering (QA) | KoBEST\_BoolQ |
15
- | Natural Language Inference (NLI) | KoBEST\_COPA, korNLI |
16
- | Text Generation | KoBEST\_HellaSwag, kowiki\_text |
17
- | Semantic Textual Similarity (STS) | korSTS, pawsx\_paraphr, ParaKQC, KoBEST\_WIC, Style\_KQC, Question\_Pair |
18
- | Sentiment Analysis (SA) | NSMC |
19
- | Intent Argument Extraction | sae4k\_sum, petitions\_archive |
20
- | Math | math\_korean |
21
- | Closed Book QA | kowiki\_text (utilized differently for Closed Book QA and Text Generation) |
22
- | Summarization | lbox\_summarization |
23
 
24
- _Each dataset is selected and formated to ensure a wide coverage of tasks and scenarios relevant to the Korean language, making KIT-19 an exhaustive resource for developing and fine-tuning Korean LLMs._
25
 
26
- ## Fine-Tuned Models
27
 
28
- To demonstrate the effectiveness of KIT-19, we have fine-tuned representative Korean Pretrained LLMs, including Polyglot-Ko-5.8b and Polyglot-Ko-1.3b. The fine-tuned models showcase significant performance improvements across a variety of benchmark datasets:
29
 
30
- - KoBEST\_COPA
31
- - KoBEST\_BoolQ
32
- - KoBEST\_HellaSwag
33
- - KLUE\_STS
34
- - KoBEST\_SentiNeg
35
- - KLUE\_YNAT
 
36
 
37
- The experimental results affirm that **models trained with KIT-19 significantly outperform existing Korean LLMs**, highlighting the potency and necessity of instruction datasets crafted specifically for the Korean language.
38
 
39
- # Benchmark Performance
40
 
41
- Below is the performance comparison of different models on various benchmark datasets. The models trained with KIT-19 (KIT-5.8b and KIT-1.3b) are compared against Polyglot-Ko-1.3b, Polyglot-Ko-5.8b, KoAlpaca-5.8b, and Kullm-polyglot-5.8b-v2.
 
 
42
 
43
- | Benchmark Dataset | Metric | Polyglot-ko-1.3b | Polyglot-ko-5.8b | KoAlpaca-5.8B | kullm-polyglot-5.8b-v2 | KIT-5.8b | KIT-1.3b |
44
- |--------------------------|-------------|------------------|------------------|---------------|------------------------|----------------|----------------|
45
- | KoBEST\_COPA | ACC | 72.00% | 77.60% | 69.80% | 76.60% | **91.60%** | 83.80% |
46
- | | F1 (macro) | 71.96% | 77.55% | 69.77% | 76.53% | **91.59%** | 83.78% |
47
- | KoBEST\_BoolQ | ACC | 49.86% | 53.63% | 56.34% | 50.28% | **66.24%** | 50.71% |
48
- | | F1 (macro) | 35.52% | 43.56% | 50.64% | 33.71% | **66.14%** | 34.78% |
49
- | KoBEST\_HellaSwag | ACC | 40.60% | 48.80% | 38.20% | 44.40% | **97.60%** | 81.60% |
50
- | | ACC\_Norm | 53.00% | 59.80% | 46.20% | 55.20% | **98.20%** | 89.80% |
51
- | | F1 (macro) | 40.13% | 48.53% | 38.15% | 44.25% | **97.61%** | 81.49% |
52
- | KLUE\_STS | ACC | 42.39% | 45.28% | 51.83% | 42.39% | **65.51%** | 42.20% |
53
- | | F1 | 59.54% | 60.34% | 33.86% | 59.54% | **69.71%** | 56.52% |
54
- | KoBEST\_SentiNeg | ACC | 69.27% | 50.38% | 38.79% | 50.38% | 71.54% | **80.86%** |
55
- | | F1 | 68.19% | 33.95% | 38.48% | 33.50% | 68.98% | **80.86%** |
56
- | KLUE\_YNAT | F1 | 33.24% | 33.62% | 20.91% | 32.20% | 28.15% | **38.34%** |
57
 
58
- *Bold* results indicate the best performance in each category.
59
 
60
- ## Conclusion and Future Work
61
 
62
- KIT-19 stands as a pivotal development in the Korean NLP landscape, addressing the critical need for comprehensive instruction datasets that encapsulate the linguistic and cultural intricacies of the Korean language. With KIT-19, we aim to push the boundaries of what's possible with Korean LLMs, laying a solid foundation for future advancements in the field.
63
 
64
- We are committed to continuously expanding KIT-19 to cover more domains and further enhance the generability of Korean LLMs. Our hope is that KIT-19 not only serves as a valuable resource for NLP practitioners but also inspires further research and development within the Korean NLP community.
65
 
66
- _The KIT-19 dataset and the fine-tuned models are publicly available for research and development purposes, fueling advancements in Korean language modeling and applications._
67
 
68
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
69
 
70
- For more information, access to the datasets, and models, please visit our [GitHub repository](https://github.com/qwer4107/kit-19).
71
 
72
- **Contributors:** Dongjun Jang, Sungjoo Byun, Hyemi Jo, Hyopil Shin from the Department of Linguistics, Seoul National University
73
 
74
- _This work is supported by the linguistic insights and technological advances in NLP and aims to contribute to the broader academic and practical applications of language models._
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
 
6
+ # Model Card for Model ID
7
 
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
 
 
10
 
 
11
 
12
+ ## Model Details
 
 
 
 
 
 
 
 
 
 
 
13
 
14
+ ### Model Description
15
 
16
+ <!-- Provide a longer summary of what this model is. -->
17
 
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
 
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
 
28
+ ### Model Sources [optional]
29
 
30
+ <!-- Provide the basic links for the model. -->
31
 
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
 
36
+ ## Uses
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
 
40
+ ### Direct Use
41
 
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
 
44
+ [More Information Needed]
45
 
46
+ ### Downstream Use [optional]
47
 
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
 
199
+ [More Information Needed]
200
 
 
201
 
 
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Junmai/KIT-5.8b",
3
+ "architectures": [
4
+ "GPTNeoXForCausalLM"
5
+ ],
6
+ "attention_bias": true,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": 0.1,
10
+ "eos_token_id": 2,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout": 0.0,
13
+ "hidden_size": 4096,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 16384,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 2048,
18
+ "model_type": "gpt_neox",
19
+ "num_attention_heads": 16,
20
+ "num_hidden_layers": 28,
21
+ "num_steps": "global_step320000",
22
+ "rope_scaling": null,
23
+ "rotary_emb_base": 10000,
24
+ "rotary_pct": 0.25,
25
+ "tie_word_embeddings": false,
26
+ "torch_dtype": "float32",
27
+ "transformers_version": "4.37.0",
28
+ "use_cache": true,
29
+ "use_parallel_residual": true,
30
+ "vocab_size": 30080
31
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 2,
5
+ "transformers_version": "4.37.0"
6
+ }
model-00001-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5427e8cba6e02fc14863ec758b8e74edf8c0fdf305311c9c162ff3643cbe609
3
+ size 4789002192
model-00002-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:974f157a187eefb59ffb0568013b5fab47f03011bb5218e73e76539c86a1d154
3
+ size 4833124664
model-00003-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd5b18ee4f9114445fa046a73b603c014fecc655cf58acbbff7127bf5b2d6ae2
3
+ size 4833124728
model-00004-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9043040f65c50124c8cf295bede1fe9929df04a8b3d4d781e8e3e2d0e9fafc88
3
+ size 4833124728
model-00005-of-00005.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72b054e44520eba831e05dc6374fa97353ea5b32754e280d944db2d616f2b3b
3
+ size 4251900264
model.safetensors.index.json ADDED
@@ -0,0 +1,347 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 23540236288
4
+ },
5
+ "weight_map": {
6
+ "embed_out.weight": "model-00005-of-00005.safetensors",
7
+ "gpt_neox.embed_in.weight": "model-00001-of-00005.safetensors",
8
+ "gpt_neox.final_layer_norm.bias": "model-00005-of-00005.safetensors",
9
+ "gpt_neox.final_layer_norm.weight": "model-00005-of-00005.safetensors",
10
+ "gpt_neox.layers.0.attention.dense.bias": "model-00001-of-00005.safetensors",
11
+ "gpt_neox.layers.0.attention.dense.weight": "model-00001-of-00005.safetensors",
12
+ "gpt_neox.layers.0.attention.query_key_value.bias": "model-00001-of-00005.safetensors",
13
+ "gpt_neox.layers.0.attention.query_key_value.weight": "model-00001-of-00005.safetensors",
14
+ "gpt_neox.layers.0.input_layernorm.bias": "model-00001-of-00005.safetensors",
15
+ "gpt_neox.layers.0.input_layernorm.weight": "model-00001-of-00005.safetensors",
16
+ "gpt_neox.layers.0.mlp.dense_4h_to_h.bias": "model-00001-of-00005.safetensors",
17
+ "gpt_neox.layers.0.mlp.dense_4h_to_h.weight": "model-00001-of-00005.safetensors",
18
+ "gpt_neox.layers.0.mlp.dense_h_to_4h.bias": "model-00001-of-00005.safetensors",
19
+ "gpt_neox.layers.0.mlp.dense_h_to_4h.weight": "model-00001-of-00005.safetensors",
20
+ "gpt_neox.layers.0.post_attention_layernorm.bias": "model-00001-of-00005.safetensors",
21
+ "gpt_neox.layers.0.post_attention_layernorm.weight": "model-00001-of-00005.safetensors",
22
+ "gpt_neox.layers.1.attention.dense.bias": "model-00001-of-00005.safetensors",
23
+ "gpt_neox.layers.1.attention.dense.weight": "model-00001-of-00005.safetensors",
24
+ "gpt_neox.layers.1.attention.query_key_value.bias": "model-00001-of-00005.safetensors",
25
+ "gpt_neox.layers.1.attention.query_key_value.weight": "model-00001-of-00005.safetensors",
26
+ "gpt_neox.layers.1.input_layernorm.bias": "model-00001-of-00005.safetensors",
27
+ "gpt_neox.layers.1.input_layernorm.weight": "model-00001-of-00005.safetensors",
28
+ "gpt_neox.layers.1.mlp.dense_4h_to_h.bias": "model-00001-of-00005.safetensors",
29
+ "gpt_neox.layers.1.mlp.dense_4h_to_h.weight": "model-00001-of-00005.safetensors",
30
+ "gpt_neox.layers.1.mlp.dense_h_to_4h.bias": "model-00001-of-00005.safetensors",
31
+ "gpt_neox.layers.1.mlp.dense_h_to_4h.weight": "model-00001-of-00005.safetensors",
32
+ "gpt_neox.layers.1.post_attention_layernorm.bias": "model-00001-of-00005.safetensors",
33
+ "gpt_neox.layers.1.post_attention_layernorm.weight": "model-00001-of-00005.safetensors",
34
+ "gpt_neox.layers.10.attention.dense.bias": "model-00002-of-00005.safetensors",
35
+ "gpt_neox.layers.10.attention.dense.weight": "model-00002-of-00005.safetensors",
36
+ "gpt_neox.layers.10.attention.query_key_value.bias": "model-00002-of-00005.safetensors",
37
+ "gpt_neox.layers.10.attention.query_key_value.weight": "model-00002-of-00005.safetensors",
38
+ "gpt_neox.layers.10.input_layernorm.bias": "model-00002-of-00005.safetensors",
39
+ "gpt_neox.layers.10.input_layernorm.weight": "model-00002-of-00005.safetensors",
40
+ "gpt_neox.layers.10.mlp.dense_4h_to_h.bias": "model-00002-of-00005.safetensors",
41
+ "gpt_neox.layers.10.mlp.dense_4h_to_h.weight": "model-00002-of-00005.safetensors",
42
+ "gpt_neox.layers.10.mlp.dense_h_to_4h.bias": "model-00002-of-00005.safetensors",
43
+ "gpt_neox.layers.10.mlp.dense_h_to_4h.weight": "model-00002-of-00005.safetensors",
44
+ "gpt_neox.layers.10.post_attention_layernorm.bias": "model-00002-of-00005.safetensors",
45
+ "gpt_neox.layers.10.post_attention_layernorm.weight": "model-00002-of-00005.safetensors",
46
+ "gpt_neox.layers.11.attention.dense.bias": "model-00002-of-00005.safetensors",
47
+ "gpt_neox.layers.11.attention.dense.weight": "model-00002-of-00005.safetensors",
48
+ "gpt_neox.layers.11.attention.query_key_value.bias": "model-00002-of-00005.safetensors",
49
+ "gpt_neox.layers.11.attention.query_key_value.weight": "model-00002-of-00005.safetensors",
50
+ "gpt_neox.layers.11.input_layernorm.bias": "model-00002-of-00005.safetensors",
51
+ "gpt_neox.layers.11.input_layernorm.weight": "model-00002-of-00005.safetensors",
52
+ "gpt_neox.layers.11.mlp.dense_4h_to_h.bias": "model-00003-of-00005.safetensors",
53
+ "gpt_neox.layers.11.mlp.dense_4h_to_h.weight": "model-00003-of-00005.safetensors",
54
+ "gpt_neox.layers.11.mlp.dense_h_to_4h.bias": "model-00003-of-00005.safetensors",
55
+ "gpt_neox.layers.11.mlp.dense_h_to_4h.weight": "model-00003-of-00005.safetensors",
56
+ "gpt_neox.layers.11.post_attention_layernorm.bias": "model-00002-of-00005.safetensors",
57
+ "gpt_neox.layers.11.post_attention_layernorm.weight": "model-00002-of-00005.safetensors",
58
+ "gpt_neox.layers.12.attention.dense.bias": "model-00003-of-00005.safetensors",
59
+ "gpt_neox.layers.12.attention.dense.weight": "model-00003-of-00005.safetensors",
60
+ "gpt_neox.layers.12.attention.query_key_value.bias": "model-00003-of-00005.safetensors",
61
+ "gpt_neox.layers.12.attention.query_key_value.weight": "model-00003-of-00005.safetensors",
62
+ "gpt_neox.layers.12.input_layernorm.bias": "model-00003-of-00005.safetensors",
63
+ "gpt_neox.layers.12.input_layernorm.weight": "model-00003-of-00005.safetensors",
64
+ "gpt_neox.layers.12.mlp.dense_4h_to_h.bias": "model-00003-of-00005.safetensors",
65
+ "gpt_neox.layers.12.mlp.dense_4h_to_h.weight": "model-00003-of-00005.safetensors",
66
+ "gpt_neox.layers.12.mlp.dense_h_to_4h.bias": "model-00003-of-00005.safetensors",
67
+ "gpt_neox.layers.12.mlp.dense_h_to_4h.weight": "model-00003-of-00005.safetensors",
68
+ "gpt_neox.layers.12.post_attention_layernorm.bias": "model-00003-of-00005.safetensors",
69
+ "gpt_neox.layers.12.post_attention_layernorm.weight": "model-00003-of-00005.safetensors",
70
+ "gpt_neox.layers.13.attention.dense.bias": "model-00003-of-00005.safetensors",
71
+ "gpt_neox.layers.13.attention.dense.weight": "model-00003-of-00005.safetensors",
72
+ "gpt_neox.layers.13.attention.query_key_value.bias": "model-00003-of-00005.safetensors",
73
+ "gpt_neox.layers.13.attention.query_key_value.weight": "model-00003-of-00005.safetensors",
74
+ "gpt_neox.layers.13.input_layernorm.bias": "model-00003-of-00005.safetensors",
75
+ "gpt_neox.layers.13.input_layernorm.weight": "model-00003-of-00005.safetensors",
76
+ "gpt_neox.layers.13.mlp.dense_4h_to_h.bias": "model-00003-of-00005.safetensors",
77
+ "gpt_neox.layers.13.mlp.dense_4h_to_h.weight": "model-00003-of-00005.safetensors",
78
+ "gpt_neox.layers.13.mlp.dense_h_to_4h.bias": "model-00003-of-00005.safetensors",
79
+ "gpt_neox.layers.13.mlp.dense_h_to_4h.weight": "model-00003-of-00005.safetensors",
80
+ "gpt_neox.layers.13.post_attention_layernorm.bias": "model-00003-of-00005.safetensors",
81
+ "gpt_neox.layers.13.post_attention_layernorm.weight": "model-00003-of-00005.safetensors",
82
+ "gpt_neox.layers.14.attention.dense.bias": "model-00003-of-00005.safetensors",
83
+ "gpt_neox.layers.14.attention.dense.weight": "model-00003-of-00005.safetensors",
84
+ "gpt_neox.layers.14.attention.query_key_value.bias": "model-00003-of-00005.safetensors",
85
+ "gpt_neox.layers.14.attention.query_key_value.weight": "model-00003-of-00005.safetensors",
86
+ "gpt_neox.layers.14.input_layernorm.bias": "model-00003-of-00005.safetensors",
87
+ "gpt_neox.layers.14.input_layernorm.weight": "model-00003-of-00005.safetensors",
88
+ "gpt_neox.layers.14.mlp.dense_4h_to_h.bias": "model-00003-of-00005.safetensors",
89
+ "gpt_neox.layers.14.mlp.dense_4h_to_h.weight": "model-00003-of-00005.safetensors",
90
+ "gpt_neox.layers.14.mlp.dense_h_to_4h.bias": "model-00003-of-00005.safetensors",
91
+ "gpt_neox.layers.14.mlp.dense_h_to_4h.weight": "model-00003-of-00005.safetensors",
92
+ "gpt_neox.layers.14.post_attention_layernorm.bias": "model-00003-of-00005.safetensors",
93
+ "gpt_neox.layers.14.post_attention_layernorm.weight": "model-00003-of-00005.safetensors",
94
+ "gpt_neox.layers.15.attention.dense.bias": "model-00003-of-00005.safetensors",
95
+ "gpt_neox.layers.15.attention.dense.weight": "model-00003-of-00005.safetensors",
96
+ "gpt_neox.layers.15.attention.query_key_value.bias": "model-00003-of-00005.safetensors",
97
+ "gpt_neox.layers.15.attention.query_key_value.weight": "model-00003-of-00005.safetensors",
98
+ "gpt_neox.layers.15.input_layernorm.bias": "model-00003-of-00005.safetensors",
99
+ "gpt_neox.layers.15.input_layernorm.weight": "model-00003-of-00005.safetensors",
100
+ "gpt_neox.layers.15.mlp.dense_4h_to_h.bias": "model-00003-of-00005.safetensors",
101
+ "gpt_neox.layers.15.mlp.dense_4h_to_h.weight": "model-00003-of-00005.safetensors",
102
+ "gpt_neox.layers.15.mlp.dense_h_to_4h.bias": "model-00003-of-00005.safetensors",
103
+ "gpt_neox.layers.15.mlp.dense_h_to_4h.weight": "model-00003-of-00005.safetensors",
104
+ "gpt_neox.layers.15.post_attention_layernorm.bias": "model-00003-of-00005.safetensors",
105
+ "gpt_neox.layers.15.post_attention_layernorm.weight": "model-00003-of-00005.safetensors",
106
+ "gpt_neox.layers.16.attention.dense.bias": "model-00003-of-00005.safetensors",
107
+ "gpt_neox.layers.16.attention.dense.weight": "model-00003-of-00005.safetensors",
108
+ "gpt_neox.layers.16.attention.query_key_value.bias": "model-00003-of-00005.safetensors",
109
+ "gpt_neox.layers.16.attention.query_key_value.weight": "model-00003-of-00005.safetensors",
110
+ "gpt_neox.layers.16.input_layernorm.bias": "model-00003-of-00005.safetensors",
111
+ "gpt_neox.layers.16.input_layernorm.weight": "model-00003-of-00005.safetensors",
112
+ "gpt_neox.layers.16.mlp.dense_4h_to_h.bias": "model-00003-of-00005.safetensors",
113
+ "gpt_neox.layers.16.mlp.dense_4h_to_h.weight": "model-00003-of-00005.safetensors",
114
+ "gpt_neox.layers.16.mlp.dense_h_to_4h.bias": "model-00003-of-00005.safetensors",
115
+ "gpt_neox.layers.16.mlp.dense_h_to_4h.weight": "model-00003-of-00005.safetensors",
116
+ "gpt_neox.layers.16.post_attention_layernorm.bias": "model-00003-of-00005.safetensors",
117
+ "gpt_neox.layers.16.post_attention_layernorm.weight": "model-00003-of-00005.safetensors",
118
+ "gpt_neox.layers.17.attention.dense.bias": "model-00003-of-00005.safetensors",
119
+ "gpt_neox.layers.17.attention.dense.weight": "model-00003-of-00005.safetensors",
120
+ "gpt_neox.layers.17.attention.query_key_value.bias": "model-00003-of-00005.safetensors",
121
+ "gpt_neox.layers.17.attention.query_key_value.weight": "model-00003-of-00005.safetensors",
122
+ "gpt_neox.layers.17.input_layernorm.bias": "model-00003-of-00005.safetensors",
123
+ "gpt_neox.layers.17.input_layernorm.weight": "model-00003-of-00005.safetensors",
124
+ "gpt_neox.layers.17.mlp.dense_4h_to_h.bias": "model-00004-of-00005.safetensors",
125
+ "gpt_neox.layers.17.mlp.dense_4h_to_h.weight": "model-00004-of-00005.safetensors",
126
+ "gpt_neox.layers.17.mlp.dense_h_to_4h.bias": "model-00004-of-00005.safetensors",
127
+ "gpt_neox.layers.17.mlp.dense_h_to_4h.weight": "model-00004-of-00005.safetensors",
128
+ "gpt_neox.layers.17.post_attention_layernorm.bias": "model-00003-of-00005.safetensors",
129
+ "gpt_neox.layers.17.post_attention_layernorm.weight": "model-00003-of-00005.safetensors",
130
+ "gpt_neox.layers.18.attention.dense.bias": "model-00004-of-00005.safetensors",
131
+ "gpt_neox.layers.18.attention.dense.weight": "model-00004-of-00005.safetensors",
132
+ "gpt_neox.layers.18.attention.query_key_value.bias": "model-00004-of-00005.safetensors",
133
+ "gpt_neox.layers.18.attention.query_key_value.weight": "model-00004-of-00005.safetensors",
134
+ "gpt_neox.layers.18.input_layernorm.bias": "model-00004-of-00005.safetensors",
135
+ "gpt_neox.layers.18.input_layernorm.weight": "model-00004-of-00005.safetensors",
136
+ "gpt_neox.layers.18.mlp.dense_4h_to_h.bias": "model-00004-of-00005.safetensors",
137
+ "gpt_neox.layers.18.mlp.dense_4h_to_h.weight": "model-00004-of-00005.safetensors",
138
+ "gpt_neox.layers.18.mlp.dense_h_to_4h.bias": "model-00004-of-00005.safetensors",
139
+ "gpt_neox.layers.18.mlp.dense_h_to_4h.weight": "model-00004-of-00005.safetensors",
140
+ "gpt_neox.layers.18.post_attention_layernorm.bias": "model-00004-of-00005.safetensors",
141
+ "gpt_neox.layers.18.post_attention_layernorm.weight": "model-00004-of-00005.safetensors",
142
+ "gpt_neox.layers.19.attention.dense.bias": "model-00004-of-00005.safetensors",
143
+ "gpt_neox.layers.19.attention.dense.weight": "model-00004-of-00005.safetensors",
144
+ "gpt_neox.layers.19.attention.query_key_value.bias": "model-00004-of-00005.safetensors",
145
+ "gpt_neox.layers.19.attention.query_key_value.weight": "model-00004-of-00005.safetensors",
146
+ "gpt_neox.layers.19.input_layernorm.bias": "model-00004-of-00005.safetensors",
147
+ "gpt_neox.layers.19.input_layernorm.weight": "model-00004-of-00005.safetensors",
148
+ "gpt_neox.layers.19.mlp.dense_4h_to_h.bias": "model-00004-of-00005.safetensors",
149
+ "gpt_neox.layers.19.mlp.dense_4h_to_h.weight": "model-00004-of-00005.safetensors",
150
+ "gpt_neox.layers.19.mlp.dense_h_to_4h.bias": "model-00004-of-00005.safetensors",
151
+ "gpt_neox.layers.19.mlp.dense_h_to_4h.weight": "model-00004-of-00005.safetensors",
152
+ "gpt_neox.layers.19.post_attention_layernorm.bias": "model-00004-of-00005.safetensors",
153
+ "gpt_neox.layers.19.post_attention_layernorm.weight": "model-00004-of-00005.safetensors",
154
+ "gpt_neox.layers.2.attention.dense.bias": "model-00001-of-00005.safetensors",
155
+ "gpt_neox.layers.2.attention.dense.weight": "model-00001-of-00005.safetensors",
156
+ "gpt_neox.layers.2.attention.query_key_value.bias": "model-00001-of-00005.safetensors",
157
+ "gpt_neox.layers.2.attention.query_key_value.weight": "model-00001-of-00005.safetensors",
158
+ "gpt_neox.layers.2.input_layernorm.bias": "model-00001-of-00005.safetensors",
159
+ "gpt_neox.layers.2.input_layernorm.weight": "model-00001-of-00005.safetensors",
160
+ "gpt_neox.layers.2.mlp.dense_4h_to_h.bias": "model-00001-of-00005.safetensors",
161
+ "gpt_neox.layers.2.mlp.dense_4h_to_h.weight": "model-00001-of-00005.safetensors",
162
+ "gpt_neox.layers.2.mlp.dense_h_to_4h.bias": "model-00001-of-00005.safetensors",
163
+ "gpt_neox.layers.2.mlp.dense_h_to_4h.weight": "model-00001-of-00005.safetensors",
164
+ "gpt_neox.layers.2.post_attention_layernorm.bias": "model-00001-of-00005.safetensors",
165
+ "gpt_neox.layers.2.post_attention_layernorm.weight": "model-00001-of-00005.safetensors",
166
+ "gpt_neox.layers.20.attention.dense.bias": "model-00004-of-00005.safetensors",
167
+ "gpt_neox.layers.20.attention.dense.weight": "model-00004-of-00005.safetensors",
168
+ "gpt_neox.layers.20.attention.query_key_value.bias": "model-00004-of-00005.safetensors",
169
+ "gpt_neox.layers.20.attention.query_key_value.weight": "model-00004-of-00005.safetensors",
170
+ "gpt_neox.layers.20.input_layernorm.bias": "model-00004-of-00005.safetensors",
171
+ "gpt_neox.layers.20.input_layernorm.weight": "model-00004-of-00005.safetensors",
172
+ "gpt_neox.layers.20.mlp.dense_4h_to_h.bias": "model-00004-of-00005.safetensors",
173
+ "gpt_neox.layers.20.mlp.dense_4h_to_h.weight": "model-00004-of-00005.safetensors",
174
+ "gpt_neox.layers.20.mlp.dense_h_to_4h.bias": "model-00004-of-00005.safetensors",
175
+ "gpt_neox.layers.20.mlp.dense_h_to_4h.weight": "model-00004-of-00005.safetensors",
176
+ "gpt_neox.layers.20.post_attention_layernorm.bias": "model-00004-of-00005.safetensors",
177
+ "gpt_neox.layers.20.post_attention_layernorm.weight": "model-00004-of-00005.safetensors",
178
+ "gpt_neox.layers.21.attention.dense.bias": "model-00004-of-00005.safetensors",
179
+ "gpt_neox.layers.21.attention.dense.weight": "model-00004-of-00005.safetensors",
180
+ "gpt_neox.layers.21.attention.query_key_value.bias": "model-00004-of-00005.safetensors",
181
+ "gpt_neox.layers.21.attention.query_key_value.weight": "model-00004-of-00005.safetensors",
182
+ "gpt_neox.layers.21.input_layernorm.bias": "model-00004-of-00005.safetensors",
183
+ "gpt_neox.layers.21.input_layernorm.weight": "model-00004-of-00005.safetensors",
184
+ "gpt_neox.layers.21.mlp.dense_4h_to_h.bias": "model-00004-of-00005.safetensors",
185
+ "gpt_neox.layers.21.mlp.dense_4h_to_h.weight": "model-00004-of-00005.safetensors",
186
+ "gpt_neox.layers.21.mlp.dense_h_to_4h.bias": "model-00004-of-00005.safetensors",
187
+ "gpt_neox.layers.21.mlp.dense_h_to_4h.weight": "model-00004-of-00005.safetensors",
188
+ "gpt_neox.layers.21.post_attention_layernorm.bias": "model-00004-of-00005.safetensors",
189
+ "gpt_neox.layers.21.post_attention_layernorm.weight": "model-00004-of-00005.safetensors",
190
+ "gpt_neox.layers.22.attention.dense.bias": "model-00004-of-00005.safetensors",
191
+ "gpt_neox.layers.22.attention.dense.weight": "model-00004-of-00005.safetensors",
192
+ "gpt_neox.layers.22.attention.query_key_value.bias": "model-00004-of-00005.safetensors",
193
+ "gpt_neox.layers.22.attention.query_key_value.weight": "model-00004-of-00005.safetensors",
194
+ "gpt_neox.layers.22.input_layernorm.bias": "model-00004-of-00005.safetensors",
195
+ "gpt_neox.layers.22.input_layernorm.weight": "model-00004-of-00005.safetensors",
196
+ "gpt_neox.layers.22.mlp.dense_4h_to_h.bias": "model-00004-of-00005.safetensors",
197
+ "gpt_neox.layers.22.mlp.dense_4h_to_h.weight": "model-00004-of-00005.safetensors",
198
+ "gpt_neox.layers.22.mlp.dense_h_to_4h.bias": "model-00004-of-00005.safetensors",
199
+ "gpt_neox.layers.22.mlp.dense_h_to_4h.weight": "model-00004-of-00005.safetensors",
200
+ "gpt_neox.layers.22.post_attention_layernorm.bias": "model-00004-of-00005.safetensors",
201
+ "gpt_neox.layers.22.post_attention_layernorm.weight": "model-00004-of-00005.safetensors",
202
+ "gpt_neox.layers.23.attention.dense.bias": "model-00004-of-00005.safetensors",
203
+ "gpt_neox.layers.23.attention.dense.weight": "model-00004-of-00005.safetensors",
204
+ "gpt_neox.layers.23.attention.query_key_value.bias": "model-00004-of-00005.safetensors",
205
+ "gpt_neox.layers.23.attention.query_key_value.weight": "model-00004-of-00005.safetensors",
206
+ "gpt_neox.layers.23.input_layernorm.bias": "model-00004-of-00005.safetensors",
207
+ "gpt_neox.layers.23.input_layernorm.weight": "model-00004-of-00005.safetensors",
208
+ "gpt_neox.layers.23.mlp.dense_4h_to_h.bias": "model-00005-of-00005.safetensors",
209
+ "gpt_neox.layers.23.mlp.dense_4h_to_h.weight": "model-00005-of-00005.safetensors",
210
+ "gpt_neox.layers.23.mlp.dense_h_to_4h.bias": "model-00005-of-00005.safetensors",
211
+ "gpt_neox.layers.23.mlp.dense_h_to_4h.weight": "model-00005-of-00005.safetensors",
212
+ "gpt_neox.layers.23.post_attention_layernorm.bias": "model-00004-of-00005.safetensors",
213
+ "gpt_neox.layers.23.post_attention_layernorm.weight": "model-00004-of-00005.safetensors",
214
+ "gpt_neox.layers.24.attention.dense.bias": "model-00005-of-00005.safetensors",
215
+ "gpt_neox.layers.24.attention.dense.weight": "model-00005-of-00005.safetensors",
216
+ "gpt_neox.layers.24.attention.query_key_value.bias": "model-00005-of-00005.safetensors",
217
+ "gpt_neox.layers.24.attention.query_key_value.weight": "model-00005-of-00005.safetensors",
218
+ "gpt_neox.layers.24.input_layernorm.bias": "model-00005-of-00005.safetensors",
219
+ "gpt_neox.layers.24.input_layernorm.weight": "model-00005-of-00005.safetensors",
220
+ "gpt_neox.layers.24.mlp.dense_4h_to_h.bias": "model-00005-of-00005.safetensors",
221
+ "gpt_neox.layers.24.mlp.dense_4h_to_h.weight": "model-00005-of-00005.safetensors",
222
+ "gpt_neox.layers.24.mlp.dense_h_to_4h.bias": "model-00005-of-00005.safetensors",
223
+ "gpt_neox.layers.24.mlp.dense_h_to_4h.weight": "model-00005-of-00005.safetensors",
224
+ "gpt_neox.layers.24.post_attention_layernorm.bias": "model-00005-of-00005.safetensors",
225
+ "gpt_neox.layers.24.post_attention_layernorm.weight": "model-00005-of-00005.safetensors",
226
+ "gpt_neox.layers.25.attention.dense.bias": "model-00005-of-00005.safetensors",
227
+ "gpt_neox.layers.25.attention.dense.weight": "model-00005-of-00005.safetensors",
228
+ "gpt_neox.layers.25.attention.query_key_value.bias": "model-00005-of-00005.safetensors",
229
+ "gpt_neox.layers.25.attention.query_key_value.weight": "model-00005-of-00005.safetensors",
230
+ "gpt_neox.layers.25.input_layernorm.bias": "model-00005-of-00005.safetensors",
231
+ "gpt_neox.layers.25.input_layernorm.weight": "model-00005-of-00005.safetensors",
232
+ "gpt_neox.layers.25.mlp.dense_4h_to_h.bias": "model-00005-of-00005.safetensors",
233
+ "gpt_neox.layers.25.mlp.dense_4h_to_h.weight": "model-00005-of-00005.safetensors",
234
+ "gpt_neox.layers.25.mlp.dense_h_to_4h.bias": "model-00005-of-00005.safetensors",
235
+ "gpt_neox.layers.25.mlp.dense_h_to_4h.weight": "model-00005-of-00005.safetensors",
236
+ "gpt_neox.layers.25.post_attention_layernorm.bias": "model-00005-of-00005.safetensors",
237
+ "gpt_neox.layers.25.post_attention_layernorm.weight": "model-00005-of-00005.safetensors",
238
+ "gpt_neox.layers.26.attention.dense.bias": "model-00005-of-00005.safetensors",
239
+ "gpt_neox.layers.26.attention.dense.weight": "model-00005-of-00005.safetensors",
240
+ "gpt_neox.layers.26.attention.query_key_value.bias": "model-00005-of-00005.safetensors",
241
+ "gpt_neox.layers.26.attention.query_key_value.weight": "model-00005-of-00005.safetensors",
242
+ "gpt_neox.layers.26.input_layernorm.bias": "model-00005-of-00005.safetensors",
243
+ "gpt_neox.layers.26.input_layernorm.weight": "model-00005-of-00005.safetensors",
244
+ "gpt_neox.layers.26.mlp.dense_4h_to_h.bias": "model-00005-of-00005.safetensors",
245
+ "gpt_neox.layers.26.mlp.dense_4h_to_h.weight": "model-00005-of-00005.safetensors",
246
+ "gpt_neox.layers.26.mlp.dense_h_to_4h.bias": "model-00005-of-00005.safetensors",
247
+ "gpt_neox.layers.26.mlp.dense_h_to_4h.weight": "model-00005-of-00005.safetensors",
248
+ "gpt_neox.layers.26.post_attention_layernorm.bias": "model-00005-of-00005.safetensors",
249
+ "gpt_neox.layers.26.post_attention_layernorm.weight": "model-00005-of-00005.safetensors",
250
+ "gpt_neox.layers.27.attention.dense.bias": "model-00005-of-00005.safetensors",
251
+ "gpt_neox.layers.27.attention.dense.weight": "model-00005-of-00005.safetensors",
252
+ "gpt_neox.layers.27.attention.query_key_value.bias": "model-00005-of-00005.safetensors",
253
+ "gpt_neox.layers.27.attention.query_key_value.weight": "model-00005-of-00005.safetensors",
254
+ "gpt_neox.layers.27.input_layernorm.bias": "model-00005-of-00005.safetensors",
255
+ "gpt_neox.layers.27.input_layernorm.weight": "model-00005-of-00005.safetensors",
256
+ "gpt_neox.layers.27.mlp.dense_4h_to_h.bias": "model-00005-of-00005.safetensors",
257
+ "gpt_neox.layers.27.mlp.dense_4h_to_h.weight": "model-00005-of-00005.safetensors",
258
+ "gpt_neox.layers.27.mlp.dense_h_to_4h.bias": "model-00005-of-00005.safetensors",
259
+ "gpt_neox.layers.27.mlp.dense_h_to_4h.weight": "model-00005-of-00005.safetensors",
260
+ "gpt_neox.layers.27.post_attention_layernorm.bias": "model-00005-of-00005.safetensors",
261
+ "gpt_neox.layers.27.post_attention_layernorm.weight": "model-00005-of-00005.safetensors",
262
+ "gpt_neox.layers.3.attention.dense.bias": "model-00001-of-00005.safetensors",
263
+ "gpt_neox.layers.3.attention.dense.weight": "model-00001-of-00005.safetensors",
264
+ "gpt_neox.layers.3.attention.query_key_value.bias": "model-00001-of-00005.safetensors",
265
+ "gpt_neox.layers.3.attention.query_key_value.weight": "model-00001-of-00005.safetensors",
266
+ "gpt_neox.layers.3.input_layernorm.bias": "model-00001-of-00005.safetensors",
267
+ "gpt_neox.layers.3.input_layernorm.weight": "model-00001-of-00005.safetensors",
268
+ "gpt_neox.layers.3.mlp.dense_4h_to_h.bias": "model-00001-of-00005.safetensors",
269
+ "gpt_neox.layers.3.mlp.dense_4h_to_h.weight": "model-00001-of-00005.safetensors",
270
+ "gpt_neox.layers.3.mlp.dense_h_to_4h.bias": "model-00001-of-00005.safetensors",
271
+ "gpt_neox.layers.3.mlp.dense_h_to_4h.weight": "model-00001-of-00005.safetensors",
272
+ "gpt_neox.layers.3.post_attention_layernorm.bias": "model-00001-of-00005.safetensors",
273
+ "gpt_neox.layers.3.post_attention_layernorm.weight": "model-00001-of-00005.safetensors",
274
+ "gpt_neox.layers.4.attention.dense.bias": "model-00001-of-00005.safetensors",
275
+ "gpt_neox.layers.4.attention.dense.weight": "model-00001-of-00005.safetensors",
276
+ "gpt_neox.layers.4.attention.query_key_value.bias": "model-00001-of-00005.safetensors",
277
+ "gpt_neox.layers.4.attention.query_key_value.weight": "model-00001-of-00005.safetensors",
278
+ "gpt_neox.layers.4.input_layernorm.bias": "model-00001-of-00005.safetensors",
279
+ "gpt_neox.layers.4.input_layernorm.weight": "model-00001-of-00005.safetensors",
280
+ "gpt_neox.layers.4.mlp.dense_4h_to_h.bias": "model-00001-of-00005.safetensors",
281
+ "gpt_neox.layers.4.mlp.dense_4h_to_h.weight": "model-00001-of-00005.safetensors",
282
+ "gpt_neox.layers.4.mlp.dense_h_to_4h.bias": "model-00001-of-00005.safetensors",
283
+ "gpt_neox.layers.4.mlp.dense_h_to_4h.weight": "model-00001-of-00005.safetensors",
284
+ "gpt_neox.layers.4.post_attention_layernorm.bias": "model-00001-of-00005.safetensors",
285
+ "gpt_neox.layers.4.post_attention_layernorm.weight": "model-00001-of-00005.safetensors",
286
+ "gpt_neox.layers.5.attention.dense.bias": "model-00001-of-00005.safetensors",
287
+ "gpt_neox.layers.5.attention.dense.weight": "model-00001-of-00005.safetensors",
288
+ "gpt_neox.layers.5.attention.query_key_value.bias": "model-00001-of-00005.safetensors",
289
+ "gpt_neox.layers.5.attention.query_key_value.weight": "model-00001-of-00005.safetensors",
290
+ "gpt_neox.layers.5.input_layernorm.bias": "model-00001-of-00005.safetensors",
291
+ "gpt_neox.layers.5.input_layernorm.weight": "model-00001-of-00005.safetensors",
292
+ "gpt_neox.layers.5.mlp.dense_4h_to_h.bias": "model-00002-of-00005.safetensors",
293
+ "gpt_neox.layers.5.mlp.dense_4h_to_h.weight": "model-00002-of-00005.safetensors",
294
+ "gpt_neox.layers.5.mlp.dense_h_to_4h.bias": "model-00002-of-00005.safetensors",
295
+ "gpt_neox.layers.5.mlp.dense_h_to_4h.weight": "model-00002-of-00005.safetensors",
296
+ "gpt_neox.layers.5.post_attention_layernorm.bias": "model-00001-of-00005.safetensors",
297
+ "gpt_neox.layers.5.post_attention_layernorm.weight": "model-00001-of-00005.safetensors",
298
+ "gpt_neox.layers.6.attention.dense.bias": "model-00002-of-00005.safetensors",
299
+ "gpt_neox.layers.6.attention.dense.weight": "model-00002-of-00005.safetensors",
300
+ "gpt_neox.layers.6.attention.query_key_value.bias": "model-00002-of-00005.safetensors",
301
+ "gpt_neox.layers.6.attention.query_key_value.weight": "model-00002-of-00005.safetensors",
302
+ "gpt_neox.layers.6.input_layernorm.bias": "model-00002-of-00005.safetensors",
303
+ "gpt_neox.layers.6.input_layernorm.weight": "model-00002-of-00005.safetensors",
304
+ "gpt_neox.layers.6.mlp.dense_4h_to_h.bias": "model-00002-of-00005.safetensors",
305
+ "gpt_neox.layers.6.mlp.dense_4h_to_h.weight": "model-00002-of-00005.safetensors",
306
+ "gpt_neox.layers.6.mlp.dense_h_to_4h.bias": "model-00002-of-00005.safetensors",
307
+ "gpt_neox.layers.6.mlp.dense_h_to_4h.weight": "model-00002-of-00005.safetensors",
308
+ "gpt_neox.layers.6.post_attention_layernorm.bias": "model-00002-of-00005.safetensors",
309
+ "gpt_neox.layers.6.post_attention_layernorm.weight": "model-00002-of-00005.safetensors",
310
+ "gpt_neox.layers.7.attention.dense.bias": "model-00002-of-00005.safetensors",
311
+ "gpt_neox.layers.7.attention.dense.weight": "model-00002-of-00005.safetensors",
312
+ "gpt_neox.layers.7.attention.query_key_value.bias": "model-00002-of-00005.safetensors",
313
+ "gpt_neox.layers.7.attention.query_key_value.weight": "model-00002-of-00005.safetensors",
314
+ "gpt_neox.layers.7.input_layernorm.bias": "model-00002-of-00005.safetensors",
315
+ "gpt_neox.layers.7.input_layernorm.weight": "model-00002-of-00005.safetensors",
316
+ "gpt_neox.layers.7.mlp.dense_4h_to_h.bias": "model-00002-of-00005.safetensors",
317
+ "gpt_neox.layers.7.mlp.dense_4h_to_h.weight": "model-00002-of-00005.safetensors",
318
+ "gpt_neox.layers.7.mlp.dense_h_to_4h.bias": "model-00002-of-00005.safetensors",
319
+ "gpt_neox.layers.7.mlp.dense_h_to_4h.weight": "model-00002-of-00005.safetensors",
320
+ "gpt_neox.layers.7.post_attention_layernorm.bias": "model-00002-of-00005.safetensors",
321
+ "gpt_neox.layers.7.post_attention_layernorm.weight": "model-00002-of-00005.safetensors",
322
+ "gpt_neox.layers.8.attention.dense.bias": "model-00002-of-00005.safetensors",
323
+ "gpt_neox.layers.8.attention.dense.weight": "model-00002-of-00005.safetensors",
324
+ "gpt_neox.layers.8.attention.query_key_value.bias": "model-00002-of-00005.safetensors",
325
+ "gpt_neox.layers.8.attention.query_key_value.weight": "model-00002-of-00005.safetensors",
326
+ "gpt_neox.layers.8.input_layernorm.bias": "model-00002-of-00005.safetensors",
327
+ "gpt_neox.layers.8.input_layernorm.weight": "model-00002-of-00005.safetensors",
328
+ "gpt_neox.layers.8.mlp.dense_4h_to_h.bias": "model-00002-of-00005.safetensors",
329
+ "gpt_neox.layers.8.mlp.dense_4h_to_h.weight": "model-00002-of-00005.safetensors",
330
+ "gpt_neox.layers.8.mlp.dense_h_to_4h.bias": "model-00002-of-00005.safetensors",
331
+ "gpt_neox.layers.8.mlp.dense_h_to_4h.weight": "model-00002-of-00005.safetensors",
332
+ "gpt_neox.layers.8.post_attention_layernorm.bias": "model-00002-of-00005.safetensors",
333
+ "gpt_neox.layers.8.post_attention_layernorm.weight": "model-00002-of-00005.safetensors",
334
+ "gpt_neox.layers.9.attention.dense.bias": "model-00002-of-00005.safetensors",
335
+ "gpt_neox.layers.9.attention.dense.weight": "model-00002-of-00005.safetensors",
336
+ "gpt_neox.layers.9.attention.query_key_value.bias": "model-00002-of-00005.safetensors",
337
+ "gpt_neox.layers.9.attention.query_key_value.weight": "model-00002-of-00005.safetensors",
338
+ "gpt_neox.layers.9.input_layernorm.bias": "model-00002-of-00005.safetensors",
339
+ "gpt_neox.layers.9.input_layernorm.weight": "model-00002-of-00005.safetensors",
340
+ "gpt_neox.layers.9.mlp.dense_4h_to_h.bias": "model-00002-of-00005.safetensors",
341
+ "gpt_neox.layers.9.mlp.dense_4h_to_h.weight": "model-00002-of-00005.safetensors",
342
+ "gpt_neox.layers.9.mlp.dense_h_to_4h.bias": "model-00002-of-00005.safetensors",
343
+ "gpt_neox.layers.9.mlp.dense_h_to_4h.weight": "model-00002-of-00005.safetensors",
344
+ "gpt_neox.layers.9.post_attention_layernorm.bias": "model-00002-of-00005.safetensors",
345
+ "gpt_neox.layers.9.post_attention_layernorm.weight": "model-00002-of-00005.safetensors"
346
+ }
347
+ }