Training in progress, epoch 1
Browse files- config.json +213 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +325 -0
- training_args.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,213 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"activation_function": "gelu_new",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"GPTNeoForTokenClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0,
|
| 7 |
+
"attention_layers": [
|
| 8 |
+
"global",
|
| 9 |
+
"local",
|
| 10 |
+
"global",
|
| 11 |
+
"local",
|
| 12 |
+
"global",
|
| 13 |
+
"local",
|
| 14 |
+
"global",
|
| 15 |
+
"local",
|
| 16 |
+
"global",
|
| 17 |
+
"local",
|
| 18 |
+
"global",
|
| 19 |
+
"local",
|
| 20 |
+
"global",
|
| 21 |
+
"local",
|
| 22 |
+
"global",
|
| 23 |
+
"local",
|
| 24 |
+
"global",
|
| 25 |
+
"local",
|
| 26 |
+
"global",
|
| 27 |
+
"local",
|
| 28 |
+
"global",
|
| 29 |
+
"local",
|
| 30 |
+
"global",
|
| 31 |
+
"local"
|
| 32 |
+
],
|
| 33 |
+
"attention_types": [
|
| 34 |
+
[
|
| 35 |
+
[
|
| 36 |
+
"global",
|
| 37 |
+
"local"
|
| 38 |
+
],
|
| 39 |
+
12
|
| 40 |
+
]
|
| 41 |
+
],
|
| 42 |
+
"bos_token_id": 50256,
|
| 43 |
+
"classifier_dropout": 0.1,
|
| 44 |
+
"embed_dropout": 0,
|
| 45 |
+
"eos_token_id": 50256,
|
| 46 |
+
"finetuning_task": "ner",
|
| 47 |
+
"gradient_checkpointing": false,
|
| 48 |
+
"hidden_size": 2048,
|
| 49 |
+
"id2label": {
|
| 50 |
+
"0": "I-T005",
|
| 51 |
+
"1": "B-T047",
|
| 52 |
+
"2": "B-O",
|
| 53 |
+
"3": "B-T007",
|
| 54 |
+
"4": "I-T058",
|
| 55 |
+
"5": "I-T020",
|
| 56 |
+
"6": "B-T169",
|
| 57 |
+
"7": "I-T037",
|
| 58 |
+
"8": "B-T048",
|
| 59 |
+
"9": "B-T082",
|
| 60 |
+
"10": "I-T129",
|
| 61 |
+
"11": "I-T031",
|
| 62 |
+
"12": "B-T168",
|
| 63 |
+
"13": "I-T103",
|
| 64 |
+
"14": "I-T201",
|
| 65 |
+
"15": "I-T092",
|
| 66 |
+
"16": "I-T098",
|
| 67 |
+
"17": "I-T184",
|
| 68 |
+
"18": "O",
|
| 69 |
+
"19": "I-T097",
|
| 70 |
+
"20": "I-T033",
|
| 71 |
+
"21": "B-T170",
|
| 72 |
+
"22": "I-T116",
|
| 73 |
+
"23": "B-T129",
|
| 74 |
+
"24": "I-T168",
|
| 75 |
+
"25": "B-T058",
|
| 76 |
+
"26": "I-O",
|
| 77 |
+
"27": "B-T033",
|
| 78 |
+
"28": "B-T191",
|
| 79 |
+
"29": "B-T037",
|
| 80 |
+
"30": "B-T098",
|
| 81 |
+
"31": "B-T190",
|
| 82 |
+
"32": "B-T020",
|
| 83 |
+
"33": "B-T204",
|
| 84 |
+
"34": "I-T082",
|
| 85 |
+
"35": "B-T097",
|
| 86 |
+
"36": "I-T204",
|
| 87 |
+
"37": "B-T062",
|
| 88 |
+
"38": "I-T022",
|
| 89 |
+
"39": "I-T170",
|
| 90 |
+
"40": "I-T048",
|
| 91 |
+
"41": "B-T028",
|
| 92 |
+
"42": "I-T091",
|
| 93 |
+
"43": "I-T007",
|
| 94 |
+
"44": "I-T047",
|
| 95 |
+
"45": "B-T038",
|
| 96 |
+
"46": "B-T046",
|
| 97 |
+
"47": "B-T201",
|
| 98 |
+
"48": "B-T092",
|
| 99 |
+
"49": "B-T184",
|
| 100 |
+
"50": "I-T046",
|
| 101 |
+
"51": "B-T116",
|
| 102 |
+
"52": "B-T074",
|
| 103 |
+
"53": "B-T103",
|
| 104 |
+
"54": "I-T017",
|
| 105 |
+
"55": "I-T074",
|
| 106 |
+
"56": "B-T022",
|
| 107 |
+
"57": "I-T062",
|
| 108 |
+
"58": "B-T017",
|
| 109 |
+
"59": "B-T031",
|
| 110 |
+
"60": "I-T191",
|
| 111 |
+
"61": "I-T019",
|
| 112 |
+
"62": "I-T028",
|
| 113 |
+
"63": "I-T038",
|
| 114 |
+
"64": "B-T091",
|
| 115 |
+
"65": "B-T019",
|
| 116 |
+
"66": "B-T005"
|
| 117 |
+
},
|
| 118 |
+
"initializer_range": 0.02,
|
| 119 |
+
"intermediate_size": null,
|
| 120 |
+
"label2id": {
|
| 121 |
+
"B-O": 2,
|
| 122 |
+
"B-T005": 66,
|
| 123 |
+
"B-T007": 3,
|
| 124 |
+
"B-T017": 58,
|
| 125 |
+
"B-T019": 65,
|
| 126 |
+
"B-T020": 32,
|
| 127 |
+
"B-T022": 56,
|
| 128 |
+
"B-T028": 41,
|
| 129 |
+
"B-T031": 59,
|
| 130 |
+
"B-T033": 27,
|
| 131 |
+
"B-T037": 29,
|
| 132 |
+
"B-T038": 45,
|
| 133 |
+
"B-T046": 46,
|
| 134 |
+
"B-T047": 1,
|
| 135 |
+
"B-T048": 8,
|
| 136 |
+
"B-T058": 25,
|
| 137 |
+
"B-T062": 37,
|
| 138 |
+
"B-T074": 52,
|
| 139 |
+
"B-T082": 9,
|
| 140 |
+
"B-T091": 64,
|
| 141 |
+
"B-T092": 48,
|
| 142 |
+
"B-T097": 35,
|
| 143 |
+
"B-T098": 30,
|
| 144 |
+
"B-T103": 53,
|
| 145 |
+
"B-T116": 51,
|
| 146 |
+
"B-T129": 23,
|
| 147 |
+
"B-T168": 12,
|
| 148 |
+
"B-T169": 6,
|
| 149 |
+
"B-T170": 21,
|
| 150 |
+
"B-T184": 49,
|
| 151 |
+
"B-T190": 31,
|
| 152 |
+
"B-T191": 28,
|
| 153 |
+
"B-T201": 47,
|
| 154 |
+
"B-T204": 33,
|
| 155 |
+
"I-O": 26,
|
| 156 |
+
"I-T005": 0,
|
| 157 |
+
"I-T007": 43,
|
| 158 |
+
"I-T017": 54,
|
| 159 |
+
"I-T019": 61,
|
| 160 |
+
"I-T020": 5,
|
| 161 |
+
"I-T022": 38,
|
| 162 |
+
"I-T028": 62,
|
| 163 |
+
"I-T031": 11,
|
| 164 |
+
"I-T033": 20,
|
| 165 |
+
"I-T037": 7,
|
| 166 |
+
"I-T038": 63,
|
| 167 |
+
"I-T046": 50,
|
| 168 |
+
"I-T047": 44,
|
| 169 |
+
"I-T048": 40,
|
| 170 |
+
"I-T058": 4,
|
| 171 |
+
"I-T062": 57,
|
| 172 |
+
"I-T074": 55,
|
| 173 |
+
"I-T082": 34,
|
| 174 |
+
"I-T091": 42,
|
| 175 |
+
"I-T092": 15,
|
| 176 |
+
"I-T097": 19,
|
| 177 |
+
"I-T098": 16,
|
| 178 |
+
"I-T103": 13,
|
| 179 |
+
"I-T116": 22,
|
| 180 |
+
"I-T129": 10,
|
| 181 |
+
"I-T168": 24,
|
| 182 |
+
"I-T170": 39,
|
| 183 |
+
"I-T184": 17,
|
| 184 |
+
"I-T191": 60,
|
| 185 |
+
"I-T201": 14,
|
| 186 |
+
"I-T204": 36,
|
| 187 |
+
"O": 18
|
| 188 |
+
},
|
| 189 |
+
"layer_norm_epsilon": 1e-05,
|
| 190 |
+
"max_position_embeddings": 2048,
|
| 191 |
+
"model_type": "gpt_neo",
|
| 192 |
+
"num_heads": 16,
|
| 193 |
+
"num_layers": 24,
|
| 194 |
+
"resid_dropout": 0,
|
| 195 |
+
"summary_activation": null,
|
| 196 |
+
"summary_first_dropout": 0.1,
|
| 197 |
+
"summary_proj_to_labels": true,
|
| 198 |
+
"summary_type": "cls_index",
|
| 199 |
+
"summary_use_proj": true,
|
| 200 |
+
"task_specific_params": {
|
| 201 |
+
"text-generation": {
|
| 202 |
+
"do_sample": true,
|
| 203 |
+
"max_length": 50,
|
| 204 |
+
"temperature": 0.9
|
| 205 |
+
}
|
| 206 |
+
},
|
| 207 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 208 |
+
"torch_dtype": "float32",
|
| 209 |
+
"transformers_version": "4.50.3",
|
| 210 |
+
"use_cache": true,
|
| 211 |
+
"vocab_size": 50257,
|
| 212 |
+
"window_size": 256
|
| 213 |
+
}
|
model-00001-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3158ce9ea1beb9039354eedf052433c5a048f2b915e0faa3383ccb4bbfe3345a
|
| 3 |
+
size 4993794184
|
model-00002-of-00002.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ab03775cf61aceea36b1555d1a33fd3c46b1dbfa0bac8d36184af4b61e93097d
|
| 3 |
+
size 269093076
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,325 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 5262852364
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"classifier.bias": "model-00002-of-00002.safetensors",
|
| 7 |
+
"classifier.weight": "model-00002-of-00002.safetensors",
|
| 8 |
+
"transformer.h.0.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 9 |
+
"transformer.h.0.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 10 |
+
"transformer.h.0.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 11 |
+
"transformer.h.0.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 12 |
+
"transformer.h.0.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 13 |
+
"transformer.h.0.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 14 |
+
"transformer.h.0.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 15 |
+
"transformer.h.0.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 16 |
+
"transformer.h.0.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 17 |
+
"transformer.h.0.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 18 |
+
"transformer.h.0.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 19 |
+
"transformer.h.0.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 20 |
+
"transformer.h.0.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 21 |
+
"transformer.h.1.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 22 |
+
"transformer.h.1.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 23 |
+
"transformer.h.1.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 24 |
+
"transformer.h.1.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 25 |
+
"transformer.h.1.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 26 |
+
"transformer.h.1.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 27 |
+
"transformer.h.1.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 28 |
+
"transformer.h.1.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 29 |
+
"transformer.h.1.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 30 |
+
"transformer.h.1.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 31 |
+
"transformer.h.1.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 32 |
+
"transformer.h.1.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 33 |
+
"transformer.h.1.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 34 |
+
"transformer.h.10.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 35 |
+
"transformer.h.10.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 36 |
+
"transformer.h.10.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 37 |
+
"transformer.h.10.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 38 |
+
"transformer.h.10.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 39 |
+
"transformer.h.10.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 40 |
+
"transformer.h.10.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 41 |
+
"transformer.h.10.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 42 |
+
"transformer.h.10.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 43 |
+
"transformer.h.10.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 44 |
+
"transformer.h.10.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 45 |
+
"transformer.h.10.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 46 |
+
"transformer.h.10.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 47 |
+
"transformer.h.11.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 48 |
+
"transformer.h.11.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 49 |
+
"transformer.h.11.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 50 |
+
"transformer.h.11.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 51 |
+
"transformer.h.11.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 52 |
+
"transformer.h.11.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 53 |
+
"transformer.h.11.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 54 |
+
"transformer.h.11.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 55 |
+
"transformer.h.11.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 56 |
+
"transformer.h.11.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 57 |
+
"transformer.h.11.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 58 |
+
"transformer.h.11.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 59 |
+
"transformer.h.11.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 60 |
+
"transformer.h.12.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 61 |
+
"transformer.h.12.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 62 |
+
"transformer.h.12.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 63 |
+
"transformer.h.12.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 64 |
+
"transformer.h.12.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 65 |
+
"transformer.h.12.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 66 |
+
"transformer.h.12.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 67 |
+
"transformer.h.12.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 68 |
+
"transformer.h.12.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 69 |
+
"transformer.h.12.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 70 |
+
"transformer.h.12.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 71 |
+
"transformer.h.12.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 72 |
+
"transformer.h.12.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 73 |
+
"transformer.h.13.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 74 |
+
"transformer.h.13.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 75 |
+
"transformer.h.13.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 76 |
+
"transformer.h.13.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 77 |
+
"transformer.h.13.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 78 |
+
"transformer.h.13.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 79 |
+
"transformer.h.13.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 80 |
+
"transformer.h.13.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 81 |
+
"transformer.h.13.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 82 |
+
"transformer.h.13.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 83 |
+
"transformer.h.13.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 84 |
+
"transformer.h.13.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 85 |
+
"transformer.h.13.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 86 |
+
"transformer.h.14.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 87 |
+
"transformer.h.14.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 88 |
+
"transformer.h.14.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 89 |
+
"transformer.h.14.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 90 |
+
"transformer.h.14.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 91 |
+
"transformer.h.14.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 92 |
+
"transformer.h.14.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 93 |
+
"transformer.h.14.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 94 |
+
"transformer.h.14.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 95 |
+
"transformer.h.14.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 96 |
+
"transformer.h.14.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 97 |
+
"transformer.h.14.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 98 |
+
"transformer.h.14.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 99 |
+
"transformer.h.15.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 100 |
+
"transformer.h.15.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 101 |
+
"transformer.h.15.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 102 |
+
"transformer.h.15.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 103 |
+
"transformer.h.15.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 104 |
+
"transformer.h.15.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 105 |
+
"transformer.h.15.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 106 |
+
"transformer.h.15.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 107 |
+
"transformer.h.15.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 108 |
+
"transformer.h.15.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 109 |
+
"transformer.h.15.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 110 |
+
"transformer.h.15.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 111 |
+
"transformer.h.15.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 112 |
+
"transformer.h.16.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 113 |
+
"transformer.h.16.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 114 |
+
"transformer.h.16.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 115 |
+
"transformer.h.16.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 116 |
+
"transformer.h.16.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 117 |
+
"transformer.h.16.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 118 |
+
"transformer.h.16.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 119 |
+
"transformer.h.16.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 120 |
+
"transformer.h.16.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 121 |
+
"transformer.h.16.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 122 |
+
"transformer.h.16.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 123 |
+
"transformer.h.16.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 124 |
+
"transformer.h.16.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 125 |
+
"transformer.h.17.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 126 |
+
"transformer.h.17.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 127 |
+
"transformer.h.17.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 128 |
+
"transformer.h.17.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 129 |
+
"transformer.h.17.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 130 |
+
"transformer.h.17.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 131 |
+
"transformer.h.17.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 132 |
+
"transformer.h.17.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 133 |
+
"transformer.h.17.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 134 |
+
"transformer.h.17.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 135 |
+
"transformer.h.17.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 136 |
+
"transformer.h.17.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 137 |
+
"transformer.h.17.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 138 |
+
"transformer.h.18.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 139 |
+
"transformer.h.18.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 140 |
+
"transformer.h.18.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 141 |
+
"transformer.h.18.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 142 |
+
"transformer.h.18.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 143 |
+
"transformer.h.18.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 144 |
+
"transformer.h.18.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 145 |
+
"transformer.h.18.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 146 |
+
"transformer.h.18.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 147 |
+
"transformer.h.18.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 148 |
+
"transformer.h.18.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 149 |
+
"transformer.h.18.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 150 |
+
"transformer.h.18.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 151 |
+
"transformer.h.19.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 152 |
+
"transformer.h.19.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 153 |
+
"transformer.h.19.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 154 |
+
"transformer.h.19.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 155 |
+
"transformer.h.19.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 156 |
+
"transformer.h.19.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 157 |
+
"transformer.h.19.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 158 |
+
"transformer.h.19.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 159 |
+
"transformer.h.19.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 160 |
+
"transformer.h.19.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 161 |
+
"transformer.h.19.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 162 |
+
"transformer.h.19.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 163 |
+
"transformer.h.19.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 164 |
+
"transformer.h.2.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 165 |
+
"transformer.h.2.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 166 |
+
"transformer.h.2.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 167 |
+
"transformer.h.2.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 168 |
+
"transformer.h.2.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 169 |
+
"transformer.h.2.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 170 |
+
"transformer.h.2.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 171 |
+
"transformer.h.2.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 172 |
+
"transformer.h.2.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 173 |
+
"transformer.h.2.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 174 |
+
"transformer.h.2.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 175 |
+
"transformer.h.2.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 176 |
+
"transformer.h.2.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 177 |
+
"transformer.h.20.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 178 |
+
"transformer.h.20.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 179 |
+
"transformer.h.20.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 180 |
+
"transformer.h.20.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 181 |
+
"transformer.h.20.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 182 |
+
"transformer.h.20.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 183 |
+
"transformer.h.20.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 184 |
+
"transformer.h.20.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 185 |
+
"transformer.h.20.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 186 |
+
"transformer.h.20.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 187 |
+
"transformer.h.20.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 188 |
+
"transformer.h.20.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 189 |
+
"transformer.h.20.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 190 |
+
"transformer.h.21.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 191 |
+
"transformer.h.21.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 192 |
+
"transformer.h.21.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 193 |
+
"transformer.h.21.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 194 |
+
"transformer.h.21.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 195 |
+
"transformer.h.21.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 196 |
+
"transformer.h.21.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 197 |
+
"transformer.h.21.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 198 |
+
"transformer.h.21.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 199 |
+
"transformer.h.21.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 200 |
+
"transformer.h.21.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 201 |
+
"transformer.h.21.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 202 |
+
"transformer.h.21.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 203 |
+
"transformer.h.22.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 204 |
+
"transformer.h.22.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 205 |
+
"transformer.h.22.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 206 |
+
"transformer.h.22.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 207 |
+
"transformer.h.22.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 208 |
+
"transformer.h.22.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 209 |
+
"transformer.h.22.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 210 |
+
"transformer.h.22.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 211 |
+
"transformer.h.22.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 212 |
+
"transformer.h.22.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 213 |
+
"transformer.h.22.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 214 |
+
"transformer.h.22.mlp.c_proj.bias": "model-00002-of-00002.safetensors",
|
| 215 |
+
"transformer.h.22.mlp.c_proj.weight": "model-00002-of-00002.safetensors",
|
| 216 |
+
"transformer.h.23.attn.attention.k_proj.weight": "model-00002-of-00002.safetensors",
|
| 217 |
+
"transformer.h.23.attn.attention.out_proj.bias": "model-00002-of-00002.safetensors",
|
| 218 |
+
"transformer.h.23.attn.attention.out_proj.weight": "model-00002-of-00002.safetensors",
|
| 219 |
+
"transformer.h.23.attn.attention.q_proj.weight": "model-00002-of-00002.safetensors",
|
| 220 |
+
"transformer.h.23.attn.attention.v_proj.weight": "model-00002-of-00002.safetensors",
|
| 221 |
+
"transformer.h.23.ln_1.bias": "model-00002-of-00002.safetensors",
|
| 222 |
+
"transformer.h.23.ln_1.weight": "model-00002-of-00002.safetensors",
|
| 223 |
+
"transformer.h.23.ln_2.bias": "model-00002-of-00002.safetensors",
|
| 224 |
+
"transformer.h.23.ln_2.weight": "model-00002-of-00002.safetensors",
|
| 225 |
+
"transformer.h.23.mlp.c_fc.bias": "model-00002-of-00002.safetensors",
|
| 226 |
+
"transformer.h.23.mlp.c_fc.weight": "model-00002-of-00002.safetensors",
|
| 227 |
+
"transformer.h.23.mlp.c_proj.bias": "model-00002-of-00002.safetensors",
|
| 228 |
+
"transformer.h.23.mlp.c_proj.weight": "model-00002-of-00002.safetensors",
|
| 229 |
+
"transformer.h.3.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 230 |
+
"transformer.h.3.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 231 |
+
"transformer.h.3.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 232 |
+
"transformer.h.3.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 233 |
+
"transformer.h.3.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 234 |
+
"transformer.h.3.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 235 |
+
"transformer.h.3.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 236 |
+
"transformer.h.3.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 237 |
+
"transformer.h.3.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 238 |
+
"transformer.h.3.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 239 |
+
"transformer.h.3.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 240 |
+
"transformer.h.3.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 241 |
+
"transformer.h.3.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 242 |
+
"transformer.h.4.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 243 |
+
"transformer.h.4.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 244 |
+
"transformer.h.4.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 245 |
+
"transformer.h.4.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 246 |
+
"transformer.h.4.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 247 |
+
"transformer.h.4.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 248 |
+
"transformer.h.4.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 249 |
+
"transformer.h.4.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 250 |
+
"transformer.h.4.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 251 |
+
"transformer.h.4.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 252 |
+
"transformer.h.4.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 253 |
+
"transformer.h.4.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 254 |
+
"transformer.h.4.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 255 |
+
"transformer.h.5.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 256 |
+
"transformer.h.5.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 257 |
+
"transformer.h.5.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 258 |
+
"transformer.h.5.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 259 |
+
"transformer.h.5.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 260 |
+
"transformer.h.5.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 261 |
+
"transformer.h.5.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 262 |
+
"transformer.h.5.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 263 |
+
"transformer.h.5.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 264 |
+
"transformer.h.5.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 265 |
+
"transformer.h.5.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 266 |
+
"transformer.h.5.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 267 |
+
"transformer.h.5.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 268 |
+
"transformer.h.6.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 269 |
+
"transformer.h.6.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 270 |
+
"transformer.h.6.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 271 |
+
"transformer.h.6.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 272 |
+
"transformer.h.6.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 273 |
+
"transformer.h.6.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 274 |
+
"transformer.h.6.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 275 |
+
"transformer.h.6.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 276 |
+
"transformer.h.6.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 277 |
+
"transformer.h.6.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 278 |
+
"transformer.h.6.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 279 |
+
"transformer.h.6.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 280 |
+
"transformer.h.6.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 281 |
+
"transformer.h.7.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 282 |
+
"transformer.h.7.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 283 |
+
"transformer.h.7.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 284 |
+
"transformer.h.7.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 285 |
+
"transformer.h.7.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 286 |
+
"transformer.h.7.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 287 |
+
"transformer.h.7.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 288 |
+
"transformer.h.7.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 289 |
+
"transformer.h.7.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 290 |
+
"transformer.h.7.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 291 |
+
"transformer.h.7.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 292 |
+
"transformer.h.7.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 293 |
+
"transformer.h.7.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 294 |
+
"transformer.h.8.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 295 |
+
"transformer.h.8.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 296 |
+
"transformer.h.8.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 297 |
+
"transformer.h.8.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 298 |
+
"transformer.h.8.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 299 |
+
"transformer.h.8.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 300 |
+
"transformer.h.8.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 301 |
+
"transformer.h.8.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 302 |
+
"transformer.h.8.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 303 |
+
"transformer.h.8.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 304 |
+
"transformer.h.8.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 305 |
+
"transformer.h.8.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 306 |
+
"transformer.h.8.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 307 |
+
"transformer.h.9.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
| 308 |
+
"transformer.h.9.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
| 309 |
+
"transformer.h.9.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
| 310 |
+
"transformer.h.9.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
| 311 |
+
"transformer.h.9.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
| 312 |
+
"transformer.h.9.ln_1.bias": "model-00001-of-00002.safetensors",
|
| 313 |
+
"transformer.h.9.ln_1.weight": "model-00001-of-00002.safetensors",
|
| 314 |
+
"transformer.h.9.ln_2.bias": "model-00001-of-00002.safetensors",
|
| 315 |
+
"transformer.h.9.ln_2.weight": "model-00001-of-00002.safetensors",
|
| 316 |
+
"transformer.h.9.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
| 317 |
+
"transformer.h.9.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
| 318 |
+
"transformer.h.9.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
| 319 |
+
"transformer.h.9.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
| 320 |
+
"transformer.ln_f.bias": "model-00002-of-00002.safetensors",
|
| 321 |
+
"transformer.ln_f.weight": "model-00002-of-00002.safetensors",
|
| 322 |
+
"transformer.wpe.weight": "model-00001-of-00002.safetensors",
|
| 323 |
+
"transformer.wte.weight": "model-00001-of-00002.safetensors"
|
| 324 |
+
}
|
| 325 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29bab0922c39c0fb2e7f34a4772dee30f79f539827ca6fed7bc920fcb0c10c79
|
| 3 |
+
size 5368
|