ArtifactAI
commited on
Commit
•
40ef20b
1
Parent(s):
9df93bb
Upload folder using huggingface_hub
Browse files- adapter_config.json +18 -0
- adapter_model.bin +3 -0
- config.json +31 -0
- generation_config.json +7 -0
- pytorch_model-00001-of-00002.bin +3 -0
- pytorch_model-00002-of-00002.bin +3 -0
- pytorch_model.bin.index.json +855 -0
- special_tokens_map.json +107 -0
- tokenizer.json +0 -0
- tokenizer_config.json +112 -0
adapter_config.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"base_model_name_or_path": "philschmid/flan-t5-xxl-sharded-fp16",
|
3 |
+
"bias": "none",
|
4 |
+
"enable_lora": null,
|
5 |
+
"fan_in_fan_out": false,
|
6 |
+
"inference_mode": true,
|
7 |
+
"lora_alpha": 32,
|
8 |
+
"lora_dropout": 0.05,
|
9 |
+
"merge_weights": false,
|
10 |
+
"modules_to_save": null,
|
11 |
+
"peft_type": "LORA",
|
12 |
+
"r": 16,
|
13 |
+
"target_modules": [
|
14 |
+
"q",
|
15 |
+
"v"
|
16 |
+
],
|
17 |
+
"task_type": "SEQ_2_SEQ_LM"
|
18 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9cc452b206606a08a4bfa204e10e71b1cf0ea65031dce62790f065d5931ed1a
|
3 |
+
size 75604109
|
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "philschmid/flan-t5-xxl-sharded-fp16",
|
3 |
+
"architectures": [
|
4 |
+
"T5ForConditionalGeneration"
|
5 |
+
],
|
6 |
+
"d_ff": 10240,
|
7 |
+
"d_kv": 64,
|
8 |
+
"d_model": 4096,
|
9 |
+
"decoder_start_token_id": 0,
|
10 |
+
"dense_act_fn": "gelu",
|
11 |
+
"dropout_rate": 0.1,
|
12 |
+
"eos_token_id": 1,
|
13 |
+
"feed_forward_proj": "gelu",
|
14 |
+
"initializer_factor": 1.0,
|
15 |
+
"is_encoder_decoder": true,
|
16 |
+
"is_gated_act": true,
|
17 |
+
"layer_norm_epsilon": 1e-06,
|
18 |
+
"model_type": "t5",
|
19 |
+
"num_decoder_layers": 24,
|
20 |
+
"num_heads": 64,
|
21 |
+
"num_layers": 24,
|
22 |
+
"output_past": true,
|
23 |
+
"pad_token_id": 0,
|
24 |
+
"relative_attention_max_distance": 128,
|
25 |
+
"relative_attention_num_buckets": 32,
|
26 |
+
"tie_word_embeddings": false,
|
27 |
+
"torch_dtype": "float16",
|
28 |
+
"transformers_version": "4.27.2",
|
29 |
+
"use_cache": false,
|
30 |
+
"vocab_size": 32128
|
31 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"decoder_start_token_id": 0,
|
4 |
+
"eos_token_id": 1,
|
5 |
+
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.27.2"
|
7 |
+
}
|
pytorch_model-00001-of-00002.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c037a79a3b1e81bf3055f5c4726e5dc3a3e48d3ce6d488e9f4cdd6b2a5e66f9
|
3 |
+
size 9324029605
|
pytorch_model-00002-of-00002.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3bbd677bc774c39c2bddbb75dc9acaffd31ee2bd61c8b84cacf3a473a491a9cd
|
3 |
+
size 8191607243
|
pytorch_model.bin.index.json
ADDED
@@ -0,0 +1,855 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 18041708544
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"decoder.block.0.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
7 |
+
"decoder.block.0.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
8 |
+
"decoder.block.0.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
9 |
+
"decoder.block.0.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
10 |
+
"decoder.block.0.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
11 |
+
"decoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00001-of-00002.bin",
|
12 |
+
"decoder.block.0.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
13 |
+
"decoder.block.0.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
14 |
+
"decoder.block.0.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
15 |
+
"decoder.block.0.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
16 |
+
"decoder.block.0.layer.1.EncDecAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
17 |
+
"decoder.block.0.layer.1.EncDecAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
18 |
+
"decoder.block.0.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
19 |
+
"decoder.block.0.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
20 |
+
"decoder.block.0.layer.1.EncDecAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
21 |
+
"decoder.block.0.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
22 |
+
"decoder.block.0.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
23 |
+
"decoder.block.0.layer.1.EncDecAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
24 |
+
"decoder.block.0.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
25 |
+
"decoder.block.0.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
26 |
+
"decoder.block.0.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
27 |
+
"decoder.block.0.layer.2.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
28 |
+
"decoder.block.0.layer.2.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
29 |
+
"decoder.block.1.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
30 |
+
"decoder.block.1.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
31 |
+
"decoder.block.1.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
32 |
+
"decoder.block.1.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
33 |
+
"decoder.block.1.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
34 |
+
"decoder.block.1.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
35 |
+
"decoder.block.1.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
36 |
+
"decoder.block.1.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
37 |
+
"decoder.block.1.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
38 |
+
"decoder.block.1.layer.1.EncDecAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
39 |
+
"decoder.block.1.layer.1.EncDecAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
40 |
+
"decoder.block.1.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
41 |
+
"decoder.block.1.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
42 |
+
"decoder.block.1.layer.1.EncDecAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
43 |
+
"decoder.block.1.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
44 |
+
"decoder.block.1.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
45 |
+
"decoder.block.1.layer.1.EncDecAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
46 |
+
"decoder.block.1.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
47 |
+
"decoder.block.1.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
48 |
+
"decoder.block.1.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
49 |
+
"decoder.block.1.layer.2.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
50 |
+
"decoder.block.1.layer.2.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
51 |
+
"decoder.block.10.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
52 |
+
"decoder.block.10.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
53 |
+
"decoder.block.10.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
54 |
+
"decoder.block.10.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
55 |
+
"decoder.block.10.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
56 |
+
"decoder.block.10.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
57 |
+
"decoder.block.10.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
58 |
+
"decoder.block.10.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
59 |
+
"decoder.block.10.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
60 |
+
"decoder.block.10.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
61 |
+
"decoder.block.10.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
62 |
+
"decoder.block.10.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
63 |
+
"decoder.block.10.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
64 |
+
"decoder.block.10.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
65 |
+
"decoder.block.10.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
66 |
+
"decoder.block.10.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
67 |
+
"decoder.block.10.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
68 |
+
"decoder.block.10.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
69 |
+
"decoder.block.10.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
70 |
+
"decoder.block.10.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
71 |
+
"decoder.block.10.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
72 |
+
"decoder.block.10.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
73 |
+
"decoder.block.11.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
74 |
+
"decoder.block.11.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
75 |
+
"decoder.block.11.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
76 |
+
"decoder.block.11.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
77 |
+
"decoder.block.11.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
78 |
+
"decoder.block.11.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
79 |
+
"decoder.block.11.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
80 |
+
"decoder.block.11.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
81 |
+
"decoder.block.11.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
82 |
+
"decoder.block.11.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
83 |
+
"decoder.block.11.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
84 |
+
"decoder.block.11.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
85 |
+
"decoder.block.11.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
86 |
+
"decoder.block.11.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
87 |
+
"decoder.block.11.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
88 |
+
"decoder.block.11.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
89 |
+
"decoder.block.11.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
90 |
+
"decoder.block.11.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
91 |
+
"decoder.block.11.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
92 |
+
"decoder.block.11.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
93 |
+
"decoder.block.11.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
94 |
+
"decoder.block.11.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
95 |
+
"decoder.block.12.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
96 |
+
"decoder.block.12.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
97 |
+
"decoder.block.12.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
98 |
+
"decoder.block.12.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
99 |
+
"decoder.block.12.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
100 |
+
"decoder.block.12.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
101 |
+
"decoder.block.12.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
102 |
+
"decoder.block.12.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
103 |
+
"decoder.block.12.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
104 |
+
"decoder.block.12.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
105 |
+
"decoder.block.12.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
106 |
+
"decoder.block.12.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
107 |
+
"decoder.block.12.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
108 |
+
"decoder.block.12.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
109 |
+
"decoder.block.12.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
110 |
+
"decoder.block.12.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
111 |
+
"decoder.block.12.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
112 |
+
"decoder.block.12.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
113 |
+
"decoder.block.12.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
114 |
+
"decoder.block.12.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
115 |
+
"decoder.block.12.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
116 |
+
"decoder.block.12.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
117 |
+
"decoder.block.13.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
118 |
+
"decoder.block.13.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
119 |
+
"decoder.block.13.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
120 |
+
"decoder.block.13.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
121 |
+
"decoder.block.13.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
122 |
+
"decoder.block.13.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
123 |
+
"decoder.block.13.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
124 |
+
"decoder.block.13.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
125 |
+
"decoder.block.13.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
126 |
+
"decoder.block.13.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
127 |
+
"decoder.block.13.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
128 |
+
"decoder.block.13.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
129 |
+
"decoder.block.13.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
130 |
+
"decoder.block.13.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
131 |
+
"decoder.block.13.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
132 |
+
"decoder.block.13.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
133 |
+
"decoder.block.13.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
134 |
+
"decoder.block.13.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
135 |
+
"decoder.block.13.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
136 |
+
"decoder.block.13.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
137 |
+
"decoder.block.13.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
138 |
+
"decoder.block.13.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
139 |
+
"decoder.block.14.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
140 |
+
"decoder.block.14.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
141 |
+
"decoder.block.14.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
142 |
+
"decoder.block.14.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
143 |
+
"decoder.block.14.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
144 |
+
"decoder.block.14.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
145 |
+
"decoder.block.14.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
146 |
+
"decoder.block.14.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
147 |
+
"decoder.block.14.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
148 |
+
"decoder.block.14.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
149 |
+
"decoder.block.14.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
150 |
+
"decoder.block.14.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
151 |
+
"decoder.block.14.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
152 |
+
"decoder.block.14.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
153 |
+
"decoder.block.14.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
154 |
+
"decoder.block.14.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
155 |
+
"decoder.block.14.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
156 |
+
"decoder.block.14.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
157 |
+
"decoder.block.14.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
158 |
+
"decoder.block.14.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
159 |
+
"decoder.block.14.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
160 |
+
"decoder.block.14.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
161 |
+
"decoder.block.15.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
162 |
+
"decoder.block.15.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
163 |
+
"decoder.block.15.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
164 |
+
"decoder.block.15.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
165 |
+
"decoder.block.15.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
166 |
+
"decoder.block.15.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
167 |
+
"decoder.block.15.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
168 |
+
"decoder.block.15.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
169 |
+
"decoder.block.15.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
170 |
+
"decoder.block.15.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
171 |
+
"decoder.block.15.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
172 |
+
"decoder.block.15.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
173 |
+
"decoder.block.15.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
174 |
+
"decoder.block.15.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
175 |
+
"decoder.block.15.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
176 |
+
"decoder.block.15.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
177 |
+
"decoder.block.15.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
178 |
+
"decoder.block.15.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
179 |
+
"decoder.block.15.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
180 |
+
"decoder.block.15.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
181 |
+
"decoder.block.15.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
182 |
+
"decoder.block.15.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
183 |
+
"decoder.block.16.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
184 |
+
"decoder.block.16.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
185 |
+
"decoder.block.16.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
186 |
+
"decoder.block.16.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
187 |
+
"decoder.block.16.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
188 |
+
"decoder.block.16.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
189 |
+
"decoder.block.16.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
190 |
+
"decoder.block.16.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
191 |
+
"decoder.block.16.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
192 |
+
"decoder.block.16.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
193 |
+
"decoder.block.16.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
194 |
+
"decoder.block.16.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
195 |
+
"decoder.block.16.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
196 |
+
"decoder.block.16.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
197 |
+
"decoder.block.16.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
198 |
+
"decoder.block.16.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
199 |
+
"decoder.block.16.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
200 |
+
"decoder.block.16.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
201 |
+
"decoder.block.16.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
202 |
+
"decoder.block.16.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
203 |
+
"decoder.block.16.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
204 |
+
"decoder.block.16.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
205 |
+
"decoder.block.17.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
206 |
+
"decoder.block.17.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
207 |
+
"decoder.block.17.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
208 |
+
"decoder.block.17.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
209 |
+
"decoder.block.17.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
210 |
+
"decoder.block.17.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
211 |
+
"decoder.block.17.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
212 |
+
"decoder.block.17.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
213 |
+
"decoder.block.17.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
214 |
+
"decoder.block.17.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
215 |
+
"decoder.block.17.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
216 |
+
"decoder.block.17.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
217 |
+
"decoder.block.17.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
218 |
+
"decoder.block.17.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
219 |
+
"decoder.block.17.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
220 |
+
"decoder.block.17.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
221 |
+
"decoder.block.17.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
222 |
+
"decoder.block.17.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
223 |
+
"decoder.block.17.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
224 |
+
"decoder.block.17.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
225 |
+
"decoder.block.17.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
226 |
+
"decoder.block.17.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
227 |
+
"decoder.block.18.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
228 |
+
"decoder.block.18.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
229 |
+
"decoder.block.18.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
230 |
+
"decoder.block.18.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
231 |
+
"decoder.block.18.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
232 |
+
"decoder.block.18.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
233 |
+
"decoder.block.18.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
234 |
+
"decoder.block.18.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
235 |
+
"decoder.block.18.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
236 |
+
"decoder.block.18.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
237 |
+
"decoder.block.18.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
238 |
+
"decoder.block.18.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
239 |
+
"decoder.block.18.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
240 |
+
"decoder.block.18.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
241 |
+
"decoder.block.18.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
242 |
+
"decoder.block.18.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
243 |
+
"decoder.block.18.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
244 |
+
"decoder.block.18.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
245 |
+
"decoder.block.18.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
246 |
+
"decoder.block.18.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
247 |
+
"decoder.block.18.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
248 |
+
"decoder.block.18.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
249 |
+
"decoder.block.19.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
250 |
+
"decoder.block.19.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
251 |
+
"decoder.block.19.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
252 |
+
"decoder.block.19.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
253 |
+
"decoder.block.19.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
254 |
+
"decoder.block.19.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
255 |
+
"decoder.block.19.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
256 |
+
"decoder.block.19.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
257 |
+
"decoder.block.19.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
258 |
+
"decoder.block.19.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
259 |
+
"decoder.block.19.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
260 |
+
"decoder.block.19.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
261 |
+
"decoder.block.19.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
262 |
+
"decoder.block.19.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
263 |
+
"decoder.block.19.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
264 |
+
"decoder.block.19.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
265 |
+
"decoder.block.19.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
266 |
+
"decoder.block.19.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
267 |
+
"decoder.block.19.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
268 |
+
"decoder.block.19.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
269 |
+
"decoder.block.19.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
270 |
+
"decoder.block.19.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
271 |
+
"decoder.block.2.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
272 |
+
"decoder.block.2.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
273 |
+
"decoder.block.2.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
274 |
+
"decoder.block.2.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
275 |
+
"decoder.block.2.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
276 |
+
"decoder.block.2.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
277 |
+
"decoder.block.2.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
278 |
+
"decoder.block.2.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
279 |
+
"decoder.block.2.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
280 |
+
"decoder.block.2.layer.1.EncDecAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
281 |
+
"decoder.block.2.layer.1.EncDecAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
282 |
+
"decoder.block.2.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
283 |
+
"decoder.block.2.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
284 |
+
"decoder.block.2.layer.1.EncDecAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
285 |
+
"decoder.block.2.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
286 |
+
"decoder.block.2.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
287 |
+
"decoder.block.2.layer.1.EncDecAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
288 |
+
"decoder.block.2.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
289 |
+
"decoder.block.2.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
290 |
+
"decoder.block.2.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
291 |
+
"decoder.block.2.layer.2.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
292 |
+
"decoder.block.2.layer.2.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
293 |
+
"decoder.block.20.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
294 |
+
"decoder.block.20.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
295 |
+
"decoder.block.20.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
296 |
+
"decoder.block.20.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
297 |
+
"decoder.block.20.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
298 |
+
"decoder.block.20.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
299 |
+
"decoder.block.20.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
300 |
+
"decoder.block.20.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
301 |
+
"decoder.block.20.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
302 |
+
"decoder.block.20.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
303 |
+
"decoder.block.20.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
304 |
+
"decoder.block.20.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
305 |
+
"decoder.block.20.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
306 |
+
"decoder.block.20.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
307 |
+
"decoder.block.20.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
308 |
+
"decoder.block.20.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
309 |
+
"decoder.block.20.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
310 |
+
"decoder.block.20.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
311 |
+
"decoder.block.20.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
312 |
+
"decoder.block.20.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
313 |
+
"decoder.block.20.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
314 |
+
"decoder.block.20.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
315 |
+
"decoder.block.21.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
316 |
+
"decoder.block.21.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
317 |
+
"decoder.block.21.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
318 |
+
"decoder.block.21.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
319 |
+
"decoder.block.21.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
320 |
+
"decoder.block.21.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
321 |
+
"decoder.block.21.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
322 |
+
"decoder.block.21.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
323 |
+
"decoder.block.21.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
324 |
+
"decoder.block.21.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
325 |
+
"decoder.block.21.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
326 |
+
"decoder.block.21.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
327 |
+
"decoder.block.21.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
328 |
+
"decoder.block.21.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
329 |
+
"decoder.block.21.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
330 |
+
"decoder.block.21.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
331 |
+
"decoder.block.21.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
332 |
+
"decoder.block.21.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
333 |
+
"decoder.block.21.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
334 |
+
"decoder.block.21.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
335 |
+
"decoder.block.21.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
336 |
+
"decoder.block.21.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
337 |
+
"decoder.block.22.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
338 |
+
"decoder.block.22.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
339 |
+
"decoder.block.22.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
340 |
+
"decoder.block.22.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
341 |
+
"decoder.block.22.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
342 |
+
"decoder.block.22.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
343 |
+
"decoder.block.22.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
344 |
+
"decoder.block.22.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
345 |
+
"decoder.block.22.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
346 |
+
"decoder.block.22.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
347 |
+
"decoder.block.22.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
348 |
+
"decoder.block.22.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
349 |
+
"decoder.block.22.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
350 |
+
"decoder.block.22.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
351 |
+
"decoder.block.22.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
352 |
+
"decoder.block.22.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
353 |
+
"decoder.block.22.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
354 |
+
"decoder.block.22.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
355 |
+
"decoder.block.22.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
356 |
+
"decoder.block.22.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
357 |
+
"decoder.block.22.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
358 |
+
"decoder.block.22.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
359 |
+
"decoder.block.23.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
360 |
+
"decoder.block.23.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
361 |
+
"decoder.block.23.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
362 |
+
"decoder.block.23.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
363 |
+
"decoder.block.23.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
364 |
+
"decoder.block.23.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
365 |
+
"decoder.block.23.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
366 |
+
"decoder.block.23.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
367 |
+
"decoder.block.23.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
368 |
+
"decoder.block.23.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
369 |
+
"decoder.block.23.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
370 |
+
"decoder.block.23.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
371 |
+
"decoder.block.23.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
372 |
+
"decoder.block.23.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
373 |
+
"decoder.block.23.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
374 |
+
"decoder.block.23.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
375 |
+
"decoder.block.23.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
376 |
+
"decoder.block.23.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
377 |
+
"decoder.block.23.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
378 |
+
"decoder.block.23.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
379 |
+
"decoder.block.23.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
380 |
+
"decoder.block.23.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
381 |
+
"decoder.block.3.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
382 |
+
"decoder.block.3.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
383 |
+
"decoder.block.3.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
384 |
+
"decoder.block.3.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
385 |
+
"decoder.block.3.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
386 |
+
"decoder.block.3.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
387 |
+
"decoder.block.3.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
388 |
+
"decoder.block.3.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
389 |
+
"decoder.block.3.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
390 |
+
"decoder.block.3.layer.1.EncDecAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
391 |
+
"decoder.block.3.layer.1.EncDecAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
392 |
+
"decoder.block.3.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
393 |
+
"decoder.block.3.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
394 |
+
"decoder.block.3.layer.1.EncDecAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
395 |
+
"decoder.block.3.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
396 |
+
"decoder.block.3.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
397 |
+
"decoder.block.3.layer.1.EncDecAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
398 |
+
"decoder.block.3.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
399 |
+
"decoder.block.3.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
400 |
+
"decoder.block.3.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
401 |
+
"decoder.block.3.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
402 |
+
"decoder.block.3.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
403 |
+
"decoder.block.4.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
404 |
+
"decoder.block.4.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
405 |
+
"decoder.block.4.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
406 |
+
"decoder.block.4.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
407 |
+
"decoder.block.4.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
408 |
+
"decoder.block.4.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
409 |
+
"decoder.block.4.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
410 |
+
"decoder.block.4.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
411 |
+
"decoder.block.4.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
412 |
+
"decoder.block.4.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
413 |
+
"decoder.block.4.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
414 |
+
"decoder.block.4.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
415 |
+
"decoder.block.4.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
416 |
+
"decoder.block.4.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
417 |
+
"decoder.block.4.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
418 |
+
"decoder.block.4.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
419 |
+
"decoder.block.4.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
420 |
+
"decoder.block.4.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
421 |
+
"decoder.block.4.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
422 |
+
"decoder.block.4.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
423 |
+
"decoder.block.4.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
424 |
+
"decoder.block.4.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
425 |
+
"decoder.block.5.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
426 |
+
"decoder.block.5.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
427 |
+
"decoder.block.5.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
428 |
+
"decoder.block.5.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
429 |
+
"decoder.block.5.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
430 |
+
"decoder.block.5.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
431 |
+
"decoder.block.5.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
432 |
+
"decoder.block.5.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
433 |
+
"decoder.block.5.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
434 |
+
"decoder.block.5.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
435 |
+
"decoder.block.5.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
436 |
+
"decoder.block.5.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
437 |
+
"decoder.block.5.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
438 |
+
"decoder.block.5.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
439 |
+
"decoder.block.5.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
440 |
+
"decoder.block.5.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
441 |
+
"decoder.block.5.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
442 |
+
"decoder.block.5.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
443 |
+
"decoder.block.5.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
444 |
+
"decoder.block.5.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
445 |
+
"decoder.block.5.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
446 |
+
"decoder.block.5.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
447 |
+
"decoder.block.6.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
448 |
+
"decoder.block.6.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
449 |
+
"decoder.block.6.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
450 |
+
"decoder.block.6.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
451 |
+
"decoder.block.6.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
452 |
+
"decoder.block.6.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
453 |
+
"decoder.block.6.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
454 |
+
"decoder.block.6.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
455 |
+
"decoder.block.6.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
456 |
+
"decoder.block.6.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
457 |
+
"decoder.block.6.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
458 |
+
"decoder.block.6.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
459 |
+
"decoder.block.6.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
460 |
+
"decoder.block.6.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
461 |
+
"decoder.block.6.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
462 |
+
"decoder.block.6.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
463 |
+
"decoder.block.6.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
464 |
+
"decoder.block.6.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
465 |
+
"decoder.block.6.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
466 |
+
"decoder.block.6.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
467 |
+
"decoder.block.6.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
468 |
+
"decoder.block.6.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
469 |
+
"decoder.block.7.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
470 |
+
"decoder.block.7.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
471 |
+
"decoder.block.7.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
472 |
+
"decoder.block.7.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
473 |
+
"decoder.block.7.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
474 |
+
"decoder.block.7.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
475 |
+
"decoder.block.7.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
476 |
+
"decoder.block.7.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
477 |
+
"decoder.block.7.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
478 |
+
"decoder.block.7.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
479 |
+
"decoder.block.7.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
480 |
+
"decoder.block.7.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
481 |
+
"decoder.block.7.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
482 |
+
"decoder.block.7.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
483 |
+
"decoder.block.7.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
484 |
+
"decoder.block.7.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
485 |
+
"decoder.block.7.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
486 |
+
"decoder.block.7.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
487 |
+
"decoder.block.7.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
488 |
+
"decoder.block.7.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
489 |
+
"decoder.block.7.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
490 |
+
"decoder.block.7.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
491 |
+
"decoder.block.8.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
492 |
+
"decoder.block.8.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
493 |
+
"decoder.block.8.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
494 |
+
"decoder.block.8.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
495 |
+
"decoder.block.8.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
496 |
+
"decoder.block.8.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
497 |
+
"decoder.block.8.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
498 |
+
"decoder.block.8.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
499 |
+
"decoder.block.8.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
500 |
+
"decoder.block.8.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
501 |
+
"decoder.block.8.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
502 |
+
"decoder.block.8.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
503 |
+
"decoder.block.8.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
504 |
+
"decoder.block.8.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
505 |
+
"decoder.block.8.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
506 |
+
"decoder.block.8.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
507 |
+
"decoder.block.8.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
508 |
+
"decoder.block.8.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
509 |
+
"decoder.block.8.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
510 |
+
"decoder.block.8.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
511 |
+
"decoder.block.8.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
512 |
+
"decoder.block.8.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
513 |
+
"decoder.block.9.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
514 |
+
"decoder.block.9.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
515 |
+
"decoder.block.9.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
516 |
+
"decoder.block.9.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
517 |
+
"decoder.block.9.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
518 |
+
"decoder.block.9.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
519 |
+
"decoder.block.9.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
520 |
+
"decoder.block.9.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
521 |
+
"decoder.block.9.layer.0.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
522 |
+
"decoder.block.9.layer.1.EncDecAttention.k.weight": "pytorch_model-00002-of-00002.bin",
|
523 |
+
"decoder.block.9.layer.1.EncDecAttention.o.weight": "pytorch_model-00002-of-00002.bin",
|
524 |
+
"decoder.block.9.layer.1.EncDecAttention.q.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
525 |
+
"decoder.block.9.layer.1.EncDecAttention.q.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
526 |
+
"decoder.block.9.layer.1.EncDecAttention.q.weight": "pytorch_model-00002-of-00002.bin",
|
527 |
+
"decoder.block.9.layer.1.EncDecAttention.v.lora_A.weight": "pytorch_model-00002-of-00002.bin",
|
528 |
+
"decoder.block.9.layer.1.EncDecAttention.v.lora_B.weight": "pytorch_model-00002-of-00002.bin",
|
529 |
+
"decoder.block.9.layer.1.EncDecAttention.v.weight": "pytorch_model-00002-of-00002.bin",
|
530 |
+
"decoder.block.9.layer.1.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
531 |
+
"decoder.block.9.layer.2.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00002.bin",
|
532 |
+
"decoder.block.9.layer.2.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00002.bin",
|
533 |
+
"decoder.block.9.layer.2.DenseReluDense.wo.weight": "pytorch_model-00002-of-00002.bin",
|
534 |
+
"decoder.block.9.layer.2.layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
535 |
+
"decoder.embed_tokens.weight": "pytorch_model-00001-of-00002.bin",
|
536 |
+
"decoder.final_layer_norm.weight": "pytorch_model-00002-of-00002.bin",
|
537 |
+
"encoder.block.0.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
538 |
+
"encoder.block.0.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
539 |
+
"encoder.block.0.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
540 |
+
"encoder.block.0.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
541 |
+
"encoder.block.0.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
542 |
+
"encoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00001-of-00002.bin",
|
543 |
+
"encoder.block.0.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
544 |
+
"encoder.block.0.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
545 |
+
"encoder.block.0.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
546 |
+
"encoder.block.0.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
547 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
548 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
549 |
+
"encoder.block.0.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
550 |
+
"encoder.block.0.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
551 |
+
"encoder.block.1.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
552 |
+
"encoder.block.1.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
553 |
+
"encoder.block.1.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
554 |
+
"encoder.block.1.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
555 |
+
"encoder.block.1.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
556 |
+
"encoder.block.1.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
557 |
+
"encoder.block.1.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
558 |
+
"encoder.block.1.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
559 |
+
"encoder.block.1.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
560 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
561 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
562 |
+
"encoder.block.1.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
563 |
+
"encoder.block.1.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
564 |
+
"encoder.block.10.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
565 |
+
"encoder.block.10.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
566 |
+
"encoder.block.10.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
567 |
+
"encoder.block.10.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
568 |
+
"encoder.block.10.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
569 |
+
"encoder.block.10.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
570 |
+
"encoder.block.10.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
571 |
+
"encoder.block.10.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
572 |
+
"encoder.block.10.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
573 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
574 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
575 |
+
"encoder.block.10.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
576 |
+
"encoder.block.10.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
577 |
+
"encoder.block.11.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
578 |
+
"encoder.block.11.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
579 |
+
"encoder.block.11.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
580 |
+
"encoder.block.11.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
581 |
+
"encoder.block.11.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
582 |
+
"encoder.block.11.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
583 |
+
"encoder.block.11.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
584 |
+
"encoder.block.11.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
585 |
+
"encoder.block.11.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
586 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
587 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
588 |
+
"encoder.block.11.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
589 |
+
"encoder.block.11.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
590 |
+
"encoder.block.12.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
591 |
+
"encoder.block.12.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
592 |
+
"encoder.block.12.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
593 |
+
"encoder.block.12.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
594 |
+
"encoder.block.12.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
595 |
+
"encoder.block.12.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
596 |
+
"encoder.block.12.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
597 |
+
"encoder.block.12.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
598 |
+
"encoder.block.12.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
599 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
600 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
601 |
+
"encoder.block.12.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
602 |
+
"encoder.block.12.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
603 |
+
"encoder.block.13.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
604 |
+
"encoder.block.13.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
605 |
+
"encoder.block.13.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
606 |
+
"encoder.block.13.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
607 |
+
"encoder.block.13.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
608 |
+
"encoder.block.13.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
609 |
+
"encoder.block.13.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
610 |
+
"encoder.block.13.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
611 |
+
"encoder.block.13.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
612 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
613 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
614 |
+
"encoder.block.13.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
615 |
+
"encoder.block.13.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
616 |
+
"encoder.block.14.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
617 |
+
"encoder.block.14.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
618 |
+
"encoder.block.14.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
619 |
+
"encoder.block.14.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
620 |
+
"encoder.block.14.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
621 |
+
"encoder.block.14.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
622 |
+
"encoder.block.14.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
623 |
+
"encoder.block.14.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
624 |
+
"encoder.block.14.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
625 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
626 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
627 |
+
"encoder.block.14.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
628 |
+
"encoder.block.14.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
629 |
+
"encoder.block.15.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
630 |
+
"encoder.block.15.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
631 |
+
"encoder.block.15.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
632 |
+
"encoder.block.15.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
633 |
+
"encoder.block.15.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
634 |
+
"encoder.block.15.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
635 |
+
"encoder.block.15.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
636 |
+
"encoder.block.15.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
637 |
+
"encoder.block.15.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
638 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
639 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
640 |
+
"encoder.block.15.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
641 |
+
"encoder.block.15.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
642 |
+
"encoder.block.16.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
643 |
+
"encoder.block.16.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
644 |
+
"encoder.block.16.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
645 |
+
"encoder.block.16.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
646 |
+
"encoder.block.16.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
647 |
+
"encoder.block.16.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
648 |
+
"encoder.block.16.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
649 |
+
"encoder.block.16.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
650 |
+
"encoder.block.16.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
651 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
652 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
653 |
+
"encoder.block.16.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
654 |
+
"encoder.block.16.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
655 |
+
"encoder.block.17.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
656 |
+
"encoder.block.17.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
657 |
+
"encoder.block.17.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
658 |
+
"encoder.block.17.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
659 |
+
"encoder.block.17.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
660 |
+
"encoder.block.17.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
661 |
+
"encoder.block.17.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
662 |
+
"encoder.block.17.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
663 |
+
"encoder.block.17.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
664 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
665 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
666 |
+
"encoder.block.17.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
667 |
+
"encoder.block.17.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
668 |
+
"encoder.block.18.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
669 |
+
"encoder.block.18.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
670 |
+
"encoder.block.18.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
671 |
+
"encoder.block.18.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
672 |
+
"encoder.block.18.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
673 |
+
"encoder.block.18.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
674 |
+
"encoder.block.18.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
675 |
+
"encoder.block.18.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
676 |
+
"encoder.block.18.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
677 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
678 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
679 |
+
"encoder.block.18.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
680 |
+
"encoder.block.18.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
681 |
+
"encoder.block.19.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
682 |
+
"encoder.block.19.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
683 |
+
"encoder.block.19.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
684 |
+
"encoder.block.19.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
685 |
+
"encoder.block.19.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
686 |
+
"encoder.block.19.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
687 |
+
"encoder.block.19.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
688 |
+
"encoder.block.19.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
689 |
+
"encoder.block.19.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
690 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
691 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
692 |
+
"encoder.block.19.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
693 |
+
"encoder.block.19.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
694 |
+
"encoder.block.2.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
695 |
+
"encoder.block.2.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
696 |
+
"encoder.block.2.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
697 |
+
"encoder.block.2.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
698 |
+
"encoder.block.2.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
699 |
+
"encoder.block.2.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
700 |
+
"encoder.block.2.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
701 |
+
"encoder.block.2.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
702 |
+
"encoder.block.2.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
703 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
704 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
705 |
+
"encoder.block.2.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
706 |
+
"encoder.block.2.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
707 |
+
"encoder.block.20.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
708 |
+
"encoder.block.20.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
709 |
+
"encoder.block.20.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
710 |
+
"encoder.block.20.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
711 |
+
"encoder.block.20.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
712 |
+
"encoder.block.20.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
713 |
+
"encoder.block.20.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
714 |
+
"encoder.block.20.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
715 |
+
"encoder.block.20.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
716 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
717 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
718 |
+
"encoder.block.20.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
719 |
+
"encoder.block.20.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
720 |
+
"encoder.block.21.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
721 |
+
"encoder.block.21.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
722 |
+
"encoder.block.21.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
723 |
+
"encoder.block.21.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
724 |
+
"encoder.block.21.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
725 |
+
"encoder.block.21.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
726 |
+
"encoder.block.21.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
727 |
+
"encoder.block.21.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
728 |
+
"encoder.block.21.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
729 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
730 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
731 |
+
"encoder.block.21.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
732 |
+
"encoder.block.21.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
733 |
+
"encoder.block.22.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
734 |
+
"encoder.block.22.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
735 |
+
"encoder.block.22.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
736 |
+
"encoder.block.22.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
737 |
+
"encoder.block.22.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
738 |
+
"encoder.block.22.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
739 |
+
"encoder.block.22.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
740 |
+
"encoder.block.22.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
741 |
+
"encoder.block.22.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
742 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
743 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
744 |
+
"encoder.block.22.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
745 |
+
"encoder.block.22.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
746 |
+
"encoder.block.23.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
747 |
+
"encoder.block.23.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
748 |
+
"encoder.block.23.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
749 |
+
"encoder.block.23.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
750 |
+
"encoder.block.23.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
751 |
+
"encoder.block.23.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
752 |
+
"encoder.block.23.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
753 |
+
"encoder.block.23.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
754 |
+
"encoder.block.23.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
755 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
756 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
757 |
+
"encoder.block.23.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
758 |
+
"encoder.block.23.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
759 |
+
"encoder.block.3.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
760 |
+
"encoder.block.3.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
761 |
+
"encoder.block.3.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
762 |
+
"encoder.block.3.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
763 |
+
"encoder.block.3.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
764 |
+
"encoder.block.3.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
765 |
+
"encoder.block.3.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
766 |
+
"encoder.block.3.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
767 |
+
"encoder.block.3.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
768 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
769 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
770 |
+
"encoder.block.3.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
771 |
+
"encoder.block.3.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
772 |
+
"encoder.block.4.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
773 |
+
"encoder.block.4.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
774 |
+
"encoder.block.4.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
775 |
+
"encoder.block.4.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
776 |
+
"encoder.block.4.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
777 |
+
"encoder.block.4.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
778 |
+
"encoder.block.4.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
779 |
+
"encoder.block.4.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
780 |
+
"encoder.block.4.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
781 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
782 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
783 |
+
"encoder.block.4.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
784 |
+
"encoder.block.4.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
785 |
+
"encoder.block.5.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
786 |
+
"encoder.block.5.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
787 |
+
"encoder.block.5.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
788 |
+
"encoder.block.5.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
789 |
+
"encoder.block.5.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
790 |
+
"encoder.block.5.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
791 |
+
"encoder.block.5.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
792 |
+
"encoder.block.5.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
793 |
+
"encoder.block.5.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
794 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
795 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
796 |
+
"encoder.block.5.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
797 |
+
"encoder.block.5.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
798 |
+
"encoder.block.6.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
799 |
+
"encoder.block.6.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
800 |
+
"encoder.block.6.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
801 |
+
"encoder.block.6.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
802 |
+
"encoder.block.6.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
803 |
+
"encoder.block.6.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
804 |
+
"encoder.block.6.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
805 |
+
"encoder.block.6.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
806 |
+
"encoder.block.6.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
807 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
808 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
809 |
+
"encoder.block.6.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
810 |
+
"encoder.block.6.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
811 |
+
"encoder.block.7.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
812 |
+
"encoder.block.7.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
813 |
+
"encoder.block.7.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
814 |
+
"encoder.block.7.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
815 |
+
"encoder.block.7.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
816 |
+
"encoder.block.7.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
817 |
+
"encoder.block.7.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
818 |
+
"encoder.block.7.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
819 |
+
"encoder.block.7.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
820 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
821 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
822 |
+
"encoder.block.7.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
823 |
+
"encoder.block.7.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
824 |
+
"encoder.block.8.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
825 |
+
"encoder.block.8.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
826 |
+
"encoder.block.8.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
827 |
+
"encoder.block.8.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
828 |
+
"encoder.block.8.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
829 |
+
"encoder.block.8.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
830 |
+
"encoder.block.8.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
831 |
+
"encoder.block.8.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
832 |
+
"encoder.block.8.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
833 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
834 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
835 |
+
"encoder.block.8.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
836 |
+
"encoder.block.8.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
837 |
+
"encoder.block.9.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00002.bin",
|
838 |
+
"encoder.block.9.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00002.bin",
|
839 |
+
"encoder.block.9.layer.0.SelfAttention.q.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
840 |
+
"encoder.block.9.layer.0.SelfAttention.q.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
841 |
+
"encoder.block.9.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00002.bin",
|
842 |
+
"encoder.block.9.layer.0.SelfAttention.v.lora_A.weight": "pytorch_model-00001-of-00002.bin",
|
843 |
+
"encoder.block.9.layer.0.SelfAttention.v.lora_B.weight": "pytorch_model-00001-of-00002.bin",
|
844 |
+
"encoder.block.9.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00002.bin",
|
845 |
+
"encoder.block.9.layer.0.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
846 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00002.bin",
|
847 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00002.bin",
|
848 |
+
"encoder.block.9.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00002.bin",
|
849 |
+
"encoder.block.9.layer.1.layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
850 |
+
"encoder.embed_tokens.weight": "pytorch_model-00001-of-00002.bin",
|
851 |
+
"encoder.final_layer_norm.weight": "pytorch_model-00001-of-00002.bin",
|
852 |
+
"lm_head.0.weight": "pytorch_model-00002-of-00002.bin",
|
853 |
+
"shared.weight": "pytorch_model-00001-of-00002.bin"
|
854 |
+
}
|
855 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<extra_id_0>",
|
4 |
+
"<extra_id_1>",
|
5 |
+
"<extra_id_2>",
|
6 |
+
"<extra_id_3>",
|
7 |
+
"<extra_id_4>",
|
8 |
+
"<extra_id_5>",
|
9 |
+
"<extra_id_6>",
|
10 |
+
"<extra_id_7>",
|
11 |
+
"<extra_id_8>",
|
12 |
+
"<extra_id_9>",
|
13 |
+
"<extra_id_10>",
|
14 |
+
"<extra_id_11>",
|
15 |
+
"<extra_id_12>",
|
16 |
+
"<extra_id_13>",
|
17 |
+
"<extra_id_14>",
|
18 |
+
"<extra_id_15>",
|
19 |
+
"<extra_id_16>",
|
20 |
+
"<extra_id_17>",
|
21 |
+
"<extra_id_18>",
|
22 |
+
"<extra_id_19>",
|
23 |
+
"<extra_id_20>",
|
24 |
+
"<extra_id_21>",
|
25 |
+
"<extra_id_22>",
|
26 |
+
"<extra_id_23>",
|
27 |
+
"<extra_id_24>",
|
28 |
+
"<extra_id_25>",
|
29 |
+
"<extra_id_26>",
|
30 |
+
"<extra_id_27>",
|
31 |
+
"<extra_id_28>",
|
32 |
+
"<extra_id_29>",
|
33 |
+
"<extra_id_30>",
|
34 |
+
"<extra_id_31>",
|
35 |
+
"<extra_id_32>",
|
36 |
+
"<extra_id_33>",
|
37 |
+
"<extra_id_34>",
|
38 |
+
"<extra_id_35>",
|
39 |
+
"<extra_id_36>",
|
40 |
+
"<extra_id_37>",
|
41 |
+
"<extra_id_38>",
|
42 |
+
"<extra_id_39>",
|
43 |
+
"<extra_id_40>",
|
44 |
+
"<extra_id_41>",
|
45 |
+
"<extra_id_42>",
|
46 |
+
"<extra_id_43>",
|
47 |
+
"<extra_id_44>",
|
48 |
+
"<extra_id_45>",
|
49 |
+
"<extra_id_46>",
|
50 |
+
"<extra_id_47>",
|
51 |
+
"<extra_id_48>",
|
52 |
+
"<extra_id_49>",
|
53 |
+
"<extra_id_50>",
|
54 |
+
"<extra_id_51>",
|
55 |
+
"<extra_id_52>",
|
56 |
+
"<extra_id_53>",
|
57 |
+
"<extra_id_54>",
|
58 |
+
"<extra_id_55>",
|
59 |
+
"<extra_id_56>",
|
60 |
+
"<extra_id_57>",
|
61 |
+
"<extra_id_58>",
|
62 |
+
"<extra_id_59>",
|
63 |
+
"<extra_id_60>",
|
64 |
+
"<extra_id_61>",
|
65 |
+
"<extra_id_62>",
|
66 |
+
"<extra_id_63>",
|
67 |
+
"<extra_id_64>",
|
68 |
+
"<extra_id_65>",
|
69 |
+
"<extra_id_66>",
|
70 |
+
"<extra_id_67>",
|
71 |
+
"<extra_id_68>",
|
72 |
+
"<extra_id_69>",
|
73 |
+
"<extra_id_70>",
|
74 |
+
"<extra_id_71>",
|
75 |
+
"<extra_id_72>",
|
76 |
+
"<extra_id_73>",
|
77 |
+
"<extra_id_74>",
|
78 |
+
"<extra_id_75>",
|
79 |
+
"<extra_id_76>",
|
80 |
+
"<extra_id_77>",
|
81 |
+
"<extra_id_78>",
|
82 |
+
"<extra_id_79>",
|
83 |
+
"<extra_id_80>",
|
84 |
+
"<extra_id_81>",
|
85 |
+
"<extra_id_82>",
|
86 |
+
"<extra_id_83>",
|
87 |
+
"<extra_id_84>",
|
88 |
+
"<extra_id_85>",
|
89 |
+
"<extra_id_86>",
|
90 |
+
"<extra_id_87>",
|
91 |
+
"<extra_id_88>",
|
92 |
+
"<extra_id_89>",
|
93 |
+
"<extra_id_90>",
|
94 |
+
"<extra_id_91>",
|
95 |
+
"<extra_id_92>",
|
96 |
+
"<extra_id_93>",
|
97 |
+
"<extra_id_94>",
|
98 |
+
"<extra_id_95>",
|
99 |
+
"<extra_id_96>",
|
100 |
+
"<extra_id_97>",
|
101 |
+
"<extra_id_98>",
|
102 |
+
"<extra_id_99>"
|
103 |
+
],
|
104 |
+
"eos_token": "</s>",
|
105 |
+
"pad_token": "<pad>",
|
106 |
+
"unk_token": "<unk>"
|
107 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,112 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<extra_id_0>",
|
4 |
+
"<extra_id_1>",
|
5 |
+
"<extra_id_2>",
|
6 |
+
"<extra_id_3>",
|
7 |
+
"<extra_id_4>",
|
8 |
+
"<extra_id_5>",
|
9 |
+
"<extra_id_6>",
|
10 |
+
"<extra_id_7>",
|
11 |
+
"<extra_id_8>",
|
12 |
+
"<extra_id_9>",
|
13 |
+
"<extra_id_10>",
|
14 |
+
"<extra_id_11>",
|
15 |
+
"<extra_id_12>",
|
16 |
+
"<extra_id_13>",
|
17 |
+
"<extra_id_14>",
|
18 |
+
"<extra_id_15>",
|
19 |
+
"<extra_id_16>",
|
20 |
+
"<extra_id_17>",
|
21 |
+
"<extra_id_18>",
|
22 |
+
"<extra_id_19>",
|
23 |
+
"<extra_id_20>",
|
24 |
+
"<extra_id_21>",
|
25 |
+
"<extra_id_22>",
|
26 |
+
"<extra_id_23>",
|
27 |
+
"<extra_id_24>",
|
28 |
+
"<extra_id_25>",
|
29 |
+
"<extra_id_26>",
|
30 |
+
"<extra_id_27>",
|
31 |
+
"<extra_id_28>",
|
32 |
+
"<extra_id_29>",
|
33 |
+
"<extra_id_30>",
|
34 |
+
"<extra_id_31>",
|
35 |
+
"<extra_id_32>",
|
36 |
+
"<extra_id_33>",
|
37 |
+
"<extra_id_34>",
|
38 |
+
"<extra_id_35>",
|
39 |
+
"<extra_id_36>",
|
40 |
+
"<extra_id_37>",
|
41 |
+
"<extra_id_38>",
|
42 |
+
"<extra_id_39>",
|
43 |
+
"<extra_id_40>",
|
44 |
+
"<extra_id_41>",
|
45 |
+
"<extra_id_42>",
|
46 |
+
"<extra_id_43>",
|
47 |
+
"<extra_id_44>",
|
48 |
+
"<extra_id_45>",
|
49 |
+
"<extra_id_46>",
|
50 |
+
"<extra_id_47>",
|
51 |
+
"<extra_id_48>",
|
52 |
+
"<extra_id_49>",
|
53 |
+
"<extra_id_50>",
|
54 |
+
"<extra_id_51>",
|
55 |
+
"<extra_id_52>",
|
56 |
+
"<extra_id_53>",
|
57 |
+
"<extra_id_54>",
|
58 |
+
"<extra_id_55>",
|
59 |
+
"<extra_id_56>",
|
60 |
+
"<extra_id_57>",
|
61 |
+
"<extra_id_58>",
|
62 |
+
"<extra_id_59>",
|
63 |
+
"<extra_id_60>",
|
64 |
+
"<extra_id_61>",
|
65 |
+
"<extra_id_62>",
|
66 |
+
"<extra_id_63>",
|
67 |
+
"<extra_id_64>",
|
68 |
+
"<extra_id_65>",
|
69 |
+
"<extra_id_66>",
|
70 |
+
"<extra_id_67>",
|
71 |
+
"<extra_id_68>",
|
72 |
+
"<extra_id_69>",
|
73 |
+
"<extra_id_70>",
|
74 |
+
"<extra_id_71>",
|
75 |
+
"<extra_id_72>",
|
76 |
+
"<extra_id_73>",
|
77 |
+
"<extra_id_74>",
|
78 |
+
"<extra_id_75>",
|
79 |
+
"<extra_id_76>",
|
80 |
+
"<extra_id_77>",
|
81 |
+
"<extra_id_78>",
|
82 |
+
"<extra_id_79>",
|
83 |
+
"<extra_id_80>",
|
84 |
+
"<extra_id_81>",
|
85 |
+
"<extra_id_82>",
|
86 |
+
"<extra_id_83>",
|
87 |
+
"<extra_id_84>",
|
88 |
+
"<extra_id_85>",
|
89 |
+
"<extra_id_86>",
|
90 |
+
"<extra_id_87>",
|
91 |
+
"<extra_id_88>",
|
92 |
+
"<extra_id_89>",
|
93 |
+
"<extra_id_90>",
|
94 |
+
"<extra_id_91>",
|
95 |
+
"<extra_id_92>",
|
96 |
+
"<extra_id_93>",
|
97 |
+
"<extra_id_94>",
|
98 |
+
"<extra_id_95>",
|
99 |
+
"<extra_id_96>",
|
100 |
+
"<extra_id_97>",
|
101 |
+
"<extra_id_98>",
|
102 |
+
"<extra_id_99>"
|
103 |
+
],
|
104 |
+
"eos_token": "</s>",
|
105 |
+
"extra_ids": 100,
|
106 |
+
"model_max_length": 512,
|
107 |
+
"pad_token": "<pad>",
|
108 |
+
"sp_model_kwargs": {},
|
109 |
+
"special_tokens_map_file": "/home/arthur_huggingface_co/.cache/huggingface/hub/models--google--t5-v1_1-small/snapshots/fb7e6cba609f7bab11c614294bc04f82f613c7b1/special_tokens_map.json",
|
110 |
+
"tokenizer_class": "T5Tokenizer",
|
111 |
+
"unk_token": "<unk>"
|
112 |
+
}
|