Ryex commited on
Commit
42d10e6
·
verified ·
1 Parent(s): 07e6c14

Initial upload of Floppa-12B (GPTQ)

Browse files
README.md ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ language:
4
+ - en
5
+ thumbnail: https://cdn.discordapp.com/attachments/886209362572476486/1067698349681164308/thumb-overlay.png
6
+ tags:
7
+ - pytorch
8
+ - causal-lm
9
+ - quantized
10
+ - 4-bit
11
+ - w4a16
12
+ - gptq
13
+ - safetensors
14
+ - llmcompressor
15
+ license: agpl-3.0
16
+ pipeline_tag: text-generation
17
+ base_model: hakurei/lotus-12B
18
+ ---
19
+
20
+ # 🪷 Lotus-12B (4-bit Quantized)
21
+
22
+ This is a **4-bit quantized version** of **Lotus-12B**, converted to `safetensors` and compressed using [llmcompressor](https://github.com/neuralmagic/llm-compressor).
23
+
24
+ **Lotus-12B** is a GPT-NeoX 12B model fine-tuned on 2.5GB of a diverse range of light novels, erotica, annotated literature, and public-domain conversations for the purpose of generating novel-like fictional text and conversations.
25
+
26
+ ## Quantization Details
27
+
28
+ This model was quantized using the **One-Shot GPTQ** method to reduce memory footprint and improve inference speed while maintaining generation quality.
29
+
30
+ | Setting | Value |
31
+ | :--- | :--- |
32
+ | **Method** | GPTQ (W4A16) |
33
+ | **Group Size** | 128 |
34
+ | **Dampening Fraction** | 0.01 |
35
+ | **Calibration Dataset** | `neuralmagic/LLM_compression_calibration` (512 samples) |
36
+ | **Ignored Modules** | `lm_head` |
37
+
38
+ *Note: The `lm_head` was kept in full precision to ensure stability in text generation.*
39
+
40
+ ## Model Description
41
+
42
+ The base model used for fine-tuning is [Pythia 12B Deduped](https://github.com/EleutherAI/pythia), which is a 12 billion parameter auto-regressive language model trained on [The Pile](https://pile.eleuther.ai/).
43
+
44
+ ## Usage
45
+
46
+ ### vLLM (Recommended)
47
+
48
+ This model is optimized for **vLLM**, which automatically detects the compressed tensors config.
49
+
50
+ ```python
51
+ from vllm import LLM, SamplingParams
52
+
53
+ # Load Model
54
+ llm = LLM(
55
+ model="Ryex/Lotus-12B-GPTQ",
56
+ trust_remote_code=True,
57
+ max_model_len=2048
58
+ )
59
+
60
+ # Prompt
61
+ prompt = '''[ Title: The Dunwich Horror; Author: H. P. Lovecraft; Genre: Horror ]
62
+ ***
63
+ When a traveler'''
64
+
65
+ # Generate
66
+ params = SamplingParams(temperature=1.0, top_p=0.9, max_tokens=256)
67
+ outputs = llm.generate([prompt], sampling_params=params)
68
+
69
+ print(outputs[0].outputs[0].text)
70
+ ```
71
+
72
+ ### Transformers
73
+
74
+ You can also run this using `transformers` with `auto_gptq` or `compressed-tensors` installed.
75
+
76
+ ```python
77
+ from transformers import AutoTokenizer, AutoModelForCausalLM
78
+
79
+ model_id = "YOUR_USERNAME/Lotus-12B-GPTQ"
80
+
81
+ model = AutoModelForCausalLM.from_pretrained(
82
+ model_id,
83
+ device_map="auto",
84
+ trust_remote_code=True
85
+ )
86
+ tokenizer = AutoTokenizer.from_pretrained(model_id)
87
+
88
+ prompt = '''[ Title: The Dunwich Horror; Author: H. P. Lovecraft; Genre: Horror ]
89
+ ***
90
+ When a traveler'''
91
+
92
+ input_ids = tokenizer.encode(prompt, return_tensors='pt').to(model.device)
93
+ output = model.generate(
94
+ input_ids,
95
+ do_sample=True,
96
+ temperature=1.0,
97
+ top_p=0.9,
98
+ repetition_penalty=1.2,
99
+ max_new_tokens=200,
100
+ pad_token_id=tokenizer.eos_token_id
101
+ )
102
+
103
+ print(tokenizer.decode(output[0]))
104
+ ```
105
+
106
+ ## Training Data & Annotative Prompting
107
+
108
+ The data used in fine-tuning has been gathered from various sources such as the [Gutenberg Project](https://www.gutenberg.org/). The annotated fiction dataset has prepended tags to assist in generating towards a particular style. Here is an example prompt that shows how to use the annotations.
109
+
110
+ ```
111
+ [ Title: The Dunwich Horror; Author: H. P. Lovecraft; Genre: Horror; Tags: 3rdperson, scary; Style: Dark ]
112
+ ***
113
+ When a traveler in north central Massachusetts takes the wrong fork...
114
+ ```
115
+
116
+ And for conversations which were scraped from [My Discord Server](https://discord.com/invite/touhouai) and publicly available subreddits from [Reddit](https://www.reddit.com/):
117
+
118
+ ```
119
+ [ Title: (2019) Cars getting transported on an open deck catch on fire after salty water shorts their batteries; Genre: CatastrophicFailure ]
120
+ ***
121
+ Anonymous: Daaaaaamn try explaining that one to the owners
122
+ EDIT: who keeps reposting this for my comment to get 3k upvotes?
123
+ Anonymous: "Your car caught fire from some water"
124
+ Irythros: Lol, I wonder if any compensation was in order
125
+ Anonymous: Almost all of the carriers offer insurance but it isn’t cheap. I guarantee most of those owners declined the insurance.
126
+ ```
127
+
128
+ The annotations can be mixed and matched to help generate towards a specific style.
129
+
130
+ ## Downstream Uses
131
+
132
+ This model can be used for entertainment purposes and as a creative writing assistant for fiction writers and chatbots.
133
+
134
+ ## Team members and Acknowledgements
135
+
136
+ This project would not have been possible without the work done by EleutherAI. Thank you!
137
+
138
+ - [Anthony Mercurio](https://github.com/harubaru)
139
+ - Imperishable_NEET
140
+
141
+ In order to reach us, you can join our [Discord server](https://discord.gg/touhouai).
142
+
143
+ [![Discord Server](https://discordapp.com/api/guilds/930499730843250783/widget.png?style=banner2)](https://discord.gg/touhouai)
144
+ ```
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GPTNeoXForCausalLM"
4
+ ],
5
+ "attention_bias": true,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": 0.1,
9
+ "dtype": "float32",
10
+ "eos_token_id": 0,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout": 0.0,
13
+ "hidden_size": 5120,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 20480,
16
+ "layer_norm_eps": 1e-05,
17
+ "max_position_embeddings": 2048,
18
+ "model_type": "gpt_neox",
19
+ "num_attention_heads": 40,
20
+ "num_hidden_layers": 36,
21
+ "partial_rotary_factor": 0.25,
22
+ "quantization_config": {
23
+ "config_groups": {
24
+ "group_0": {
25
+ "format": "pack-quantized",
26
+ "input_activations": null,
27
+ "output_activations": null,
28
+ "targets": [
29
+ "Linear"
30
+ ],
31
+ "weights": {
32
+ "actorder": "static",
33
+ "block_structure": null,
34
+ "dynamic": false,
35
+ "group_size": 128,
36
+ "num_bits": 4,
37
+ "observer": "minmax",
38
+ "observer_kwargs": {},
39
+ "strategy": "group",
40
+ "symmetric": true,
41
+ "type": "int"
42
+ }
43
+ }
44
+ },
45
+ "format": "pack-quantized",
46
+ "global_compression_ratio": null,
47
+ "ignore": [],
48
+ "kv_cache_scheme": null,
49
+ "quant_method": "compressed-tensors",
50
+ "quantization_status": "compressed",
51
+ "sparsity_config": {},
52
+ "transform_config": {},
53
+ "version": "0.12.2"
54
+ },
55
+ "rope_scaling": null,
56
+ "rope_theta": 10000,
57
+ "rotary_emb_base": 10000,
58
+ "rotary_pct": 0.25,
59
+ "tie_word_embeddings": false,
60
+ "transformers_version": "4.56.2",
61
+ "use_cache": true,
62
+ "use_parallel_residual": true,
63
+ "vocab_size": 50688
64
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 0,
5
+ "transformers_version": "4.56.2"
6
+ }
model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a92b7acbca09d0002deb4e3c8d8718e71c9c963505d3c384c0e9d3a414e576a6
3
+ size 4999615544
model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d81bba0d0ba6568f027673c5c78ab7d6322cc2817584e97da33f7acf0f0d6010
3
+ size 2202264608
model.safetensors.index.json ADDED
@@ -0,0 +1,734 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_parameters": 1800448290,
4
+ "total_size": 7201794320
5
+ },
6
+ "weight_map": {
7
+ "embed_out.weight_packed": "model-00002-of-00002.safetensors",
8
+ "embed_out.weight_scale": "model-00002-of-00002.safetensors",
9
+ "embed_out.weight_shape": "model-00002-of-00002.safetensors",
10
+ "gpt_neox.embed_in.weight": "model-00001-of-00002.safetensors",
11
+ "gpt_neox.final_layer_norm.bias": "model-00002-of-00002.safetensors",
12
+ "gpt_neox.final_layer_norm.weight": "model-00002-of-00002.safetensors",
13
+ "gpt_neox.layers.0.attention.dense.bias": "model-00001-of-00002.safetensors",
14
+ "gpt_neox.layers.0.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
15
+ "gpt_neox.layers.0.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
16
+ "gpt_neox.layers.0.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
17
+ "gpt_neox.layers.0.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
18
+ "gpt_neox.layers.0.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
19
+ "gpt_neox.layers.0.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
20
+ "gpt_neox.layers.0.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
21
+ "gpt_neox.layers.0.input_layernorm.bias": "model-00001-of-00002.safetensors",
22
+ "gpt_neox.layers.0.input_layernorm.weight": "model-00001-of-00002.safetensors",
23
+ "gpt_neox.layers.0.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
24
+ "gpt_neox.layers.0.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
25
+ "gpt_neox.layers.0.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
26
+ "gpt_neox.layers.0.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
27
+ "gpt_neox.layers.0.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
28
+ "gpt_neox.layers.0.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
29
+ "gpt_neox.layers.0.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
30
+ "gpt_neox.layers.0.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
31
+ "gpt_neox.layers.0.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
32
+ "gpt_neox.layers.0.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
33
+ "gpt_neox.layers.1.attention.dense.bias": "model-00001-of-00002.safetensors",
34
+ "gpt_neox.layers.1.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
35
+ "gpt_neox.layers.1.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
36
+ "gpt_neox.layers.1.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
37
+ "gpt_neox.layers.1.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
38
+ "gpt_neox.layers.1.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
39
+ "gpt_neox.layers.1.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
40
+ "gpt_neox.layers.1.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
41
+ "gpt_neox.layers.1.input_layernorm.bias": "model-00001-of-00002.safetensors",
42
+ "gpt_neox.layers.1.input_layernorm.weight": "model-00001-of-00002.safetensors",
43
+ "gpt_neox.layers.1.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
44
+ "gpt_neox.layers.1.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
45
+ "gpt_neox.layers.1.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
46
+ "gpt_neox.layers.1.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
47
+ "gpt_neox.layers.1.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
48
+ "gpt_neox.layers.1.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
49
+ "gpt_neox.layers.1.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
50
+ "gpt_neox.layers.1.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
51
+ "gpt_neox.layers.1.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
52
+ "gpt_neox.layers.1.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
53
+ "gpt_neox.layers.10.attention.dense.bias": "model-00001-of-00002.safetensors",
54
+ "gpt_neox.layers.10.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
55
+ "gpt_neox.layers.10.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
56
+ "gpt_neox.layers.10.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
57
+ "gpt_neox.layers.10.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
58
+ "gpt_neox.layers.10.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
59
+ "gpt_neox.layers.10.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
60
+ "gpt_neox.layers.10.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
61
+ "gpt_neox.layers.10.input_layernorm.bias": "model-00001-of-00002.safetensors",
62
+ "gpt_neox.layers.10.input_layernorm.weight": "model-00001-of-00002.safetensors",
63
+ "gpt_neox.layers.10.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
64
+ "gpt_neox.layers.10.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
65
+ "gpt_neox.layers.10.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
66
+ "gpt_neox.layers.10.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
67
+ "gpt_neox.layers.10.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
68
+ "gpt_neox.layers.10.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
69
+ "gpt_neox.layers.10.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
70
+ "gpt_neox.layers.10.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
71
+ "gpt_neox.layers.10.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
72
+ "gpt_neox.layers.10.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
73
+ "gpt_neox.layers.11.attention.dense.bias": "model-00001-of-00002.safetensors",
74
+ "gpt_neox.layers.11.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
75
+ "gpt_neox.layers.11.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
76
+ "gpt_neox.layers.11.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
77
+ "gpt_neox.layers.11.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
78
+ "gpt_neox.layers.11.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
79
+ "gpt_neox.layers.11.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
80
+ "gpt_neox.layers.11.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
81
+ "gpt_neox.layers.11.input_layernorm.bias": "model-00001-of-00002.safetensors",
82
+ "gpt_neox.layers.11.input_layernorm.weight": "model-00001-of-00002.safetensors",
83
+ "gpt_neox.layers.11.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
84
+ "gpt_neox.layers.11.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
85
+ "gpt_neox.layers.11.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
86
+ "gpt_neox.layers.11.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
87
+ "gpt_neox.layers.11.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
88
+ "gpt_neox.layers.11.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
89
+ "gpt_neox.layers.11.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
90
+ "gpt_neox.layers.11.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
91
+ "gpt_neox.layers.11.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
92
+ "gpt_neox.layers.11.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
93
+ "gpt_neox.layers.12.attention.dense.bias": "model-00001-of-00002.safetensors",
94
+ "gpt_neox.layers.12.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
95
+ "gpt_neox.layers.12.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
96
+ "gpt_neox.layers.12.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
97
+ "gpt_neox.layers.12.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
98
+ "gpt_neox.layers.12.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
99
+ "gpt_neox.layers.12.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
100
+ "gpt_neox.layers.12.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
101
+ "gpt_neox.layers.12.input_layernorm.bias": "model-00001-of-00002.safetensors",
102
+ "gpt_neox.layers.12.input_layernorm.weight": "model-00001-of-00002.safetensors",
103
+ "gpt_neox.layers.12.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
104
+ "gpt_neox.layers.12.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
105
+ "gpt_neox.layers.12.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
106
+ "gpt_neox.layers.12.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
107
+ "gpt_neox.layers.12.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
108
+ "gpt_neox.layers.12.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
109
+ "gpt_neox.layers.12.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
110
+ "gpt_neox.layers.12.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
111
+ "gpt_neox.layers.12.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
112
+ "gpt_neox.layers.12.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
113
+ "gpt_neox.layers.13.attention.dense.bias": "model-00001-of-00002.safetensors",
114
+ "gpt_neox.layers.13.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
115
+ "gpt_neox.layers.13.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
116
+ "gpt_neox.layers.13.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
117
+ "gpt_neox.layers.13.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
118
+ "gpt_neox.layers.13.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
119
+ "gpt_neox.layers.13.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
120
+ "gpt_neox.layers.13.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
121
+ "gpt_neox.layers.13.input_layernorm.bias": "model-00001-of-00002.safetensors",
122
+ "gpt_neox.layers.13.input_layernorm.weight": "model-00001-of-00002.safetensors",
123
+ "gpt_neox.layers.13.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
124
+ "gpt_neox.layers.13.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
125
+ "gpt_neox.layers.13.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
126
+ "gpt_neox.layers.13.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
127
+ "gpt_neox.layers.13.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
128
+ "gpt_neox.layers.13.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
129
+ "gpt_neox.layers.13.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
130
+ "gpt_neox.layers.13.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
131
+ "gpt_neox.layers.13.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
132
+ "gpt_neox.layers.13.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
133
+ "gpt_neox.layers.14.attention.dense.bias": "model-00001-of-00002.safetensors",
134
+ "gpt_neox.layers.14.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
135
+ "gpt_neox.layers.14.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
136
+ "gpt_neox.layers.14.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
137
+ "gpt_neox.layers.14.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
138
+ "gpt_neox.layers.14.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
139
+ "gpt_neox.layers.14.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
140
+ "gpt_neox.layers.14.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
141
+ "gpt_neox.layers.14.input_layernorm.bias": "model-00001-of-00002.safetensors",
142
+ "gpt_neox.layers.14.input_layernorm.weight": "model-00001-of-00002.safetensors",
143
+ "gpt_neox.layers.14.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
144
+ "gpt_neox.layers.14.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
145
+ "gpt_neox.layers.14.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
146
+ "gpt_neox.layers.14.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
147
+ "gpt_neox.layers.14.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
148
+ "gpt_neox.layers.14.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
149
+ "gpt_neox.layers.14.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
150
+ "gpt_neox.layers.14.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
151
+ "gpt_neox.layers.14.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
152
+ "gpt_neox.layers.14.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
153
+ "gpt_neox.layers.15.attention.dense.bias": "model-00001-of-00002.safetensors",
154
+ "gpt_neox.layers.15.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
155
+ "gpt_neox.layers.15.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
156
+ "gpt_neox.layers.15.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
157
+ "gpt_neox.layers.15.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
158
+ "gpt_neox.layers.15.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
159
+ "gpt_neox.layers.15.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
160
+ "gpt_neox.layers.15.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
161
+ "gpt_neox.layers.15.input_layernorm.bias": "model-00001-of-00002.safetensors",
162
+ "gpt_neox.layers.15.input_layernorm.weight": "model-00001-of-00002.safetensors",
163
+ "gpt_neox.layers.15.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
164
+ "gpt_neox.layers.15.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
165
+ "gpt_neox.layers.15.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
166
+ "gpt_neox.layers.15.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
167
+ "gpt_neox.layers.15.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
168
+ "gpt_neox.layers.15.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
169
+ "gpt_neox.layers.15.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
170
+ "gpt_neox.layers.15.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
171
+ "gpt_neox.layers.15.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
172
+ "gpt_neox.layers.15.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
173
+ "gpt_neox.layers.16.attention.dense.bias": "model-00001-of-00002.safetensors",
174
+ "gpt_neox.layers.16.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
175
+ "gpt_neox.layers.16.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
176
+ "gpt_neox.layers.16.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
177
+ "gpt_neox.layers.16.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
178
+ "gpt_neox.layers.16.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
179
+ "gpt_neox.layers.16.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
180
+ "gpt_neox.layers.16.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
181
+ "gpt_neox.layers.16.input_layernorm.bias": "model-00001-of-00002.safetensors",
182
+ "gpt_neox.layers.16.input_layernorm.weight": "model-00001-of-00002.safetensors",
183
+ "gpt_neox.layers.16.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
184
+ "gpt_neox.layers.16.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
185
+ "gpt_neox.layers.16.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
186
+ "gpt_neox.layers.16.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
187
+ "gpt_neox.layers.16.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
188
+ "gpt_neox.layers.16.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
189
+ "gpt_neox.layers.16.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
190
+ "gpt_neox.layers.16.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
191
+ "gpt_neox.layers.16.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
192
+ "gpt_neox.layers.16.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
193
+ "gpt_neox.layers.17.attention.dense.bias": "model-00001-of-00002.safetensors",
194
+ "gpt_neox.layers.17.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
195
+ "gpt_neox.layers.17.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
196
+ "gpt_neox.layers.17.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
197
+ "gpt_neox.layers.17.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
198
+ "gpt_neox.layers.17.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
199
+ "gpt_neox.layers.17.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
200
+ "gpt_neox.layers.17.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
201
+ "gpt_neox.layers.17.input_layernorm.bias": "model-00001-of-00002.safetensors",
202
+ "gpt_neox.layers.17.input_layernorm.weight": "model-00001-of-00002.safetensors",
203
+ "gpt_neox.layers.17.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
204
+ "gpt_neox.layers.17.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
205
+ "gpt_neox.layers.17.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
206
+ "gpt_neox.layers.17.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
207
+ "gpt_neox.layers.17.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
208
+ "gpt_neox.layers.17.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
209
+ "gpt_neox.layers.17.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
210
+ "gpt_neox.layers.17.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
211
+ "gpt_neox.layers.17.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
212
+ "gpt_neox.layers.17.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
213
+ "gpt_neox.layers.18.attention.dense.bias": "model-00001-of-00002.safetensors",
214
+ "gpt_neox.layers.18.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
215
+ "gpt_neox.layers.18.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
216
+ "gpt_neox.layers.18.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
217
+ "gpt_neox.layers.18.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
218
+ "gpt_neox.layers.18.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
219
+ "gpt_neox.layers.18.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
220
+ "gpt_neox.layers.18.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
221
+ "gpt_neox.layers.18.input_layernorm.bias": "model-00001-of-00002.safetensors",
222
+ "gpt_neox.layers.18.input_layernorm.weight": "model-00001-of-00002.safetensors",
223
+ "gpt_neox.layers.18.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
224
+ "gpt_neox.layers.18.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
225
+ "gpt_neox.layers.18.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
226
+ "gpt_neox.layers.18.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
227
+ "gpt_neox.layers.18.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
228
+ "gpt_neox.layers.18.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
229
+ "gpt_neox.layers.18.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
230
+ "gpt_neox.layers.18.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
231
+ "gpt_neox.layers.18.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
232
+ "gpt_neox.layers.18.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
233
+ "gpt_neox.layers.19.attention.dense.bias": "model-00001-of-00002.safetensors",
234
+ "gpt_neox.layers.19.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
235
+ "gpt_neox.layers.19.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
236
+ "gpt_neox.layers.19.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
237
+ "gpt_neox.layers.19.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
238
+ "gpt_neox.layers.19.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
239
+ "gpt_neox.layers.19.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
240
+ "gpt_neox.layers.19.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
241
+ "gpt_neox.layers.19.input_layernorm.bias": "model-00001-of-00002.safetensors",
242
+ "gpt_neox.layers.19.input_layernorm.weight": "model-00001-of-00002.safetensors",
243
+ "gpt_neox.layers.19.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
244
+ "gpt_neox.layers.19.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
245
+ "gpt_neox.layers.19.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
246
+ "gpt_neox.layers.19.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
247
+ "gpt_neox.layers.19.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
248
+ "gpt_neox.layers.19.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
249
+ "gpt_neox.layers.19.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
250
+ "gpt_neox.layers.19.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
251
+ "gpt_neox.layers.19.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
252
+ "gpt_neox.layers.19.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
253
+ "gpt_neox.layers.2.attention.dense.bias": "model-00001-of-00002.safetensors",
254
+ "gpt_neox.layers.2.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
255
+ "gpt_neox.layers.2.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
256
+ "gpt_neox.layers.2.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
257
+ "gpt_neox.layers.2.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
258
+ "gpt_neox.layers.2.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
259
+ "gpt_neox.layers.2.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
260
+ "gpt_neox.layers.2.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
261
+ "gpt_neox.layers.2.input_layernorm.bias": "model-00001-of-00002.safetensors",
262
+ "gpt_neox.layers.2.input_layernorm.weight": "model-00001-of-00002.safetensors",
263
+ "gpt_neox.layers.2.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
264
+ "gpt_neox.layers.2.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
265
+ "gpt_neox.layers.2.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
266
+ "gpt_neox.layers.2.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
267
+ "gpt_neox.layers.2.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
268
+ "gpt_neox.layers.2.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
269
+ "gpt_neox.layers.2.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
270
+ "gpt_neox.layers.2.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
271
+ "gpt_neox.layers.2.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
272
+ "gpt_neox.layers.2.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
273
+ "gpt_neox.layers.20.attention.dense.bias": "model-00001-of-00002.safetensors",
274
+ "gpt_neox.layers.20.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
275
+ "gpt_neox.layers.20.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
276
+ "gpt_neox.layers.20.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
277
+ "gpt_neox.layers.20.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
278
+ "gpt_neox.layers.20.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
279
+ "gpt_neox.layers.20.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
280
+ "gpt_neox.layers.20.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
281
+ "gpt_neox.layers.20.input_layernorm.bias": "model-00001-of-00002.safetensors",
282
+ "gpt_neox.layers.20.input_layernorm.weight": "model-00001-of-00002.safetensors",
283
+ "gpt_neox.layers.20.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
284
+ "gpt_neox.layers.20.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
285
+ "gpt_neox.layers.20.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
286
+ "gpt_neox.layers.20.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
287
+ "gpt_neox.layers.20.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
288
+ "gpt_neox.layers.20.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
289
+ "gpt_neox.layers.20.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
290
+ "gpt_neox.layers.20.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
291
+ "gpt_neox.layers.20.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
292
+ "gpt_neox.layers.20.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
293
+ "gpt_neox.layers.21.attention.dense.bias": "model-00001-of-00002.safetensors",
294
+ "gpt_neox.layers.21.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
295
+ "gpt_neox.layers.21.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
296
+ "gpt_neox.layers.21.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
297
+ "gpt_neox.layers.21.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
298
+ "gpt_neox.layers.21.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
299
+ "gpt_neox.layers.21.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
300
+ "gpt_neox.layers.21.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
301
+ "gpt_neox.layers.21.input_layernorm.bias": "model-00001-of-00002.safetensors",
302
+ "gpt_neox.layers.21.input_layernorm.weight": "model-00001-of-00002.safetensors",
303
+ "gpt_neox.layers.21.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
304
+ "gpt_neox.layers.21.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
305
+ "gpt_neox.layers.21.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
306
+ "gpt_neox.layers.21.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
307
+ "gpt_neox.layers.21.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
308
+ "gpt_neox.layers.21.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
309
+ "gpt_neox.layers.21.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
310
+ "gpt_neox.layers.21.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
311
+ "gpt_neox.layers.21.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
312
+ "gpt_neox.layers.21.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
313
+ "gpt_neox.layers.22.attention.dense.bias": "model-00001-of-00002.safetensors",
314
+ "gpt_neox.layers.22.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
315
+ "gpt_neox.layers.22.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
316
+ "gpt_neox.layers.22.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
317
+ "gpt_neox.layers.22.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
318
+ "gpt_neox.layers.22.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
319
+ "gpt_neox.layers.22.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
320
+ "gpt_neox.layers.22.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
321
+ "gpt_neox.layers.22.input_layernorm.bias": "model-00001-of-00002.safetensors",
322
+ "gpt_neox.layers.22.input_layernorm.weight": "model-00001-of-00002.safetensors",
323
+ "gpt_neox.layers.22.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
324
+ "gpt_neox.layers.22.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
325
+ "gpt_neox.layers.22.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
326
+ "gpt_neox.layers.22.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
327
+ "gpt_neox.layers.22.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
328
+ "gpt_neox.layers.22.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
329
+ "gpt_neox.layers.22.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
330
+ "gpt_neox.layers.22.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
331
+ "gpt_neox.layers.22.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
332
+ "gpt_neox.layers.22.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
333
+ "gpt_neox.layers.23.attention.dense.bias": "model-00001-of-00002.safetensors",
334
+ "gpt_neox.layers.23.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
335
+ "gpt_neox.layers.23.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
336
+ "gpt_neox.layers.23.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
337
+ "gpt_neox.layers.23.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
338
+ "gpt_neox.layers.23.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
339
+ "gpt_neox.layers.23.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
340
+ "gpt_neox.layers.23.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
341
+ "gpt_neox.layers.23.input_layernorm.bias": "model-00001-of-00002.safetensors",
342
+ "gpt_neox.layers.23.input_layernorm.weight": "model-00001-of-00002.safetensors",
343
+ "gpt_neox.layers.23.mlp.dense_4h_to_h.bias": "model-00002-of-00002.safetensors",
344
+ "gpt_neox.layers.23.mlp.dense_4h_to_h.weight_packed": "model-00002-of-00002.safetensors",
345
+ "gpt_neox.layers.23.mlp.dense_4h_to_h.weight_scale": "model-00002-of-00002.safetensors",
346
+ "gpt_neox.layers.23.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
347
+ "gpt_neox.layers.23.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
348
+ "gpt_neox.layers.23.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
349
+ "gpt_neox.layers.23.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
350
+ "gpt_neox.layers.23.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
351
+ "gpt_neox.layers.23.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
352
+ "gpt_neox.layers.23.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
353
+ "gpt_neox.layers.24.attention.dense.bias": "model-00002-of-00002.safetensors",
354
+ "gpt_neox.layers.24.attention.dense.weight_packed": "model-00002-of-00002.safetensors",
355
+ "gpt_neox.layers.24.attention.dense.weight_scale": "model-00002-of-00002.safetensors",
356
+ "gpt_neox.layers.24.attention.dense.weight_shape": "model-00002-of-00002.safetensors",
357
+ "gpt_neox.layers.24.attention.query_key_value.bias": "model-00002-of-00002.safetensors",
358
+ "gpt_neox.layers.24.attention.query_key_value.weight_packed": "model-00002-of-00002.safetensors",
359
+ "gpt_neox.layers.24.attention.query_key_value.weight_scale": "model-00002-of-00002.safetensors",
360
+ "gpt_neox.layers.24.attention.query_key_value.weight_shape": "model-00002-of-00002.safetensors",
361
+ "gpt_neox.layers.24.input_layernorm.bias": "model-00002-of-00002.safetensors",
362
+ "gpt_neox.layers.24.input_layernorm.weight": "model-00002-of-00002.safetensors",
363
+ "gpt_neox.layers.24.mlp.dense_4h_to_h.bias": "model-00002-of-00002.safetensors",
364
+ "gpt_neox.layers.24.mlp.dense_4h_to_h.weight_packed": "model-00002-of-00002.safetensors",
365
+ "gpt_neox.layers.24.mlp.dense_4h_to_h.weight_scale": "model-00002-of-00002.safetensors",
366
+ "gpt_neox.layers.24.mlp.dense_4h_to_h.weight_shape": "model-00002-of-00002.safetensors",
367
+ "gpt_neox.layers.24.mlp.dense_h_to_4h.bias": "model-00002-of-00002.safetensors",
368
+ "gpt_neox.layers.24.mlp.dense_h_to_4h.weight_packed": "model-00002-of-00002.safetensors",
369
+ "gpt_neox.layers.24.mlp.dense_h_to_4h.weight_scale": "model-00002-of-00002.safetensors",
370
+ "gpt_neox.layers.24.mlp.dense_h_to_4h.weight_shape": "model-00002-of-00002.safetensors",
371
+ "gpt_neox.layers.24.post_attention_layernorm.bias": "model-00002-of-00002.safetensors",
372
+ "gpt_neox.layers.24.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
373
+ "gpt_neox.layers.25.attention.dense.bias": "model-00002-of-00002.safetensors",
374
+ "gpt_neox.layers.25.attention.dense.weight_packed": "model-00002-of-00002.safetensors",
375
+ "gpt_neox.layers.25.attention.dense.weight_scale": "model-00002-of-00002.safetensors",
376
+ "gpt_neox.layers.25.attention.dense.weight_shape": "model-00002-of-00002.safetensors",
377
+ "gpt_neox.layers.25.attention.query_key_value.bias": "model-00002-of-00002.safetensors",
378
+ "gpt_neox.layers.25.attention.query_key_value.weight_packed": "model-00002-of-00002.safetensors",
379
+ "gpt_neox.layers.25.attention.query_key_value.weight_scale": "model-00002-of-00002.safetensors",
380
+ "gpt_neox.layers.25.attention.query_key_value.weight_shape": "model-00002-of-00002.safetensors",
381
+ "gpt_neox.layers.25.input_layernorm.bias": "model-00002-of-00002.safetensors",
382
+ "gpt_neox.layers.25.input_layernorm.weight": "model-00002-of-00002.safetensors",
383
+ "gpt_neox.layers.25.mlp.dense_4h_to_h.bias": "model-00002-of-00002.safetensors",
384
+ "gpt_neox.layers.25.mlp.dense_4h_to_h.weight_packed": "model-00002-of-00002.safetensors",
385
+ "gpt_neox.layers.25.mlp.dense_4h_to_h.weight_scale": "model-00002-of-00002.safetensors",
386
+ "gpt_neox.layers.25.mlp.dense_4h_to_h.weight_shape": "model-00002-of-00002.safetensors",
387
+ "gpt_neox.layers.25.mlp.dense_h_to_4h.bias": "model-00002-of-00002.safetensors",
388
+ "gpt_neox.layers.25.mlp.dense_h_to_4h.weight_packed": "model-00002-of-00002.safetensors",
389
+ "gpt_neox.layers.25.mlp.dense_h_to_4h.weight_scale": "model-00002-of-00002.safetensors",
390
+ "gpt_neox.layers.25.mlp.dense_h_to_4h.weight_shape": "model-00002-of-00002.safetensors",
391
+ "gpt_neox.layers.25.post_attention_layernorm.bias": "model-00002-of-00002.safetensors",
392
+ "gpt_neox.layers.25.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
393
+ "gpt_neox.layers.26.attention.dense.bias": "model-00002-of-00002.safetensors",
394
+ "gpt_neox.layers.26.attention.dense.weight_packed": "model-00002-of-00002.safetensors",
395
+ "gpt_neox.layers.26.attention.dense.weight_scale": "model-00002-of-00002.safetensors",
396
+ "gpt_neox.layers.26.attention.dense.weight_shape": "model-00002-of-00002.safetensors",
397
+ "gpt_neox.layers.26.attention.query_key_value.bias": "model-00002-of-00002.safetensors",
398
+ "gpt_neox.layers.26.attention.query_key_value.weight_packed": "model-00002-of-00002.safetensors",
399
+ "gpt_neox.layers.26.attention.query_key_value.weight_scale": "model-00002-of-00002.safetensors",
400
+ "gpt_neox.layers.26.attention.query_key_value.weight_shape": "model-00002-of-00002.safetensors",
401
+ "gpt_neox.layers.26.input_layernorm.bias": "model-00002-of-00002.safetensors",
402
+ "gpt_neox.layers.26.input_layernorm.weight": "model-00002-of-00002.safetensors",
403
+ "gpt_neox.layers.26.mlp.dense_4h_to_h.bias": "model-00002-of-00002.safetensors",
404
+ "gpt_neox.layers.26.mlp.dense_4h_to_h.weight_packed": "model-00002-of-00002.safetensors",
405
+ "gpt_neox.layers.26.mlp.dense_4h_to_h.weight_scale": "model-00002-of-00002.safetensors",
406
+ "gpt_neox.layers.26.mlp.dense_4h_to_h.weight_shape": "model-00002-of-00002.safetensors",
407
+ "gpt_neox.layers.26.mlp.dense_h_to_4h.bias": "model-00002-of-00002.safetensors",
408
+ "gpt_neox.layers.26.mlp.dense_h_to_4h.weight_packed": "model-00002-of-00002.safetensors",
409
+ "gpt_neox.layers.26.mlp.dense_h_to_4h.weight_scale": "model-00002-of-00002.safetensors",
410
+ "gpt_neox.layers.26.mlp.dense_h_to_4h.weight_shape": "model-00002-of-00002.safetensors",
411
+ "gpt_neox.layers.26.post_attention_layernorm.bias": "model-00002-of-00002.safetensors",
412
+ "gpt_neox.layers.26.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
413
+ "gpt_neox.layers.27.attention.dense.bias": "model-00002-of-00002.safetensors",
414
+ "gpt_neox.layers.27.attention.dense.weight_packed": "model-00002-of-00002.safetensors",
415
+ "gpt_neox.layers.27.attention.dense.weight_scale": "model-00002-of-00002.safetensors",
416
+ "gpt_neox.layers.27.attention.dense.weight_shape": "model-00002-of-00002.safetensors",
417
+ "gpt_neox.layers.27.attention.query_key_value.bias": "model-00002-of-00002.safetensors",
418
+ "gpt_neox.layers.27.attention.query_key_value.weight_packed": "model-00002-of-00002.safetensors",
419
+ "gpt_neox.layers.27.attention.query_key_value.weight_scale": "model-00002-of-00002.safetensors",
420
+ "gpt_neox.layers.27.attention.query_key_value.weight_shape": "model-00002-of-00002.safetensors",
421
+ "gpt_neox.layers.27.input_layernorm.bias": "model-00002-of-00002.safetensors",
422
+ "gpt_neox.layers.27.input_layernorm.weight": "model-00002-of-00002.safetensors",
423
+ "gpt_neox.layers.27.mlp.dense_4h_to_h.bias": "model-00002-of-00002.safetensors",
424
+ "gpt_neox.layers.27.mlp.dense_4h_to_h.weight_packed": "model-00002-of-00002.safetensors",
425
+ "gpt_neox.layers.27.mlp.dense_4h_to_h.weight_scale": "model-00002-of-00002.safetensors",
426
+ "gpt_neox.layers.27.mlp.dense_4h_to_h.weight_shape": "model-00002-of-00002.safetensors",
427
+ "gpt_neox.layers.27.mlp.dense_h_to_4h.bias": "model-00002-of-00002.safetensors",
428
+ "gpt_neox.layers.27.mlp.dense_h_to_4h.weight_packed": "model-00002-of-00002.safetensors",
429
+ "gpt_neox.layers.27.mlp.dense_h_to_4h.weight_scale": "model-00002-of-00002.safetensors",
430
+ "gpt_neox.layers.27.mlp.dense_h_to_4h.weight_shape": "model-00002-of-00002.safetensors",
431
+ "gpt_neox.layers.27.post_attention_layernorm.bias": "model-00002-of-00002.safetensors",
432
+ "gpt_neox.layers.27.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
433
+ "gpt_neox.layers.28.attention.dense.bias": "model-00002-of-00002.safetensors",
434
+ "gpt_neox.layers.28.attention.dense.weight_packed": "model-00002-of-00002.safetensors",
435
+ "gpt_neox.layers.28.attention.dense.weight_scale": "model-00002-of-00002.safetensors",
436
+ "gpt_neox.layers.28.attention.dense.weight_shape": "model-00002-of-00002.safetensors",
437
+ "gpt_neox.layers.28.attention.query_key_value.bias": "model-00002-of-00002.safetensors",
438
+ "gpt_neox.layers.28.attention.query_key_value.weight_packed": "model-00002-of-00002.safetensors",
439
+ "gpt_neox.layers.28.attention.query_key_value.weight_scale": "model-00002-of-00002.safetensors",
440
+ "gpt_neox.layers.28.attention.query_key_value.weight_shape": "model-00002-of-00002.safetensors",
441
+ "gpt_neox.layers.28.input_layernorm.bias": "model-00002-of-00002.safetensors",
442
+ "gpt_neox.layers.28.input_layernorm.weight": "model-00002-of-00002.safetensors",
443
+ "gpt_neox.layers.28.mlp.dense_4h_to_h.bias": "model-00002-of-00002.safetensors",
444
+ "gpt_neox.layers.28.mlp.dense_4h_to_h.weight_packed": "model-00002-of-00002.safetensors",
445
+ "gpt_neox.layers.28.mlp.dense_4h_to_h.weight_scale": "model-00002-of-00002.safetensors",
446
+ "gpt_neox.layers.28.mlp.dense_4h_to_h.weight_shape": "model-00002-of-00002.safetensors",
447
+ "gpt_neox.layers.28.mlp.dense_h_to_4h.bias": "model-00002-of-00002.safetensors",
448
+ "gpt_neox.layers.28.mlp.dense_h_to_4h.weight_packed": "model-00002-of-00002.safetensors",
449
+ "gpt_neox.layers.28.mlp.dense_h_to_4h.weight_scale": "model-00002-of-00002.safetensors",
450
+ "gpt_neox.layers.28.mlp.dense_h_to_4h.weight_shape": "model-00002-of-00002.safetensors",
451
+ "gpt_neox.layers.28.post_attention_layernorm.bias": "model-00002-of-00002.safetensors",
452
+ "gpt_neox.layers.28.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
453
+ "gpt_neox.layers.29.attention.dense.bias": "model-00002-of-00002.safetensors",
454
+ "gpt_neox.layers.29.attention.dense.weight_packed": "model-00002-of-00002.safetensors",
455
+ "gpt_neox.layers.29.attention.dense.weight_scale": "model-00002-of-00002.safetensors",
456
+ "gpt_neox.layers.29.attention.dense.weight_shape": "model-00002-of-00002.safetensors",
457
+ "gpt_neox.layers.29.attention.query_key_value.bias": "model-00002-of-00002.safetensors",
458
+ "gpt_neox.layers.29.attention.query_key_value.weight_packed": "model-00002-of-00002.safetensors",
459
+ "gpt_neox.layers.29.attention.query_key_value.weight_scale": "model-00002-of-00002.safetensors",
460
+ "gpt_neox.layers.29.attention.query_key_value.weight_shape": "model-00002-of-00002.safetensors",
461
+ "gpt_neox.layers.29.input_layernorm.bias": "model-00002-of-00002.safetensors",
462
+ "gpt_neox.layers.29.input_layernorm.weight": "model-00002-of-00002.safetensors",
463
+ "gpt_neox.layers.29.mlp.dense_4h_to_h.bias": "model-00002-of-00002.safetensors",
464
+ "gpt_neox.layers.29.mlp.dense_4h_to_h.weight_packed": "model-00002-of-00002.safetensors",
465
+ "gpt_neox.layers.29.mlp.dense_4h_to_h.weight_scale": "model-00002-of-00002.safetensors",
466
+ "gpt_neox.layers.29.mlp.dense_4h_to_h.weight_shape": "model-00002-of-00002.safetensors",
467
+ "gpt_neox.layers.29.mlp.dense_h_to_4h.bias": "model-00002-of-00002.safetensors",
468
+ "gpt_neox.layers.29.mlp.dense_h_to_4h.weight_packed": "model-00002-of-00002.safetensors",
469
+ "gpt_neox.layers.29.mlp.dense_h_to_4h.weight_scale": "model-00002-of-00002.safetensors",
470
+ "gpt_neox.layers.29.mlp.dense_h_to_4h.weight_shape": "model-00002-of-00002.safetensors",
471
+ "gpt_neox.layers.29.post_attention_layernorm.bias": "model-00002-of-00002.safetensors",
472
+ "gpt_neox.layers.29.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
473
+ "gpt_neox.layers.3.attention.dense.bias": "model-00001-of-00002.safetensors",
474
+ "gpt_neox.layers.3.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
475
+ "gpt_neox.layers.3.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
476
+ "gpt_neox.layers.3.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
477
+ "gpt_neox.layers.3.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
478
+ "gpt_neox.layers.3.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
479
+ "gpt_neox.layers.3.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
480
+ "gpt_neox.layers.3.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
481
+ "gpt_neox.layers.3.input_layernorm.bias": "model-00001-of-00002.safetensors",
482
+ "gpt_neox.layers.3.input_layernorm.weight": "model-00001-of-00002.safetensors",
483
+ "gpt_neox.layers.3.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
484
+ "gpt_neox.layers.3.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
485
+ "gpt_neox.layers.3.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
486
+ "gpt_neox.layers.3.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
487
+ "gpt_neox.layers.3.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
488
+ "gpt_neox.layers.3.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
489
+ "gpt_neox.layers.3.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
490
+ "gpt_neox.layers.3.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
491
+ "gpt_neox.layers.3.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
492
+ "gpt_neox.layers.3.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
493
+ "gpt_neox.layers.30.attention.dense.bias": "model-00002-of-00002.safetensors",
494
+ "gpt_neox.layers.30.attention.dense.weight_packed": "model-00002-of-00002.safetensors",
495
+ "gpt_neox.layers.30.attention.dense.weight_scale": "model-00002-of-00002.safetensors",
496
+ "gpt_neox.layers.30.attention.dense.weight_shape": "model-00002-of-00002.safetensors",
497
+ "gpt_neox.layers.30.attention.query_key_value.bias": "model-00002-of-00002.safetensors",
498
+ "gpt_neox.layers.30.attention.query_key_value.weight_packed": "model-00002-of-00002.safetensors",
499
+ "gpt_neox.layers.30.attention.query_key_value.weight_scale": "model-00002-of-00002.safetensors",
500
+ "gpt_neox.layers.30.attention.query_key_value.weight_shape": "model-00002-of-00002.safetensors",
501
+ "gpt_neox.layers.30.input_layernorm.bias": "model-00002-of-00002.safetensors",
502
+ "gpt_neox.layers.30.input_layernorm.weight": "model-00002-of-00002.safetensors",
503
+ "gpt_neox.layers.30.mlp.dense_4h_to_h.bias": "model-00002-of-00002.safetensors",
504
+ "gpt_neox.layers.30.mlp.dense_4h_to_h.weight_packed": "model-00002-of-00002.safetensors",
505
+ "gpt_neox.layers.30.mlp.dense_4h_to_h.weight_scale": "model-00002-of-00002.safetensors",
506
+ "gpt_neox.layers.30.mlp.dense_4h_to_h.weight_shape": "model-00002-of-00002.safetensors",
507
+ "gpt_neox.layers.30.mlp.dense_h_to_4h.bias": "model-00002-of-00002.safetensors",
508
+ "gpt_neox.layers.30.mlp.dense_h_to_4h.weight_packed": "model-00002-of-00002.safetensors",
509
+ "gpt_neox.layers.30.mlp.dense_h_to_4h.weight_scale": "model-00002-of-00002.safetensors",
510
+ "gpt_neox.layers.30.mlp.dense_h_to_4h.weight_shape": "model-00002-of-00002.safetensors",
511
+ "gpt_neox.layers.30.post_attention_layernorm.bias": "model-00002-of-00002.safetensors",
512
+ "gpt_neox.layers.30.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
513
+ "gpt_neox.layers.31.attention.dense.bias": "model-00002-of-00002.safetensors",
514
+ "gpt_neox.layers.31.attention.dense.weight_packed": "model-00002-of-00002.safetensors",
515
+ "gpt_neox.layers.31.attention.dense.weight_scale": "model-00002-of-00002.safetensors",
516
+ "gpt_neox.layers.31.attention.dense.weight_shape": "model-00002-of-00002.safetensors",
517
+ "gpt_neox.layers.31.attention.query_key_value.bias": "model-00002-of-00002.safetensors",
518
+ "gpt_neox.layers.31.attention.query_key_value.weight_packed": "model-00002-of-00002.safetensors",
519
+ "gpt_neox.layers.31.attention.query_key_value.weight_scale": "model-00002-of-00002.safetensors",
520
+ "gpt_neox.layers.31.attention.query_key_value.weight_shape": "model-00002-of-00002.safetensors",
521
+ "gpt_neox.layers.31.input_layernorm.bias": "model-00002-of-00002.safetensors",
522
+ "gpt_neox.layers.31.input_layernorm.weight": "model-00002-of-00002.safetensors",
523
+ "gpt_neox.layers.31.mlp.dense_4h_to_h.bias": "model-00002-of-00002.safetensors",
524
+ "gpt_neox.layers.31.mlp.dense_4h_to_h.weight_packed": "model-00002-of-00002.safetensors",
525
+ "gpt_neox.layers.31.mlp.dense_4h_to_h.weight_scale": "model-00002-of-00002.safetensors",
526
+ "gpt_neox.layers.31.mlp.dense_4h_to_h.weight_shape": "model-00002-of-00002.safetensors",
527
+ "gpt_neox.layers.31.mlp.dense_h_to_4h.bias": "model-00002-of-00002.safetensors",
528
+ "gpt_neox.layers.31.mlp.dense_h_to_4h.weight_packed": "model-00002-of-00002.safetensors",
529
+ "gpt_neox.layers.31.mlp.dense_h_to_4h.weight_scale": "model-00002-of-00002.safetensors",
530
+ "gpt_neox.layers.31.mlp.dense_h_to_4h.weight_shape": "model-00002-of-00002.safetensors",
531
+ "gpt_neox.layers.31.post_attention_layernorm.bias": "model-00002-of-00002.safetensors",
532
+ "gpt_neox.layers.31.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
533
+ "gpt_neox.layers.32.attention.dense.bias": "model-00002-of-00002.safetensors",
534
+ "gpt_neox.layers.32.attention.dense.weight_packed": "model-00002-of-00002.safetensors",
535
+ "gpt_neox.layers.32.attention.dense.weight_scale": "model-00002-of-00002.safetensors",
536
+ "gpt_neox.layers.32.attention.dense.weight_shape": "model-00002-of-00002.safetensors",
537
+ "gpt_neox.layers.32.attention.query_key_value.bias": "model-00002-of-00002.safetensors",
538
+ "gpt_neox.layers.32.attention.query_key_value.weight_packed": "model-00002-of-00002.safetensors",
539
+ "gpt_neox.layers.32.attention.query_key_value.weight_scale": "model-00002-of-00002.safetensors",
540
+ "gpt_neox.layers.32.attention.query_key_value.weight_shape": "model-00002-of-00002.safetensors",
541
+ "gpt_neox.layers.32.input_layernorm.bias": "model-00002-of-00002.safetensors",
542
+ "gpt_neox.layers.32.input_layernorm.weight": "model-00002-of-00002.safetensors",
543
+ "gpt_neox.layers.32.mlp.dense_4h_to_h.bias": "model-00002-of-00002.safetensors",
544
+ "gpt_neox.layers.32.mlp.dense_4h_to_h.weight_packed": "model-00002-of-00002.safetensors",
545
+ "gpt_neox.layers.32.mlp.dense_4h_to_h.weight_scale": "model-00002-of-00002.safetensors",
546
+ "gpt_neox.layers.32.mlp.dense_4h_to_h.weight_shape": "model-00002-of-00002.safetensors",
547
+ "gpt_neox.layers.32.mlp.dense_h_to_4h.bias": "model-00002-of-00002.safetensors",
548
+ "gpt_neox.layers.32.mlp.dense_h_to_4h.weight_packed": "model-00002-of-00002.safetensors",
549
+ "gpt_neox.layers.32.mlp.dense_h_to_4h.weight_scale": "model-00002-of-00002.safetensors",
550
+ "gpt_neox.layers.32.mlp.dense_h_to_4h.weight_shape": "model-00002-of-00002.safetensors",
551
+ "gpt_neox.layers.32.post_attention_layernorm.bias": "model-00002-of-00002.safetensors",
552
+ "gpt_neox.layers.32.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
553
+ "gpt_neox.layers.33.attention.dense.bias": "model-00002-of-00002.safetensors",
554
+ "gpt_neox.layers.33.attention.dense.weight_packed": "model-00002-of-00002.safetensors",
555
+ "gpt_neox.layers.33.attention.dense.weight_scale": "model-00002-of-00002.safetensors",
556
+ "gpt_neox.layers.33.attention.dense.weight_shape": "model-00002-of-00002.safetensors",
557
+ "gpt_neox.layers.33.attention.query_key_value.bias": "model-00002-of-00002.safetensors",
558
+ "gpt_neox.layers.33.attention.query_key_value.weight_packed": "model-00002-of-00002.safetensors",
559
+ "gpt_neox.layers.33.attention.query_key_value.weight_scale": "model-00002-of-00002.safetensors",
560
+ "gpt_neox.layers.33.attention.query_key_value.weight_shape": "model-00002-of-00002.safetensors",
561
+ "gpt_neox.layers.33.input_layernorm.bias": "model-00002-of-00002.safetensors",
562
+ "gpt_neox.layers.33.input_layernorm.weight": "model-00002-of-00002.safetensors",
563
+ "gpt_neox.layers.33.mlp.dense_4h_to_h.bias": "model-00002-of-00002.safetensors",
564
+ "gpt_neox.layers.33.mlp.dense_4h_to_h.weight_packed": "model-00002-of-00002.safetensors",
565
+ "gpt_neox.layers.33.mlp.dense_4h_to_h.weight_scale": "model-00002-of-00002.safetensors",
566
+ "gpt_neox.layers.33.mlp.dense_4h_to_h.weight_shape": "model-00002-of-00002.safetensors",
567
+ "gpt_neox.layers.33.mlp.dense_h_to_4h.bias": "model-00002-of-00002.safetensors",
568
+ "gpt_neox.layers.33.mlp.dense_h_to_4h.weight_packed": "model-00002-of-00002.safetensors",
569
+ "gpt_neox.layers.33.mlp.dense_h_to_4h.weight_scale": "model-00002-of-00002.safetensors",
570
+ "gpt_neox.layers.33.mlp.dense_h_to_4h.weight_shape": "model-00002-of-00002.safetensors",
571
+ "gpt_neox.layers.33.post_attention_layernorm.bias": "model-00002-of-00002.safetensors",
572
+ "gpt_neox.layers.33.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
573
+ "gpt_neox.layers.34.attention.dense.bias": "model-00002-of-00002.safetensors",
574
+ "gpt_neox.layers.34.attention.dense.weight_packed": "model-00002-of-00002.safetensors",
575
+ "gpt_neox.layers.34.attention.dense.weight_scale": "model-00002-of-00002.safetensors",
576
+ "gpt_neox.layers.34.attention.dense.weight_shape": "model-00002-of-00002.safetensors",
577
+ "gpt_neox.layers.34.attention.query_key_value.bias": "model-00002-of-00002.safetensors",
578
+ "gpt_neox.layers.34.attention.query_key_value.weight_packed": "model-00002-of-00002.safetensors",
579
+ "gpt_neox.layers.34.attention.query_key_value.weight_scale": "model-00002-of-00002.safetensors",
580
+ "gpt_neox.layers.34.attention.query_key_value.weight_shape": "model-00002-of-00002.safetensors",
581
+ "gpt_neox.layers.34.input_layernorm.bias": "model-00002-of-00002.safetensors",
582
+ "gpt_neox.layers.34.input_layernorm.weight": "model-00002-of-00002.safetensors",
583
+ "gpt_neox.layers.34.mlp.dense_4h_to_h.bias": "model-00002-of-00002.safetensors",
584
+ "gpt_neox.layers.34.mlp.dense_4h_to_h.weight_packed": "model-00002-of-00002.safetensors",
585
+ "gpt_neox.layers.34.mlp.dense_4h_to_h.weight_scale": "model-00002-of-00002.safetensors",
586
+ "gpt_neox.layers.34.mlp.dense_4h_to_h.weight_shape": "model-00002-of-00002.safetensors",
587
+ "gpt_neox.layers.34.mlp.dense_h_to_4h.bias": "model-00002-of-00002.safetensors",
588
+ "gpt_neox.layers.34.mlp.dense_h_to_4h.weight_packed": "model-00002-of-00002.safetensors",
589
+ "gpt_neox.layers.34.mlp.dense_h_to_4h.weight_scale": "model-00002-of-00002.safetensors",
590
+ "gpt_neox.layers.34.mlp.dense_h_to_4h.weight_shape": "model-00002-of-00002.safetensors",
591
+ "gpt_neox.layers.34.post_attention_layernorm.bias": "model-00002-of-00002.safetensors",
592
+ "gpt_neox.layers.34.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
593
+ "gpt_neox.layers.35.attention.dense.bias": "model-00002-of-00002.safetensors",
594
+ "gpt_neox.layers.35.attention.dense.weight_packed": "model-00002-of-00002.safetensors",
595
+ "gpt_neox.layers.35.attention.dense.weight_scale": "model-00002-of-00002.safetensors",
596
+ "gpt_neox.layers.35.attention.dense.weight_shape": "model-00002-of-00002.safetensors",
597
+ "gpt_neox.layers.35.attention.query_key_value.bias": "model-00002-of-00002.safetensors",
598
+ "gpt_neox.layers.35.attention.query_key_value.weight_packed": "model-00002-of-00002.safetensors",
599
+ "gpt_neox.layers.35.attention.query_key_value.weight_scale": "model-00002-of-00002.safetensors",
600
+ "gpt_neox.layers.35.attention.query_key_value.weight_shape": "model-00002-of-00002.safetensors",
601
+ "gpt_neox.layers.35.input_layernorm.bias": "model-00002-of-00002.safetensors",
602
+ "gpt_neox.layers.35.input_layernorm.weight": "model-00002-of-00002.safetensors",
603
+ "gpt_neox.layers.35.mlp.dense_4h_to_h.bias": "model-00002-of-00002.safetensors",
604
+ "gpt_neox.layers.35.mlp.dense_4h_to_h.weight_packed": "model-00002-of-00002.safetensors",
605
+ "gpt_neox.layers.35.mlp.dense_4h_to_h.weight_scale": "model-00002-of-00002.safetensors",
606
+ "gpt_neox.layers.35.mlp.dense_4h_to_h.weight_shape": "model-00002-of-00002.safetensors",
607
+ "gpt_neox.layers.35.mlp.dense_h_to_4h.bias": "model-00002-of-00002.safetensors",
608
+ "gpt_neox.layers.35.mlp.dense_h_to_4h.weight_packed": "model-00002-of-00002.safetensors",
609
+ "gpt_neox.layers.35.mlp.dense_h_to_4h.weight_scale": "model-00002-of-00002.safetensors",
610
+ "gpt_neox.layers.35.mlp.dense_h_to_4h.weight_shape": "model-00002-of-00002.safetensors",
611
+ "gpt_neox.layers.35.post_attention_layernorm.bias": "model-00002-of-00002.safetensors",
612
+ "gpt_neox.layers.35.post_attention_layernorm.weight": "model-00002-of-00002.safetensors",
613
+ "gpt_neox.layers.4.attention.dense.bias": "model-00001-of-00002.safetensors",
614
+ "gpt_neox.layers.4.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
615
+ "gpt_neox.layers.4.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
616
+ "gpt_neox.layers.4.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
617
+ "gpt_neox.layers.4.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
618
+ "gpt_neox.layers.4.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
619
+ "gpt_neox.layers.4.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
620
+ "gpt_neox.layers.4.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
621
+ "gpt_neox.layers.4.input_layernorm.bias": "model-00001-of-00002.safetensors",
622
+ "gpt_neox.layers.4.input_layernorm.weight": "model-00001-of-00002.safetensors",
623
+ "gpt_neox.layers.4.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
624
+ "gpt_neox.layers.4.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
625
+ "gpt_neox.layers.4.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
626
+ "gpt_neox.layers.4.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
627
+ "gpt_neox.layers.4.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
628
+ "gpt_neox.layers.4.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
629
+ "gpt_neox.layers.4.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
630
+ "gpt_neox.layers.4.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
631
+ "gpt_neox.layers.4.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
632
+ "gpt_neox.layers.4.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
633
+ "gpt_neox.layers.5.attention.dense.bias": "model-00001-of-00002.safetensors",
634
+ "gpt_neox.layers.5.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
635
+ "gpt_neox.layers.5.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
636
+ "gpt_neox.layers.5.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
637
+ "gpt_neox.layers.5.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
638
+ "gpt_neox.layers.5.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
639
+ "gpt_neox.layers.5.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
640
+ "gpt_neox.layers.5.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
641
+ "gpt_neox.layers.5.input_layernorm.bias": "model-00001-of-00002.safetensors",
642
+ "gpt_neox.layers.5.input_layernorm.weight": "model-00001-of-00002.safetensors",
643
+ "gpt_neox.layers.5.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
644
+ "gpt_neox.layers.5.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
645
+ "gpt_neox.layers.5.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
646
+ "gpt_neox.layers.5.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
647
+ "gpt_neox.layers.5.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
648
+ "gpt_neox.layers.5.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
649
+ "gpt_neox.layers.5.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
650
+ "gpt_neox.layers.5.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
651
+ "gpt_neox.layers.5.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
652
+ "gpt_neox.layers.5.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
653
+ "gpt_neox.layers.6.attention.dense.bias": "model-00001-of-00002.safetensors",
654
+ "gpt_neox.layers.6.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
655
+ "gpt_neox.layers.6.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
656
+ "gpt_neox.layers.6.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
657
+ "gpt_neox.layers.6.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
658
+ "gpt_neox.layers.6.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
659
+ "gpt_neox.layers.6.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
660
+ "gpt_neox.layers.6.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
661
+ "gpt_neox.layers.6.input_layernorm.bias": "model-00001-of-00002.safetensors",
662
+ "gpt_neox.layers.6.input_layernorm.weight": "model-00001-of-00002.safetensors",
663
+ "gpt_neox.layers.6.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
664
+ "gpt_neox.layers.6.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
665
+ "gpt_neox.layers.6.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
666
+ "gpt_neox.layers.6.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
667
+ "gpt_neox.layers.6.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
668
+ "gpt_neox.layers.6.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
669
+ "gpt_neox.layers.6.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
670
+ "gpt_neox.layers.6.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
671
+ "gpt_neox.layers.6.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
672
+ "gpt_neox.layers.6.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
673
+ "gpt_neox.layers.7.attention.dense.bias": "model-00001-of-00002.safetensors",
674
+ "gpt_neox.layers.7.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
675
+ "gpt_neox.layers.7.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
676
+ "gpt_neox.layers.7.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
677
+ "gpt_neox.layers.7.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
678
+ "gpt_neox.layers.7.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
679
+ "gpt_neox.layers.7.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
680
+ "gpt_neox.layers.7.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
681
+ "gpt_neox.layers.7.input_layernorm.bias": "model-00001-of-00002.safetensors",
682
+ "gpt_neox.layers.7.input_layernorm.weight": "model-00001-of-00002.safetensors",
683
+ "gpt_neox.layers.7.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
684
+ "gpt_neox.layers.7.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
685
+ "gpt_neox.layers.7.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
686
+ "gpt_neox.layers.7.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
687
+ "gpt_neox.layers.7.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
688
+ "gpt_neox.layers.7.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
689
+ "gpt_neox.layers.7.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
690
+ "gpt_neox.layers.7.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
691
+ "gpt_neox.layers.7.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
692
+ "gpt_neox.layers.7.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
693
+ "gpt_neox.layers.8.attention.dense.bias": "model-00001-of-00002.safetensors",
694
+ "gpt_neox.layers.8.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
695
+ "gpt_neox.layers.8.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
696
+ "gpt_neox.layers.8.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
697
+ "gpt_neox.layers.8.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
698
+ "gpt_neox.layers.8.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
699
+ "gpt_neox.layers.8.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
700
+ "gpt_neox.layers.8.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
701
+ "gpt_neox.layers.8.input_layernorm.bias": "model-00001-of-00002.safetensors",
702
+ "gpt_neox.layers.8.input_layernorm.weight": "model-00001-of-00002.safetensors",
703
+ "gpt_neox.layers.8.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
704
+ "gpt_neox.layers.8.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
705
+ "gpt_neox.layers.8.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
706
+ "gpt_neox.layers.8.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
707
+ "gpt_neox.layers.8.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
708
+ "gpt_neox.layers.8.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
709
+ "gpt_neox.layers.8.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
710
+ "gpt_neox.layers.8.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
711
+ "gpt_neox.layers.8.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
712
+ "gpt_neox.layers.8.post_attention_layernorm.weight": "model-00001-of-00002.safetensors",
713
+ "gpt_neox.layers.9.attention.dense.bias": "model-00001-of-00002.safetensors",
714
+ "gpt_neox.layers.9.attention.dense.weight_packed": "model-00001-of-00002.safetensors",
715
+ "gpt_neox.layers.9.attention.dense.weight_scale": "model-00001-of-00002.safetensors",
716
+ "gpt_neox.layers.9.attention.dense.weight_shape": "model-00001-of-00002.safetensors",
717
+ "gpt_neox.layers.9.attention.query_key_value.bias": "model-00001-of-00002.safetensors",
718
+ "gpt_neox.layers.9.attention.query_key_value.weight_packed": "model-00001-of-00002.safetensors",
719
+ "gpt_neox.layers.9.attention.query_key_value.weight_scale": "model-00001-of-00002.safetensors",
720
+ "gpt_neox.layers.9.attention.query_key_value.weight_shape": "model-00001-of-00002.safetensors",
721
+ "gpt_neox.layers.9.input_layernorm.bias": "model-00001-of-00002.safetensors",
722
+ "gpt_neox.layers.9.input_layernorm.weight": "model-00001-of-00002.safetensors",
723
+ "gpt_neox.layers.9.mlp.dense_4h_to_h.bias": "model-00001-of-00002.safetensors",
724
+ "gpt_neox.layers.9.mlp.dense_4h_to_h.weight_packed": "model-00001-of-00002.safetensors",
725
+ "gpt_neox.layers.9.mlp.dense_4h_to_h.weight_scale": "model-00001-of-00002.safetensors",
726
+ "gpt_neox.layers.9.mlp.dense_4h_to_h.weight_shape": "model-00001-of-00002.safetensors",
727
+ "gpt_neox.layers.9.mlp.dense_h_to_4h.bias": "model-00001-of-00002.safetensors",
728
+ "gpt_neox.layers.9.mlp.dense_h_to_4h.weight_packed": "model-00001-of-00002.safetensors",
729
+ "gpt_neox.layers.9.mlp.dense_h_to_4h.weight_scale": "model-00001-of-00002.safetensors",
730
+ "gpt_neox.layers.9.mlp.dense_h_to_4h.weight_shape": "model-00001-of-00002.safetensors",
731
+ "gpt_neox.layers.9.post_attention_layernorm.bias": "model-00001-of-00002.safetensors",
732
+ "gpt_neox.layers.9.post_attention_layernorm.weight": "model-00001-of-00002.safetensors"
733
+ }
734
+ }
recipe.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ default_stage:
2
+ default_modifiers:
3
+ GPTQModifier:
4
+ targets: [Linear]
5
+ ignore: [lm_head]
6
+ scheme: W4A16
7
+ block_size: 128
8
+ dampening_frac: 0.01
9
+ actorder: static
10
+ offload_hessians: false
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<|endoftext|>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<|padding|>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "50254": {
20
+ "content": " ",
21
+ "lstrip": false,
22
+ "normalized": true,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": false
26
+ },
27
+ "50255": {
28
+ "content": " ",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": false
34
+ },
35
+ "50256": {
36
+ "content": " ",
37
+ "lstrip": false,
38
+ "normalized": true,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": false
42
+ },
43
+ "50257": {
44
+ "content": " ",
45
+ "lstrip": false,
46
+ "normalized": true,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": false
50
+ },
51
+ "50258": {
52
+ "content": " ",
53
+ "lstrip": false,
54
+ "normalized": true,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": false
58
+ },
59
+ "50259": {
60
+ "content": " ",
61
+ "lstrip": false,
62
+ "normalized": true,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": false
66
+ },
67
+ "50260": {
68
+ "content": " ",
69
+ "lstrip": false,
70
+ "normalized": true,
71
+ "rstrip": false,
72
+ "single_word": false,
73
+ "special": false
74
+ },
75
+ "50261": {
76
+ "content": " ",
77
+ "lstrip": false,
78
+ "normalized": true,
79
+ "rstrip": false,
80
+ "single_word": false,
81
+ "special": false
82
+ },
83
+ "50262": {
84
+ "content": " ",
85
+ "lstrip": false,
86
+ "normalized": true,
87
+ "rstrip": false,
88
+ "single_word": false,
89
+ "special": false
90
+ },
91
+ "50263": {
92
+ "content": " ",
93
+ "lstrip": false,
94
+ "normalized": true,
95
+ "rstrip": false,
96
+ "single_word": false,
97
+ "special": false
98
+ },
99
+ "50264": {
100
+ "content": " ",
101
+ "lstrip": false,
102
+ "normalized": true,
103
+ "rstrip": false,
104
+ "single_word": false,
105
+ "special": false
106
+ },
107
+ "50265": {
108
+ "content": " ",
109
+ "lstrip": false,
110
+ "normalized": true,
111
+ "rstrip": false,
112
+ "single_word": false,
113
+ "special": false
114
+ },
115
+ "50266": {
116
+ "content": " ",
117
+ "lstrip": false,
118
+ "normalized": true,
119
+ "rstrip": false,
120
+ "single_word": false,
121
+ "special": false
122
+ },
123
+ "50267": {
124
+ "content": " ",
125
+ "lstrip": false,
126
+ "normalized": true,
127
+ "rstrip": false,
128
+ "single_word": false,
129
+ "special": false
130
+ },
131
+ "50268": {
132
+ "content": " ",
133
+ "lstrip": false,
134
+ "normalized": true,
135
+ "rstrip": false,
136
+ "single_word": false,
137
+ "special": false
138
+ },
139
+ "50269": {
140
+ "content": " ",
141
+ "lstrip": false,
142
+ "normalized": true,
143
+ "rstrip": false,
144
+ "single_word": false,
145
+ "special": false
146
+ },
147
+ "50270": {
148
+ "content": " ",
149
+ "lstrip": false,
150
+ "normalized": true,
151
+ "rstrip": false,
152
+ "single_word": false,
153
+ "special": false
154
+ },
155
+ "50271": {
156
+ "content": " ",
157
+ "lstrip": false,
158
+ "normalized": true,
159
+ "rstrip": false,
160
+ "single_word": false,
161
+ "special": false
162
+ },
163
+ "50272": {
164
+ "content": " ",
165
+ "lstrip": false,
166
+ "normalized": true,
167
+ "rstrip": false,
168
+ "single_word": false,
169
+ "special": false
170
+ },
171
+ "50273": {
172
+ "content": " ",
173
+ "lstrip": false,
174
+ "normalized": true,
175
+ "rstrip": false,
176
+ "single_word": false,
177
+ "special": false
178
+ },
179
+ "50274": {
180
+ "content": " ",
181
+ "lstrip": false,
182
+ "normalized": true,
183
+ "rstrip": false,
184
+ "single_word": false,
185
+ "special": false
186
+ },
187
+ "50275": {
188
+ "content": " ",
189
+ "lstrip": false,
190
+ "normalized": true,
191
+ "rstrip": false,
192
+ "single_word": false,
193
+ "special": false
194
+ },
195
+ "50276": {
196
+ "content": " ",
197
+ "lstrip": false,
198
+ "normalized": true,
199
+ "rstrip": false,
200
+ "single_word": false,
201
+ "special": false
202
+ }
203
+ },
204
+ "clean_up_tokenization_spaces": false,
205
+ "extra_special_tokens": {},
206
+ "model_max_length": 1000000000000000019884624838656,
207
+ "tokenizer_class": "PreTrainedTokenizerFast"
208
+ }