jasonkrone commited on
Commit
03b14bb
1 Parent(s): d0f47ae

Upload OLMoForCausalLM

Browse files
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/artifacts/olmo_7b_toks_302b",
3
+ "activation_type": "swiglu",
4
+ "alibi": false,
5
+ "alibi_bias_max": 8.0,
6
+ "architectures": [
7
+ "OLMoForCausalLM"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "attention_layer_norm": false,
11
+ "attention_layer_norm_with_affine": false,
12
+ "bias_for_layer_norm": false,
13
+ "block_group_size": 1,
14
+ "block_type": "sequential",
15
+ "clip_qkv": null,
16
+ "d_model": 4096,
17
+ "embedding_dropout": 0.0,
18
+ "embedding_size": 50304,
19
+ "eos_token_id": 0,
20
+ "flash_attention": true,
21
+ "include_bias": false,
22
+ "init_cutoff_factor": null,
23
+ "init_device": "meta",
24
+ "init_fn": "mitchell",
25
+ "init_std": 0.02,
26
+ "layer_norm_eps": 1e-05,
27
+ "layer_norm_type": "default",
28
+ "layer_norm_with_affine": false,
29
+ "max_sequence_length": 2048,
30
+ "mlp_hidden_size": 22016,
31
+ "mlp_ratio": 4,
32
+ "model_type": "hf_olmo",
33
+ "multi_query_attention": false,
34
+ "n_heads": 32,
35
+ "n_kv_heads": null,
36
+ "n_layers": 32,
37
+ "pad_token_id": 1,
38
+ "precision": "amp_bf16",
39
+ "residual_dropout": 0.0,
40
+ "rope": true,
41
+ "rope_full_precision": true,
42
+ "scale_logits": false,
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.44.0",
45
+ "use_cache": true,
46
+ "vocab_size": 50280,
47
+ "weight_tying": false
48
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": 0,
4
+ "pad_token_id": 1,
5
+ "transformers_version": "4.44.0"
6
+ }
model-00001-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3639b67482a9ba46f8fbbd070dcdcf4ed9dc715df19395620000154c6b1cbcef
3
+ size 4938795616
model-00002-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81eac5b1106272ffd873fa7460bf7a3e29a7b097d046e926f344831b8562fa0f
3
+ size 4857006944
model-00003-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7f88809f142423141d42664f9cc3e511cca42744a2c95ee7644bd2627372ba9
3
+ size 4857006960
model-00004-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd6f10ce25234ace25977adb5817b276bfb73aa7369584817ff9c706bbf11585
3
+ size 4857006960
model-00005-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dcdd832aabc4fea789f7d8c9f4238a0f2f8feb97bf80480867ce47e03362d4b
3
+ size 4857006960
model-00006-of-00006.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b777fba33c7ca888480455edd9bdfb52af877d973ef7097854ceb4537dfd581f
3
+ size 3185575352
model.safetensors.index.json ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 27552382976
4
+ },
5
+ "weight_map": {
6
+ "model.transformer.blocks.0.att_proj.weight": "model-00001-of-00006.safetensors",
7
+ "model.transformer.blocks.0.attn_out.weight": "model-00001-of-00006.safetensors",
8
+ "model.transformer.blocks.0.ff_out.weight": "model-00001-of-00006.safetensors",
9
+ "model.transformer.blocks.0.ff_proj.weight": "model-00001-of-00006.safetensors",
10
+ "model.transformer.blocks.1.att_proj.weight": "model-00001-of-00006.safetensors",
11
+ "model.transformer.blocks.1.attn_out.weight": "model-00001-of-00006.safetensors",
12
+ "model.transformer.blocks.1.ff_out.weight": "model-00001-of-00006.safetensors",
13
+ "model.transformer.blocks.1.ff_proj.weight": "model-00001-of-00006.safetensors",
14
+ "model.transformer.blocks.10.att_proj.weight": "model-00002-of-00006.safetensors",
15
+ "model.transformer.blocks.10.attn_out.weight": "model-00002-of-00006.safetensors",
16
+ "model.transformer.blocks.10.ff_out.weight": "model-00002-of-00006.safetensors",
17
+ "model.transformer.blocks.10.ff_proj.weight": "model-00002-of-00006.safetensors",
18
+ "model.transformer.blocks.11.att_proj.weight": "model-00003-of-00006.safetensors",
19
+ "model.transformer.blocks.11.attn_out.weight": "model-00002-of-00006.safetensors",
20
+ "model.transformer.blocks.11.ff_out.weight": "model-00003-of-00006.safetensors",
21
+ "model.transformer.blocks.11.ff_proj.weight": "model-00003-of-00006.safetensors",
22
+ "model.transformer.blocks.12.att_proj.weight": "model-00003-of-00006.safetensors",
23
+ "model.transformer.blocks.12.attn_out.weight": "model-00003-of-00006.safetensors",
24
+ "model.transformer.blocks.12.ff_out.weight": "model-00003-of-00006.safetensors",
25
+ "model.transformer.blocks.12.ff_proj.weight": "model-00003-of-00006.safetensors",
26
+ "model.transformer.blocks.13.att_proj.weight": "model-00003-of-00006.safetensors",
27
+ "model.transformer.blocks.13.attn_out.weight": "model-00003-of-00006.safetensors",
28
+ "model.transformer.blocks.13.ff_out.weight": "model-00003-of-00006.safetensors",
29
+ "model.transformer.blocks.13.ff_proj.weight": "model-00003-of-00006.safetensors",
30
+ "model.transformer.blocks.14.att_proj.weight": "model-00003-of-00006.safetensors",
31
+ "model.transformer.blocks.14.attn_out.weight": "model-00003-of-00006.safetensors",
32
+ "model.transformer.blocks.14.ff_out.weight": "model-00003-of-00006.safetensors",
33
+ "model.transformer.blocks.14.ff_proj.weight": "model-00003-of-00006.safetensors",
34
+ "model.transformer.blocks.15.att_proj.weight": "model-00003-of-00006.safetensors",
35
+ "model.transformer.blocks.15.attn_out.weight": "model-00003-of-00006.safetensors",
36
+ "model.transformer.blocks.15.ff_out.weight": "model-00003-of-00006.safetensors",
37
+ "model.transformer.blocks.15.ff_proj.weight": "model-00003-of-00006.safetensors",
38
+ "model.transformer.blocks.16.att_proj.weight": "model-00003-of-00006.safetensors",
39
+ "model.transformer.blocks.16.attn_out.weight": "model-00003-of-00006.safetensors",
40
+ "model.transformer.blocks.16.ff_out.weight": "model-00003-of-00006.safetensors",
41
+ "model.transformer.blocks.16.ff_proj.weight": "model-00003-of-00006.safetensors",
42
+ "model.transformer.blocks.17.att_proj.weight": "model-00004-of-00006.safetensors",
43
+ "model.transformer.blocks.17.attn_out.weight": "model-00003-of-00006.safetensors",
44
+ "model.transformer.blocks.17.ff_out.weight": "model-00004-of-00006.safetensors",
45
+ "model.transformer.blocks.17.ff_proj.weight": "model-00004-of-00006.safetensors",
46
+ "model.transformer.blocks.18.att_proj.weight": "model-00004-of-00006.safetensors",
47
+ "model.transformer.blocks.18.attn_out.weight": "model-00004-of-00006.safetensors",
48
+ "model.transformer.blocks.18.ff_out.weight": "model-00004-of-00006.safetensors",
49
+ "model.transformer.blocks.18.ff_proj.weight": "model-00004-of-00006.safetensors",
50
+ "model.transformer.blocks.19.att_proj.weight": "model-00004-of-00006.safetensors",
51
+ "model.transformer.blocks.19.attn_out.weight": "model-00004-of-00006.safetensors",
52
+ "model.transformer.blocks.19.ff_out.weight": "model-00004-of-00006.safetensors",
53
+ "model.transformer.blocks.19.ff_proj.weight": "model-00004-of-00006.safetensors",
54
+ "model.transformer.blocks.2.att_proj.weight": "model-00001-of-00006.safetensors",
55
+ "model.transformer.blocks.2.attn_out.weight": "model-00001-of-00006.safetensors",
56
+ "model.transformer.blocks.2.ff_out.weight": "model-00001-of-00006.safetensors",
57
+ "model.transformer.blocks.2.ff_proj.weight": "model-00001-of-00006.safetensors",
58
+ "model.transformer.blocks.20.att_proj.weight": "model-00004-of-00006.safetensors",
59
+ "model.transformer.blocks.20.attn_out.weight": "model-00004-of-00006.safetensors",
60
+ "model.transformer.blocks.20.ff_out.weight": "model-00004-of-00006.safetensors",
61
+ "model.transformer.blocks.20.ff_proj.weight": "model-00004-of-00006.safetensors",
62
+ "model.transformer.blocks.21.att_proj.weight": "model-00004-of-00006.safetensors",
63
+ "model.transformer.blocks.21.attn_out.weight": "model-00004-of-00006.safetensors",
64
+ "model.transformer.blocks.21.ff_out.weight": "model-00004-of-00006.safetensors",
65
+ "model.transformer.blocks.21.ff_proj.weight": "model-00004-of-00006.safetensors",
66
+ "model.transformer.blocks.22.att_proj.weight": "model-00004-of-00006.safetensors",
67
+ "model.transformer.blocks.22.attn_out.weight": "model-00004-of-00006.safetensors",
68
+ "model.transformer.blocks.22.ff_out.weight": "model-00004-of-00006.safetensors",
69
+ "model.transformer.blocks.22.ff_proj.weight": "model-00004-of-00006.safetensors",
70
+ "model.transformer.blocks.23.att_proj.weight": "model-00005-of-00006.safetensors",
71
+ "model.transformer.blocks.23.attn_out.weight": "model-00004-of-00006.safetensors",
72
+ "model.transformer.blocks.23.ff_out.weight": "model-00005-of-00006.safetensors",
73
+ "model.transformer.blocks.23.ff_proj.weight": "model-00005-of-00006.safetensors",
74
+ "model.transformer.blocks.24.att_proj.weight": "model-00005-of-00006.safetensors",
75
+ "model.transformer.blocks.24.attn_out.weight": "model-00005-of-00006.safetensors",
76
+ "model.transformer.blocks.24.ff_out.weight": "model-00005-of-00006.safetensors",
77
+ "model.transformer.blocks.24.ff_proj.weight": "model-00005-of-00006.safetensors",
78
+ "model.transformer.blocks.25.att_proj.weight": "model-00005-of-00006.safetensors",
79
+ "model.transformer.blocks.25.attn_out.weight": "model-00005-of-00006.safetensors",
80
+ "model.transformer.blocks.25.ff_out.weight": "model-00005-of-00006.safetensors",
81
+ "model.transformer.blocks.25.ff_proj.weight": "model-00005-of-00006.safetensors",
82
+ "model.transformer.blocks.26.att_proj.weight": "model-00005-of-00006.safetensors",
83
+ "model.transformer.blocks.26.attn_out.weight": "model-00005-of-00006.safetensors",
84
+ "model.transformer.blocks.26.ff_out.weight": "model-00005-of-00006.safetensors",
85
+ "model.transformer.blocks.26.ff_proj.weight": "model-00005-of-00006.safetensors",
86
+ "model.transformer.blocks.27.att_proj.weight": "model-00005-of-00006.safetensors",
87
+ "model.transformer.blocks.27.attn_out.weight": "model-00005-of-00006.safetensors",
88
+ "model.transformer.blocks.27.ff_out.weight": "model-00005-of-00006.safetensors",
89
+ "model.transformer.blocks.27.ff_proj.weight": "model-00005-of-00006.safetensors",
90
+ "model.transformer.blocks.28.att_proj.weight": "model-00005-of-00006.safetensors",
91
+ "model.transformer.blocks.28.attn_out.weight": "model-00005-of-00006.safetensors",
92
+ "model.transformer.blocks.28.ff_out.weight": "model-00005-of-00006.safetensors",
93
+ "model.transformer.blocks.28.ff_proj.weight": "model-00005-of-00006.safetensors",
94
+ "model.transformer.blocks.29.att_proj.weight": "model-00006-of-00006.safetensors",
95
+ "model.transformer.blocks.29.attn_out.weight": "model-00005-of-00006.safetensors",
96
+ "model.transformer.blocks.29.ff_out.weight": "model-00006-of-00006.safetensors",
97
+ "model.transformer.blocks.29.ff_proj.weight": "model-00006-of-00006.safetensors",
98
+ "model.transformer.blocks.3.att_proj.weight": "model-00001-of-00006.safetensors",
99
+ "model.transformer.blocks.3.attn_out.weight": "model-00001-of-00006.safetensors",
100
+ "model.transformer.blocks.3.ff_out.weight": "model-00001-of-00006.safetensors",
101
+ "model.transformer.blocks.3.ff_proj.weight": "model-00001-of-00006.safetensors",
102
+ "model.transformer.blocks.30.att_proj.weight": "model-00006-of-00006.safetensors",
103
+ "model.transformer.blocks.30.attn_out.weight": "model-00006-of-00006.safetensors",
104
+ "model.transformer.blocks.30.ff_out.weight": "model-00006-of-00006.safetensors",
105
+ "model.transformer.blocks.30.ff_proj.weight": "model-00006-of-00006.safetensors",
106
+ "model.transformer.blocks.31.att_proj.weight": "model-00006-of-00006.safetensors",
107
+ "model.transformer.blocks.31.attn_out.weight": "model-00006-of-00006.safetensors",
108
+ "model.transformer.blocks.31.ff_out.weight": "model-00006-of-00006.safetensors",
109
+ "model.transformer.blocks.31.ff_proj.weight": "model-00006-of-00006.safetensors",
110
+ "model.transformer.blocks.4.att_proj.weight": "model-00001-of-00006.safetensors",
111
+ "model.transformer.blocks.4.attn_out.weight": "model-00001-of-00006.safetensors",
112
+ "model.transformer.blocks.4.ff_out.weight": "model-00001-of-00006.safetensors",
113
+ "model.transformer.blocks.4.ff_proj.weight": "model-00001-of-00006.safetensors",
114
+ "model.transformer.blocks.5.att_proj.weight": "model-00002-of-00006.safetensors",
115
+ "model.transformer.blocks.5.attn_out.weight": "model-00001-of-00006.safetensors",
116
+ "model.transformer.blocks.5.ff_out.weight": "model-00002-of-00006.safetensors",
117
+ "model.transformer.blocks.5.ff_proj.weight": "model-00002-of-00006.safetensors",
118
+ "model.transformer.blocks.6.att_proj.weight": "model-00002-of-00006.safetensors",
119
+ "model.transformer.blocks.6.attn_out.weight": "model-00002-of-00006.safetensors",
120
+ "model.transformer.blocks.6.ff_out.weight": "model-00002-of-00006.safetensors",
121
+ "model.transformer.blocks.6.ff_proj.weight": "model-00002-of-00006.safetensors",
122
+ "model.transformer.blocks.7.att_proj.weight": "model-00002-of-00006.safetensors",
123
+ "model.transformer.blocks.7.attn_out.weight": "model-00002-of-00006.safetensors",
124
+ "model.transformer.blocks.7.ff_out.weight": "model-00002-of-00006.safetensors",
125
+ "model.transformer.blocks.7.ff_proj.weight": "model-00002-of-00006.safetensors",
126
+ "model.transformer.blocks.8.att_proj.weight": "model-00002-of-00006.safetensors",
127
+ "model.transformer.blocks.8.attn_out.weight": "model-00002-of-00006.safetensors",
128
+ "model.transformer.blocks.8.ff_out.weight": "model-00002-of-00006.safetensors",
129
+ "model.transformer.blocks.8.ff_proj.weight": "model-00002-of-00006.safetensors",
130
+ "model.transformer.blocks.9.att_proj.weight": "model-00002-of-00006.safetensors",
131
+ "model.transformer.blocks.9.attn_out.weight": "model-00002-of-00006.safetensors",
132
+ "model.transformer.blocks.9.ff_out.weight": "model-00002-of-00006.safetensors",
133
+ "model.transformer.blocks.9.ff_proj.weight": "model-00002-of-00006.safetensors",
134
+ "model.transformer.ff_out.weight": "model-00006-of-00006.safetensors",
135
+ "model.transformer.wte.weight": "model-00001-of-00006.safetensors"
136
+ }
137
+ }