Upload CodeGenForCausalLM
Browse files- README.md +201 -0
- config.json +42 -0
- generation_config.json +7 -0
- model-00001-of-00003.safetensors +3 -0
- model-00002-of-00003.safetensors +3 -0
- model-00003-of-00003.safetensors +3 -0
- model.safetensors.index.json +268 -0
README.md
ADDED
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags: []
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
|
201 |
+
|
config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Salesforce/codegen-2B-multi",
|
3 |
+
"activation_function": "gelu_new",
|
4 |
+
"architectures": [
|
5 |
+
"CodeGenForCausalLM"
|
6 |
+
],
|
7 |
+
"attn_pdrop": 0.0,
|
8 |
+
"bos_token_id": 1,
|
9 |
+
"embd_pdrop": 0.0,
|
10 |
+
"eos_token_id": 50256,
|
11 |
+
"gradient_checkpointing": false,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"layer_norm_epsilon": 1e-05,
|
14 |
+
"model_type": "codegen",
|
15 |
+
"n_ctx": 2048,
|
16 |
+
"n_embd": 2560,
|
17 |
+
"n_head": 32,
|
18 |
+
"n_inner": null,
|
19 |
+
"n_layer": 32,
|
20 |
+
"n_positions": 2048,
|
21 |
+
"resid_pdrop": 0.0,
|
22 |
+
"rotary_dim": 64,
|
23 |
+
"scale_attn_weights": true,
|
24 |
+
"summary_activation": null,
|
25 |
+
"summary_first_dropout": 0.1,
|
26 |
+
"summary_proj_to_labels": true,
|
27 |
+
"summary_type": "cls_index",
|
28 |
+
"summary_use_proj": true,
|
29 |
+
"task_specific_params": {
|
30 |
+
"text-generation": {
|
31 |
+
"do_sample": true,
|
32 |
+
"max_length": 50,
|
33 |
+
"temperature": 1.0
|
34 |
+
}
|
35 |
+
},
|
36 |
+
"tie_word_embeddings": false,
|
37 |
+
"tokenizer_class": "GPT2Tokenizer",
|
38 |
+
"torch_dtype": "float32",
|
39 |
+
"transformers_version": "4.38.2",
|
40 |
+
"use_cache": false,
|
41 |
+
"vocab_size": 51200
|
42 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 1,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.38.2",
|
6 |
+
"use_cache": false
|
7 |
+
}
|
model-00001-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fe37ab9e348676a5807ab3dc4ad4e98b2d2f3797c6b6b16f806dbeb06565304e
|
3 |
+
size 4929343512
|
model-00002-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e93c62392ea91b702e6a5f431a589771c3a0cf0d0d095f1d6ba3267978d51a54
|
3 |
+
size 4929436768
|
model-00003-of-00003.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e3a57ea96b5d878f6f1d4384a57acd2f398ab04a6181cb9de324870c25bfef7f
|
3 |
+
size 1258672400
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,268 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 11117424640
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.bias": "model-00003-of-00003.safetensors",
|
7 |
+
"lm_head.weight": "model-00003-of-00003.safetensors",
|
8 |
+
"transformer.h.0.attn.out_proj.weight": "model-00001-of-00003.safetensors",
|
9 |
+
"transformer.h.0.attn.qkv_proj.weight": "model-00001-of-00003.safetensors",
|
10 |
+
"transformer.h.0.ln_1.bias": "model-00001-of-00003.safetensors",
|
11 |
+
"transformer.h.0.ln_1.weight": "model-00001-of-00003.safetensors",
|
12 |
+
"transformer.h.0.mlp.fc_in.bias": "model-00001-of-00003.safetensors",
|
13 |
+
"transformer.h.0.mlp.fc_in.weight": "model-00001-of-00003.safetensors",
|
14 |
+
"transformer.h.0.mlp.fc_out.bias": "model-00001-of-00003.safetensors",
|
15 |
+
"transformer.h.0.mlp.fc_out.weight": "model-00001-of-00003.safetensors",
|
16 |
+
"transformer.h.1.attn.out_proj.weight": "model-00001-of-00003.safetensors",
|
17 |
+
"transformer.h.1.attn.qkv_proj.weight": "model-00001-of-00003.safetensors",
|
18 |
+
"transformer.h.1.ln_1.bias": "model-00001-of-00003.safetensors",
|
19 |
+
"transformer.h.1.ln_1.weight": "model-00001-of-00003.safetensors",
|
20 |
+
"transformer.h.1.mlp.fc_in.bias": "model-00001-of-00003.safetensors",
|
21 |
+
"transformer.h.1.mlp.fc_in.weight": "model-00001-of-00003.safetensors",
|
22 |
+
"transformer.h.1.mlp.fc_out.bias": "model-00001-of-00003.safetensors",
|
23 |
+
"transformer.h.1.mlp.fc_out.weight": "model-00001-of-00003.safetensors",
|
24 |
+
"transformer.h.10.attn.out_proj.weight": "model-00001-of-00003.safetensors",
|
25 |
+
"transformer.h.10.attn.qkv_proj.weight": "model-00001-of-00003.safetensors",
|
26 |
+
"transformer.h.10.ln_1.bias": "model-00001-of-00003.safetensors",
|
27 |
+
"transformer.h.10.ln_1.weight": "model-00001-of-00003.safetensors",
|
28 |
+
"transformer.h.10.mlp.fc_in.bias": "model-00001-of-00003.safetensors",
|
29 |
+
"transformer.h.10.mlp.fc_in.weight": "model-00001-of-00003.safetensors",
|
30 |
+
"transformer.h.10.mlp.fc_out.bias": "model-00001-of-00003.safetensors",
|
31 |
+
"transformer.h.10.mlp.fc_out.weight": "model-00001-of-00003.safetensors",
|
32 |
+
"transformer.h.11.attn.out_proj.weight": "model-00001-of-00003.safetensors",
|
33 |
+
"transformer.h.11.attn.qkv_proj.weight": "model-00001-of-00003.safetensors",
|
34 |
+
"transformer.h.11.ln_1.bias": "model-00001-of-00003.safetensors",
|
35 |
+
"transformer.h.11.ln_1.weight": "model-00001-of-00003.safetensors",
|
36 |
+
"transformer.h.11.mlp.fc_in.bias": "model-00001-of-00003.safetensors",
|
37 |
+
"transformer.h.11.mlp.fc_in.weight": "model-00001-of-00003.safetensors",
|
38 |
+
"transformer.h.11.mlp.fc_out.bias": "model-00001-of-00003.safetensors",
|
39 |
+
"transformer.h.11.mlp.fc_out.weight": "model-00001-of-00003.safetensors",
|
40 |
+
"transformer.h.12.attn.out_proj.weight": "model-00001-of-00003.safetensors",
|
41 |
+
"transformer.h.12.attn.qkv_proj.weight": "model-00001-of-00003.safetensors",
|
42 |
+
"transformer.h.12.ln_1.bias": "model-00001-of-00003.safetensors",
|
43 |
+
"transformer.h.12.ln_1.weight": "model-00001-of-00003.safetensors",
|
44 |
+
"transformer.h.12.mlp.fc_in.bias": "model-00001-of-00003.safetensors",
|
45 |
+
"transformer.h.12.mlp.fc_in.weight": "model-00001-of-00003.safetensors",
|
46 |
+
"transformer.h.12.mlp.fc_out.bias": "model-00001-of-00003.safetensors",
|
47 |
+
"transformer.h.12.mlp.fc_out.weight": "model-00001-of-00003.safetensors",
|
48 |
+
"transformer.h.13.attn.out_proj.weight": "model-00001-of-00003.safetensors",
|
49 |
+
"transformer.h.13.attn.qkv_proj.weight": "model-00001-of-00003.safetensors",
|
50 |
+
"transformer.h.13.ln_1.bias": "model-00001-of-00003.safetensors",
|
51 |
+
"transformer.h.13.ln_1.weight": "model-00001-of-00003.safetensors",
|
52 |
+
"transformer.h.13.mlp.fc_in.bias": "model-00001-of-00003.safetensors",
|
53 |
+
"transformer.h.13.mlp.fc_in.weight": "model-00001-of-00003.safetensors",
|
54 |
+
"transformer.h.13.mlp.fc_out.bias": "model-00001-of-00003.safetensors",
|
55 |
+
"transformer.h.13.mlp.fc_out.weight": "model-00001-of-00003.safetensors",
|
56 |
+
"transformer.h.14.attn.out_proj.weight": "model-00002-of-00003.safetensors",
|
57 |
+
"transformer.h.14.attn.qkv_proj.weight": "model-00002-of-00003.safetensors",
|
58 |
+
"transformer.h.14.ln_1.bias": "model-00001-of-00003.safetensors",
|
59 |
+
"transformer.h.14.ln_1.weight": "model-00001-of-00003.safetensors",
|
60 |
+
"transformer.h.14.mlp.fc_in.bias": "model-00002-of-00003.safetensors",
|
61 |
+
"transformer.h.14.mlp.fc_in.weight": "model-00002-of-00003.safetensors",
|
62 |
+
"transformer.h.14.mlp.fc_out.bias": "model-00002-of-00003.safetensors",
|
63 |
+
"transformer.h.14.mlp.fc_out.weight": "model-00002-of-00003.safetensors",
|
64 |
+
"transformer.h.15.attn.out_proj.weight": "model-00002-of-00003.safetensors",
|
65 |
+
"transformer.h.15.attn.qkv_proj.weight": "model-00002-of-00003.safetensors",
|
66 |
+
"transformer.h.15.ln_1.bias": "model-00002-of-00003.safetensors",
|
67 |
+
"transformer.h.15.ln_1.weight": "model-00002-of-00003.safetensors",
|
68 |
+
"transformer.h.15.mlp.fc_in.bias": "model-00002-of-00003.safetensors",
|
69 |
+
"transformer.h.15.mlp.fc_in.weight": "model-00002-of-00003.safetensors",
|
70 |
+
"transformer.h.15.mlp.fc_out.bias": "model-00002-of-00003.safetensors",
|
71 |
+
"transformer.h.15.mlp.fc_out.weight": "model-00002-of-00003.safetensors",
|
72 |
+
"transformer.h.16.attn.out_proj.weight": "model-00002-of-00003.safetensors",
|
73 |
+
"transformer.h.16.attn.qkv_proj.weight": "model-00002-of-00003.safetensors",
|
74 |
+
"transformer.h.16.ln_1.bias": "model-00002-of-00003.safetensors",
|
75 |
+
"transformer.h.16.ln_1.weight": "model-00002-of-00003.safetensors",
|
76 |
+
"transformer.h.16.mlp.fc_in.bias": "model-00002-of-00003.safetensors",
|
77 |
+
"transformer.h.16.mlp.fc_in.weight": "model-00002-of-00003.safetensors",
|
78 |
+
"transformer.h.16.mlp.fc_out.bias": "model-00002-of-00003.safetensors",
|
79 |
+
"transformer.h.16.mlp.fc_out.weight": "model-00002-of-00003.safetensors",
|
80 |
+
"transformer.h.17.attn.out_proj.weight": "model-00002-of-00003.safetensors",
|
81 |
+
"transformer.h.17.attn.qkv_proj.weight": "model-00002-of-00003.safetensors",
|
82 |
+
"transformer.h.17.ln_1.bias": "model-00002-of-00003.safetensors",
|
83 |
+
"transformer.h.17.ln_1.weight": "model-00002-of-00003.safetensors",
|
84 |
+
"transformer.h.17.mlp.fc_in.bias": "model-00002-of-00003.safetensors",
|
85 |
+
"transformer.h.17.mlp.fc_in.weight": "model-00002-of-00003.safetensors",
|
86 |
+
"transformer.h.17.mlp.fc_out.bias": "model-00002-of-00003.safetensors",
|
87 |
+
"transformer.h.17.mlp.fc_out.weight": "model-00002-of-00003.safetensors",
|
88 |
+
"transformer.h.18.attn.out_proj.weight": "model-00002-of-00003.safetensors",
|
89 |
+
"transformer.h.18.attn.qkv_proj.weight": "model-00002-of-00003.safetensors",
|
90 |
+
"transformer.h.18.ln_1.bias": "model-00002-of-00003.safetensors",
|
91 |
+
"transformer.h.18.ln_1.weight": "model-00002-of-00003.safetensors",
|
92 |
+
"transformer.h.18.mlp.fc_in.bias": "model-00002-of-00003.safetensors",
|
93 |
+
"transformer.h.18.mlp.fc_in.weight": "model-00002-of-00003.safetensors",
|
94 |
+
"transformer.h.18.mlp.fc_out.bias": "model-00002-of-00003.safetensors",
|
95 |
+
"transformer.h.18.mlp.fc_out.weight": "model-00002-of-00003.safetensors",
|
96 |
+
"transformer.h.19.attn.out_proj.weight": "model-00002-of-00003.safetensors",
|
97 |
+
"transformer.h.19.attn.qkv_proj.weight": "model-00002-of-00003.safetensors",
|
98 |
+
"transformer.h.19.ln_1.bias": "model-00002-of-00003.safetensors",
|
99 |
+
"transformer.h.19.ln_1.weight": "model-00002-of-00003.safetensors",
|
100 |
+
"transformer.h.19.mlp.fc_in.bias": "model-00002-of-00003.safetensors",
|
101 |
+
"transformer.h.19.mlp.fc_in.weight": "model-00002-of-00003.safetensors",
|
102 |
+
"transformer.h.19.mlp.fc_out.bias": "model-00002-of-00003.safetensors",
|
103 |
+
"transformer.h.19.mlp.fc_out.weight": "model-00002-of-00003.safetensors",
|
104 |
+
"transformer.h.2.attn.out_proj.weight": "model-00001-of-00003.safetensors",
|
105 |
+
"transformer.h.2.attn.qkv_proj.weight": "model-00001-of-00003.safetensors",
|
106 |
+
"transformer.h.2.ln_1.bias": "model-00001-of-00003.safetensors",
|
107 |
+
"transformer.h.2.ln_1.weight": "model-00001-of-00003.safetensors",
|
108 |
+
"transformer.h.2.mlp.fc_in.bias": "model-00001-of-00003.safetensors",
|
109 |
+
"transformer.h.2.mlp.fc_in.weight": "model-00001-of-00003.safetensors",
|
110 |
+
"transformer.h.2.mlp.fc_out.bias": "model-00001-of-00003.safetensors",
|
111 |
+
"transformer.h.2.mlp.fc_out.weight": "model-00001-of-00003.safetensors",
|
112 |
+
"transformer.h.20.attn.out_proj.weight": "model-00002-of-00003.safetensors",
|
113 |
+
"transformer.h.20.attn.qkv_proj.weight": "model-00002-of-00003.safetensors",
|
114 |
+
"transformer.h.20.ln_1.bias": "model-00002-of-00003.safetensors",
|
115 |
+
"transformer.h.20.ln_1.weight": "model-00002-of-00003.safetensors",
|
116 |
+
"transformer.h.20.mlp.fc_in.bias": "model-00002-of-00003.safetensors",
|
117 |
+
"transformer.h.20.mlp.fc_in.weight": "model-00002-of-00003.safetensors",
|
118 |
+
"transformer.h.20.mlp.fc_out.bias": "model-00002-of-00003.safetensors",
|
119 |
+
"transformer.h.20.mlp.fc_out.weight": "model-00002-of-00003.safetensors",
|
120 |
+
"transformer.h.21.attn.out_proj.weight": "model-00002-of-00003.safetensors",
|
121 |
+
"transformer.h.21.attn.qkv_proj.weight": "model-00002-of-00003.safetensors",
|
122 |
+
"transformer.h.21.ln_1.bias": "model-00002-of-00003.safetensors",
|
123 |
+
"transformer.h.21.ln_1.weight": "model-00002-of-00003.safetensors",
|
124 |
+
"transformer.h.21.mlp.fc_in.bias": "model-00002-of-00003.safetensors",
|
125 |
+
"transformer.h.21.mlp.fc_in.weight": "model-00002-of-00003.safetensors",
|
126 |
+
"transformer.h.21.mlp.fc_out.bias": "model-00002-of-00003.safetensors",
|
127 |
+
"transformer.h.21.mlp.fc_out.weight": "model-00002-of-00003.safetensors",
|
128 |
+
"transformer.h.22.attn.out_proj.weight": "model-00002-of-00003.safetensors",
|
129 |
+
"transformer.h.22.attn.qkv_proj.weight": "model-00002-of-00003.safetensors",
|
130 |
+
"transformer.h.22.ln_1.bias": "model-00002-of-00003.safetensors",
|
131 |
+
"transformer.h.22.ln_1.weight": "model-00002-of-00003.safetensors",
|
132 |
+
"transformer.h.22.mlp.fc_in.bias": "model-00002-of-00003.safetensors",
|
133 |
+
"transformer.h.22.mlp.fc_in.weight": "model-00002-of-00003.safetensors",
|
134 |
+
"transformer.h.22.mlp.fc_out.bias": "model-00002-of-00003.safetensors",
|
135 |
+
"transformer.h.22.mlp.fc_out.weight": "model-00002-of-00003.safetensors",
|
136 |
+
"transformer.h.23.attn.out_proj.weight": "model-00002-of-00003.safetensors",
|
137 |
+
"transformer.h.23.attn.qkv_proj.weight": "model-00002-of-00003.safetensors",
|
138 |
+
"transformer.h.23.ln_1.bias": "model-00002-of-00003.safetensors",
|
139 |
+
"transformer.h.23.ln_1.weight": "model-00002-of-00003.safetensors",
|
140 |
+
"transformer.h.23.mlp.fc_in.bias": "model-00002-of-00003.safetensors",
|
141 |
+
"transformer.h.23.mlp.fc_in.weight": "model-00002-of-00003.safetensors",
|
142 |
+
"transformer.h.23.mlp.fc_out.bias": "model-00002-of-00003.safetensors",
|
143 |
+
"transformer.h.23.mlp.fc_out.weight": "model-00002-of-00003.safetensors",
|
144 |
+
"transformer.h.24.attn.out_proj.weight": "model-00002-of-00003.safetensors",
|
145 |
+
"transformer.h.24.attn.qkv_proj.weight": "model-00002-of-00003.safetensors",
|
146 |
+
"transformer.h.24.ln_1.bias": "model-00002-of-00003.safetensors",
|
147 |
+
"transformer.h.24.ln_1.weight": "model-00002-of-00003.safetensors",
|
148 |
+
"transformer.h.24.mlp.fc_in.bias": "model-00002-of-00003.safetensors",
|
149 |
+
"transformer.h.24.mlp.fc_in.weight": "model-00002-of-00003.safetensors",
|
150 |
+
"transformer.h.24.mlp.fc_out.bias": "model-00002-of-00003.safetensors",
|
151 |
+
"transformer.h.24.mlp.fc_out.weight": "model-00002-of-00003.safetensors",
|
152 |
+
"transformer.h.25.attn.out_proj.weight": "model-00002-of-00003.safetensors",
|
153 |
+
"transformer.h.25.attn.qkv_proj.weight": "model-00002-of-00003.safetensors",
|
154 |
+
"transformer.h.25.ln_1.bias": "model-00002-of-00003.safetensors",
|
155 |
+
"transformer.h.25.ln_1.weight": "model-00002-of-00003.safetensors",
|
156 |
+
"transformer.h.25.mlp.fc_in.bias": "model-00002-of-00003.safetensors",
|
157 |
+
"transformer.h.25.mlp.fc_in.weight": "model-00002-of-00003.safetensors",
|
158 |
+
"transformer.h.25.mlp.fc_out.bias": "model-00002-of-00003.safetensors",
|
159 |
+
"transformer.h.25.mlp.fc_out.weight": "model-00002-of-00003.safetensors",
|
160 |
+
"transformer.h.26.attn.out_proj.weight": "model-00002-of-00003.safetensors",
|
161 |
+
"transformer.h.26.attn.qkv_proj.weight": "model-00002-of-00003.safetensors",
|
162 |
+
"transformer.h.26.ln_1.bias": "model-00002-of-00003.safetensors",
|
163 |
+
"transformer.h.26.ln_1.weight": "model-00002-of-00003.safetensors",
|
164 |
+
"transformer.h.26.mlp.fc_in.bias": "model-00002-of-00003.safetensors",
|
165 |
+
"transformer.h.26.mlp.fc_in.weight": "model-00002-of-00003.safetensors",
|
166 |
+
"transformer.h.26.mlp.fc_out.bias": "model-00002-of-00003.safetensors",
|
167 |
+
"transformer.h.26.mlp.fc_out.weight": "model-00002-of-00003.safetensors",
|
168 |
+
"transformer.h.27.attn.out_proj.weight": "model-00002-of-00003.safetensors",
|
169 |
+
"transformer.h.27.attn.qkv_proj.weight": "model-00002-of-00003.safetensors",
|
170 |
+
"transformer.h.27.ln_1.bias": "model-00002-of-00003.safetensors",
|
171 |
+
"transformer.h.27.ln_1.weight": "model-00002-of-00003.safetensors",
|
172 |
+
"transformer.h.27.mlp.fc_in.bias": "model-00002-of-00003.safetensors",
|
173 |
+
"transformer.h.27.mlp.fc_in.weight": "model-00002-of-00003.safetensors",
|
174 |
+
"transformer.h.27.mlp.fc_out.bias": "model-00002-of-00003.safetensors",
|
175 |
+
"transformer.h.27.mlp.fc_out.weight": "model-00002-of-00003.safetensors",
|
176 |
+
"transformer.h.28.attn.out_proj.weight": "model-00002-of-00003.safetensors",
|
177 |
+
"transformer.h.28.attn.qkv_proj.weight": "model-00002-of-00003.safetensors",
|
178 |
+
"transformer.h.28.ln_1.bias": "model-00002-of-00003.safetensors",
|
179 |
+
"transformer.h.28.ln_1.weight": "model-00002-of-00003.safetensors",
|
180 |
+
"transformer.h.28.mlp.fc_in.bias": "model-00002-of-00003.safetensors",
|
181 |
+
"transformer.h.28.mlp.fc_in.weight": "model-00002-of-00003.safetensors",
|
182 |
+
"transformer.h.28.mlp.fc_out.bias": "model-00002-of-00003.safetensors",
|
183 |
+
"transformer.h.28.mlp.fc_out.weight": "model-00002-of-00003.safetensors",
|
184 |
+
"transformer.h.29.attn.out_proj.weight": "model-00002-of-00003.safetensors",
|
185 |
+
"transformer.h.29.attn.qkv_proj.weight": "model-00002-of-00003.safetensors",
|
186 |
+
"transformer.h.29.ln_1.bias": "model-00002-of-00003.safetensors",
|
187 |
+
"transformer.h.29.ln_1.weight": "model-00002-of-00003.safetensors",
|
188 |
+
"transformer.h.29.mlp.fc_in.bias": "model-00002-of-00003.safetensors",
|
189 |
+
"transformer.h.29.mlp.fc_in.weight": "model-00002-of-00003.safetensors",
|
190 |
+
"transformer.h.29.mlp.fc_out.bias": "model-00003-of-00003.safetensors",
|
191 |
+
"transformer.h.29.mlp.fc_out.weight": "model-00003-of-00003.safetensors",
|
192 |
+
"transformer.h.3.attn.out_proj.weight": "model-00001-of-00003.safetensors",
|
193 |
+
"transformer.h.3.attn.qkv_proj.weight": "model-00001-of-00003.safetensors",
|
194 |
+
"transformer.h.3.ln_1.bias": "model-00001-of-00003.safetensors",
|
195 |
+
"transformer.h.3.ln_1.weight": "model-00001-of-00003.safetensors",
|
196 |
+
"transformer.h.3.mlp.fc_in.bias": "model-00001-of-00003.safetensors",
|
197 |
+
"transformer.h.3.mlp.fc_in.weight": "model-00001-of-00003.safetensors",
|
198 |
+
"transformer.h.3.mlp.fc_out.bias": "model-00001-of-00003.safetensors",
|
199 |
+
"transformer.h.3.mlp.fc_out.weight": "model-00001-of-00003.safetensors",
|
200 |
+
"transformer.h.30.attn.out_proj.weight": "model-00003-of-00003.safetensors",
|
201 |
+
"transformer.h.30.attn.qkv_proj.weight": "model-00003-of-00003.safetensors",
|
202 |
+
"transformer.h.30.ln_1.bias": "model-00003-of-00003.safetensors",
|
203 |
+
"transformer.h.30.ln_1.weight": "model-00003-of-00003.safetensors",
|
204 |
+
"transformer.h.30.mlp.fc_in.bias": "model-00003-of-00003.safetensors",
|
205 |
+
"transformer.h.30.mlp.fc_in.weight": "model-00003-of-00003.safetensors",
|
206 |
+
"transformer.h.30.mlp.fc_out.bias": "model-00003-of-00003.safetensors",
|
207 |
+
"transformer.h.30.mlp.fc_out.weight": "model-00003-of-00003.safetensors",
|
208 |
+
"transformer.h.31.attn.out_proj.weight": "model-00003-of-00003.safetensors",
|
209 |
+
"transformer.h.31.attn.qkv_proj.weight": "model-00003-of-00003.safetensors",
|
210 |
+
"transformer.h.31.ln_1.bias": "model-00003-of-00003.safetensors",
|
211 |
+
"transformer.h.31.ln_1.weight": "model-00003-of-00003.safetensors",
|
212 |
+
"transformer.h.31.mlp.fc_in.bias": "model-00003-of-00003.safetensors",
|
213 |
+
"transformer.h.31.mlp.fc_in.weight": "model-00003-of-00003.safetensors",
|
214 |
+
"transformer.h.31.mlp.fc_out.bias": "model-00003-of-00003.safetensors",
|
215 |
+
"transformer.h.31.mlp.fc_out.weight": "model-00003-of-00003.safetensors",
|
216 |
+
"transformer.h.4.attn.out_proj.weight": "model-00001-of-00003.safetensors",
|
217 |
+
"transformer.h.4.attn.qkv_proj.weight": "model-00001-of-00003.safetensors",
|
218 |
+
"transformer.h.4.ln_1.bias": "model-00001-of-00003.safetensors",
|
219 |
+
"transformer.h.4.ln_1.weight": "model-00001-of-00003.safetensors",
|
220 |
+
"transformer.h.4.mlp.fc_in.bias": "model-00001-of-00003.safetensors",
|
221 |
+
"transformer.h.4.mlp.fc_in.weight": "model-00001-of-00003.safetensors",
|
222 |
+
"transformer.h.4.mlp.fc_out.bias": "model-00001-of-00003.safetensors",
|
223 |
+
"transformer.h.4.mlp.fc_out.weight": "model-00001-of-00003.safetensors",
|
224 |
+
"transformer.h.5.attn.out_proj.weight": "model-00001-of-00003.safetensors",
|
225 |
+
"transformer.h.5.attn.qkv_proj.weight": "model-00001-of-00003.safetensors",
|
226 |
+
"transformer.h.5.ln_1.bias": "model-00001-of-00003.safetensors",
|
227 |
+
"transformer.h.5.ln_1.weight": "model-00001-of-00003.safetensors",
|
228 |
+
"transformer.h.5.mlp.fc_in.bias": "model-00001-of-00003.safetensors",
|
229 |
+
"transformer.h.5.mlp.fc_in.weight": "model-00001-of-00003.safetensors",
|
230 |
+
"transformer.h.5.mlp.fc_out.bias": "model-00001-of-00003.safetensors",
|
231 |
+
"transformer.h.5.mlp.fc_out.weight": "model-00001-of-00003.safetensors",
|
232 |
+
"transformer.h.6.attn.out_proj.weight": "model-00001-of-00003.safetensors",
|
233 |
+
"transformer.h.6.attn.qkv_proj.weight": "model-00001-of-00003.safetensors",
|
234 |
+
"transformer.h.6.ln_1.bias": "model-00001-of-00003.safetensors",
|
235 |
+
"transformer.h.6.ln_1.weight": "model-00001-of-00003.safetensors",
|
236 |
+
"transformer.h.6.mlp.fc_in.bias": "model-00001-of-00003.safetensors",
|
237 |
+
"transformer.h.6.mlp.fc_in.weight": "model-00001-of-00003.safetensors",
|
238 |
+
"transformer.h.6.mlp.fc_out.bias": "model-00001-of-00003.safetensors",
|
239 |
+
"transformer.h.6.mlp.fc_out.weight": "model-00001-of-00003.safetensors",
|
240 |
+
"transformer.h.7.attn.out_proj.weight": "model-00001-of-00003.safetensors",
|
241 |
+
"transformer.h.7.attn.qkv_proj.weight": "model-00001-of-00003.safetensors",
|
242 |
+
"transformer.h.7.ln_1.bias": "model-00001-of-00003.safetensors",
|
243 |
+
"transformer.h.7.ln_1.weight": "model-00001-of-00003.safetensors",
|
244 |
+
"transformer.h.7.mlp.fc_in.bias": "model-00001-of-00003.safetensors",
|
245 |
+
"transformer.h.7.mlp.fc_in.weight": "model-00001-of-00003.safetensors",
|
246 |
+
"transformer.h.7.mlp.fc_out.bias": "model-00001-of-00003.safetensors",
|
247 |
+
"transformer.h.7.mlp.fc_out.weight": "model-00001-of-00003.safetensors",
|
248 |
+
"transformer.h.8.attn.out_proj.weight": "model-00001-of-00003.safetensors",
|
249 |
+
"transformer.h.8.attn.qkv_proj.weight": "model-00001-of-00003.safetensors",
|
250 |
+
"transformer.h.8.ln_1.bias": "model-00001-of-00003.safetensors",
|
251 |
+
"transformer.h.8.ln_1.weight": "model-00001-of-00003.safetensors",
|
252 |
+
"transformer.h.8.mlp.fc_in.bias": "model-00001-of-00003.safetensors",
|
253 |
+
"transformer.h.8.mlp.fc_in.weight": "model-00001-of-00003.safetensors",
|
254 |
+
"transformer.h.8.mlp.fc_out.bias": "model-00001-of-00003.safetensors",
|
255 |
+
"transformer.h.8.mlp.fc_out.weight": "model-00001-of-00003.safetensors",
|
256 |
+
"transformer.h.9.attn.out_proj.weight": "model-00001-of-00003.safetensors",
|
257 |
+
"transformer.h.9.attn.qkv_proj.weight": "model-00001-of-00003.safetensors",
|
258 |
+
"transformer.h.9.ln_1.bias": "model-00001-of-00003.safetensors",
|
259 |
+
"transformer.h.9.ln_1.weight": "model-00001-of-00003.safetensors",
|
260 |
+
"transformer.h.9.mlp.fc_in.bias": "model-00001-of-00003.safetensors",
|
261 |
+
"transformer.h.9.mlp.fc_in.weight": "model-00001-of-00003.safetensors",
|
262 |
+
"transformer.h.9.mlp.fc_out.bias": "model-00001-of-00003.safetensors",
|
263 |
+
"transformer.h.9.mlp.fc_out.weight": "model-00001-of-00003.safetensors",
|
264 |
+
"transformer.ln_f.bias": "model-00003-of-00003.safetensors",
|
265 |
+
"transformer.ln_f.weight": "model-00003-of-00003.safetensors",
|
266 |
+
"transformer.wte.weight": "model-00001-of-00003.safetensors"
|
267 |
+
}
|
268 |
+
}
|