thanks to ai-forever ❤
Browse files- flan_ul2_encoder/added_tokens.json +30 -0
- flan_ul2_encoder/config.json +31 -0
- flan_ul2_encoder/projection.pt +3 -0
- flan_ul2_encoder/projection_flash.pt +3 -0
- flan_ul2_encoder/projection_inpainting.pt +3 -0
- flan_ul2_encoder/pytorch_model-00001-of-00004.bin +3 -0
- flan_ul2_encoder/pytorch_model-00002-of-00004.bin +3 -0
- flan_ul2_encoder/pytorch_model-00003-of-00004.bin +3 -0
- flan_ul2_encoder/pytorch_model-00004-of-00004.bin +3 -0
- flan_ul2_encoder/pytorch_model.bin.index.json +299 -0
- flan_ul2_encoder/special_tokens_map.json +107 -0
- flan_ul2_encoder/spiece.model +3 -0
- flan_ul2_encoder/tokenizer_config.json +112 -0
flan_ul2_encoder/added_tokens.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[new_id_0]": 32100,
|
3 |
+
"[new_id_10]": 32110,
|
4 |
+
"[new_id_11]": 32111,
|
5 |
+
"[new_id_12]": 32112,
|
6 |
+
"[new_id_13]": 32113,
|
7 |
+
"[new_id_14]": 32114,
|
8 |
+
"[new_id_15]": 32115,
|
9 |
+
"[new_id_16]": 32116,
|
10 |
+
"[new_id_17]": 32117,
|
11 |
+
"[new_id_18]": 32118,
|
12 |
+
"[new_id_19]": 32119,
|
13 |
+
"[new_id_1]": 32101,
|
14 |
+
"[new_id_20]": 32120,
|
15 |
+
"[new_id_21]": 32121,
|
16 |
+
"[new_id_22]": 32122,
|
17 |
+
"[new_id_23]": 32123,
|
18 |
+
"[new_id_24]": 32124,
|
19 |
+
"[new_id_25]": 32125,
|
20 |
+
"[new_id_26]": 32126,
|
21 |
+
"[new_id_27]": 32127,
|
22 |
+
"[new_id_2]": 32102,
|
23 |
+
"[new_id_3]": 32103,
|
24 |
+
"[new_id_4]": 32104,
|
25 |
+
"[new_id_5]": 32105,
|
26 |
+
"[new_id_6]": 32106,
|
27 |
+
"[new_id_7]": 32107,
|
28 |
+
"[new_id_8]": 32108,
|
29 |
+
"[new_id_9]": 32109
|
30 |
+
}
|
flan_ul2_encoder/config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/home/jovyan/vladimir/imagen/kandinsky3/pretrained_encoders/flan_ul2/",
|
3 |
+
"architectures": [
|
4 |
+
"T5EncoderModel"
|
5 |
+
],
|
6 |
+
"d_ff": 16384,
|
7 |
+
"d_kv": 256,
|
8 |
+
"d_model": 4096,
|
9 |
+
"decoder_start_token_id": 0,
|
10 |
+
"dense_act_fn": "silu",
|
11 |
+
"dropout_rate": 0.1,
|
12 |
+
"eos_token_id": 1,
|
13 |
+
"feed_forward_proj": "gated-silu",
|
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 |
+
"n_positions": 512,
|
20 |
+
"num_decoder_layers": 32,
|
21 |
+
"num_heads": 16,
|
22 |
+
"num_layers": 32,
|
23 |
+
"output_past": true,
|
24 |
+
"pad_token_id": 0,
|
25 |
+
"relative_attention_max_distance": 128,
|
26 |
+
"relative_attention_num_buckets": 32,
|
27 |
+
"torch_dtype": "float32",
|
28 |
+
"transformers_version": "4.30.2",
|
29 |
+
"use_cache": true,
|
30 |
+
"vocab_size": 32128
|
31 |
+
}
|
flan_ul2_encoder/projection.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ddf609d667d8364e934d7d631f71c0022d73a12567b8ea2deef14069d29d28b
|
3 |
+
size 67142898
|
flan_ul2_encoder/projection_flash.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4e5c908fb0b6a8b0a7c6f5fbe52b72e1c31436e337d45f4538fa037973f0064b
|
3 |
+
size 67143507
|
flan_ul2_encoder/projection_inpainting.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d2b790f73c133ca9f74c04e442e4ec58c6a8f40972ed2ba6adff7fe1bf74bc4f
|
3 |
+
size 67143478
|
flan_ul2_encoder/pytorch_model-00001-of-00004.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c6e2b587b61b1e17fd25fd3557cd9884101aedc97689eb6f9e7ee617d8b81b2
|
3 |
+
size 9921935117
|
flan_ul2_encoder/pytorch_model-00002-of-00004.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae08601c27e6093d272173ea8f22204562ee48f8ae35c4059d1ce2ed054373c5
|
3 |
+
size 9999561499
|
flan_ul2_encoder/pytorch_model-00003-of-00004.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acd1f4ef868d66ab00c3834c5a1cb83a28a9f85a8923d8674dc3468a4d067113
|
3 |
+
size 9865344157
|
flan_ul2_encoder/pytorch_model-00004-of-00004.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f67654093fbc4df1ea2f240c910fdcf3eb54e7120f5b7cf1129ea87e6d616519
|
3 |
+
size 5100451697
|
flan_ul2_encoder/pytorch_model.bin.index.json
ADDED
@@ -0,0 +1,299 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 34887190528
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"encoder.block.0.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00004.bin",
|
7 |
+
"encoder.block.0.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00004.bin",
|
8 |
+
"encoder.block.0.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00004.bin",
|
9 |
+
"encoder.block.0.layer.0.SelfAttention.relative_attention_bias.weight": "pytorch_model-00001-of-00004.bin",
|
10 |
+
"encoder.block.0.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00004.bin",
|
11 |
+
"encoder.block.0.layer.0.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
12 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00004.bin",
|
13 |
+
"encoder.block.0.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00004.bin",
|
14 |
+
"encoder.block.0.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00004.bin",
|
15 |
+
"encoder.block.0.layer.1.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
16 |
+
"encoder.block.1.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00004.bin",
|
17 |
+
"encoder.block.1.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00004.bin",
|
18 |
+
"encoder.block.1.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00004.bin",
|
19 |
+
"encoder.block.1.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00004.bin",
|
20 |
+
"encoder.block.1.layer.0.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
21 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00004.bin",
|
22 |
+
"encoder.block.1.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00004.bin",
|
23 |
+
"encoder.block.1.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00004.bin",
|
24 |
+
"encoder.block.1.layer.1.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
25 |
+
"encoder.block.10.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00004.bin",
|
26 |
+
"encoder.block.10.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00004.bin",
|
27 |
+
"encoder.block.10.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00004.bin",
|
28 |
+
"encoder.block.10.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00004.bin",
|
29 |
+
"encoder.block.10.layer.0.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
30 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00004.bin",
|
31 |
+
"encoder.block.10.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00004.bin",
|
32 |
+
"encoder.block.10.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00004.bin",
|
33 |
+
"encoder.block.10.layer.1.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
34 |
+
"encoder.block.11.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00004.bin",
|
35 |
+
"encoder.block.11.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00004.bin",
|
36 |
+
"encoder.block.11.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00004.bin",
|
37 |
+
"encoder.block.11.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00004.bin",
|
38 |
+
"encoder.block.11.layer.0.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
39 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00004.bin",
|
40 |
+
"encoder.block.11.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00004.bin",
|
41 |
+
"encoder.block.11.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00004.bin",
|
42 |
+
"encoder.block.11.layer.1.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
43 |
+
"encoder.block.12.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00004.bin",
|
44 |
+
"encoder.block.12.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00004.bin",
|
45 |
+
"encoder.block.12.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00004.bin",
|
46 |
+
"encoder.block.12.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00004.bin",
|
47 |
+
"encoder.block.12.layer.0.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
48 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00004.bin",
|
49 |
+
"encoder.block.12.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00004.bin",
|
50 |
+
"encoder.block.12.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00004.bin",
|
51 |
+
"encoder.block.12.layer.1.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
52 |
+
"encoder.block.13.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00004.bin",
|
53 |
+
"encoder.block.13.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00004.bin",
|
54 |
+
"encoder.block.13.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00004.bin",
|
55 |
+
"encoder.block.13.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00004.bin",
|
56 |
+
"encoder.block.13.layer.0.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
57 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00004.bin",
|
58 |
+
"encoder.block.13.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00004.bin",
|
59 |
+
"encoder.block.13.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00004.bin",
|
60 |
+
"encoder.block.13.layer.1.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
61 |
+
"encoder.block.14.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00004.bin",
|
62 |
+
"encoder.block.14.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00004.bin",
|
63 |
+
"encoder.block.14.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00004.bin",
|
64 |
+
"encoder.block.14.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00004.bin",
|
65 |
+
"encoder.block.14.layer.0.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
66 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00004.bin",
|
67 |
+
"encoder.block.14.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00004.bin",
|
68 |
+
"encoder.block.14.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00004.bin",
|
69 |
+
"encoder.block.14.layer.1.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
70 |
+
"encoder.block.15.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00004.bin",
|
71 |
+
"encoder.block.15.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00004.bin",
|
72 |
+
"encoder.block.15.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00004.bin",
|
73 |
+
"encoder.block.15.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00004.bin",
|
74 |
+
"encoder.block.15.layer.0.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
75 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00004.bin",
|
76 |
+
"encoder.block.15.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00004.bin",
|
77 |
+
"encoder.block.15.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00004.bin",
|
78 |
+
"encoder.block.15.layer.1.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
79 |
+
"encoder.block.16.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00004.bin",
|
80 |
+
"encoder.block.16.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00004.bin",
|
81 |
+
"encoder.block.16.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00004.bin",
|
82 |
+
"encoder.block.16.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00004.bin",
|
83 |
+
"encoder.block.16.layer.0.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
84 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00004.bin",
|
85 |
+
"encoder.block.16.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00004.bin",
|
86 |
+
"encoder.block.16.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00004.bin",
|
87 |
+
"encoder.block.16.layer.1.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
88 |
+
"encoder.block.17.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00004.bin",
|
89 |
+
"encoder.block.17.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00004.bin",
|
90 |
+
"encoder.block.17.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00004.bin",
|
91 |
+
"encoder.block.17.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00004.bin",
|
92 |
+
"encoder.block.17.layer.0.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
93 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00004.bin",
|
94 |
+
"encoder.block.17.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00004.bin",
|
95 |
+
"encoder.block.17.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00004.bin",
|
96 |
+
"encoder.block.17.layer.1.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
97 |
+
"encoder.block.18.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00004.bin",
|
98 |
+
"encoder.block.18.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00004.bin",
|
99 |
+
"encoder.block.18.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00004.bin",
|
100 |
+
"encoder.block.18.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00004.bin",
|
101 |
+
"encoder.block.18.layer.0.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
102 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00004.bin",
|
103 |
+
"encoder.block.18.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00004.bin",
|
104 |
+
"encoder.block.18.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00004.bin",
|
105 |
+
"encoder.block.18.layer.1.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
106 |
+
"encoder.block.19.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00004.bin",
|
107 |
+
"encoder.block.19.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00004.bin",
|
108 |
+
"encoder.block.19.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00004.bin",
|
109 |
+
"encoder.block.19.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00004.bin",
|
110 |
+
"encoder.block.19.layer.0.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
111 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00004.bin",
|
112 |
+
"encoder.block.19.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00004.bin",
|
113 |
+
"encoder.block.19.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00004.bin",
|
114 |
+
"encoder.block.19.layer.1.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
115 |
+
"encoder.block.2.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00004.bin",
|
116 |
+
"encoder.block.2.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00004.bin",
|
117 |
+
"encoder.block.2.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00004.bin",
|
118 |
+
"encoder.block.2.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00004.bin",
|
119 |
+
"encoder.block.2.layer.0.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
120 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00004.bin",
|
121 |
+
"encoder.block.2.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00004.bin",
|
122 |
+
"encoder.block.2.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00004.bin",
|
123 |
+
"encoder.block.2.layer.1.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
124 |
+
"encoder.block.20.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00004.bin",
|
125 |
+
"encoder.block.20.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00004.bin",
|
126 |
+
"encoder.block.20.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00004.bin",
|
127 |
+
"encoder.block.20.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00004.bin",
|
128 |
+
"encoder.block.20.layer.0.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
129 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00004.bin",
|
130 |
+
"encoder.block.20.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00004.bin",
|
131 |
+
"encoder.block.20.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00004.bin",
|
132 |
+
"encoder.block.20.layer.1.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
133 |
+
"encoder.block.21.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00004.bin",
|
134 |
+
"encoder.block.21.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00004.bin",
|
135 |
+
"encoder.block.21.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00004.bin",
|
136 |
+
"encoder.block.21.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00004.bin",
|
137 |
+
"encoder.block.21.layer.0.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
138 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00004.bin",
|
139 |
+
"encoder.block.21.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00004.bin",
|
140 |
+
"encoder.block.21.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00004.bin",
|
141 |
+
"encoder.block.21.layer.1.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
142 |
+
"encoder.block.22.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00004.bin",
|
143 |
+
"encoder.block.22.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00004.bin",
|
144 |
+
"encoder.block.22.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00004.bin",
|
145 |
+
"encoder.block.22.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00004.bin",
|
146 |
+
"encoder.block.22.layer.0.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
147 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00004.bin",
|
148 |
+
"encoder.block.22.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00004.bin",
|
149 |
+
"encoder.block.22.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00004.bin",
|
150 |
+
"encoder.block.22.layer.1.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
151 |
+
"encoder.block.23.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00004.bin",
|
152 |
+
"encoder.block.23.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00004.bin",
|
153 |
+
"encoder.block.23.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00004.bin",
|
154 |
+
"encoder.block.23.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00004.bin",
|
155 |
+
"encoder.block.23.layer.0.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
156 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00004.bin",
|
157 |
+
"encoder.block.23.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00004.bin",
|
158 |
+
"encoder.block.23.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00004.bin",
|
159 |
+
"encoder.block.23.layer.1.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
160 |
+
"encoder.block.24.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00004.bin",
|
161 |
+
"encoder.block.24.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00004.bin",
|
162 |
+
"encoder.block.24.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00004.bin",
|
163 |
+
"encoder.block.24.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00004.bin",
|
164 |
+
"encoder.block.24.layer.0.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
165 |
+
"encoder.block.24.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00004.bin",
|
166 |
+
"encoder.block.24.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00004.bin",
|
167 |
+
"encoder.block.24.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00004.bin",
|
168 |
+
"encoder.block.24.layer.1.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
169 |
+
"encoder.block.25.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00004.bin",
|
170 |
+
"encoder.block.25.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00004.bin",
|
171 |
+
"encoder.block.25.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00004.bin",
|
172 |
+
"encoder.block.25.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00004.bin",
|
173 |
+
"encoder.block.25.layer.0.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
174 |
+
"encoder.block.25.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00004.bin",
|
175 |
+
"encoder.block.25.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00004.bin",
|
176 |
+
"encoder.block.25.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00004.bin",
|
177 |
+
"encoder.block.25.layer.1.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
178 |
+
"encoder.block.26.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00004.bin",
|
179 |
+
"encoder.block.26.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00004.bin",
|
180 |
+
"encoder.block.26.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00004.bin",
|
181 |
+
"encoder.block.26.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00004.bin",
|
182 |
+
"encoder.block.26.layer.0.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
183 |
+
"encoder.block.26.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00003-of-00004.bin",
|
184 |
+
"encoder.block.26.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00003-of-00004.bin",
|
185 |
+
"encoder.block.26.layer.1.DenseReluDense.wo.weight": "pytorch_model-00003-of-00004.bin",
|
186 |
+
"encoder.block.26.layer.1.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
187 |
+
"encoder.block.27.layer.0.SelfAttention.k.weight": "pytorch_model-00003-of-00004.bin",
|
188 |
+
"encoder.block.27.layer.0.SelfAttention.o.weight": "pytorch_model-00003-of-00004.bin",
|
189 |
+
"encoder.block.27.layer.0.SelfAttention.q.weight": "pytorch_model-00003-of-00004.bin",
|
190 |
+
"encoder.block.27.layer.0.SelfAttention.v.weight": "pytorch_model-00003-of-00004.bin",
|
191 |
+
"encoder.block.27.layer.0.layer_norm.weight": "pytorch_model-00003-of-00004.bin",
|
192 |
+
"encoder.block.27.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00004.bin",
|
193 |
+
"encoder.block.27.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00004.bin",
|
194 |
+
"encoder.block.27.layer.1.DenseReluDense.wo.weight": "pytorch_model-00004-of-00004.bin",
|
195 |
+
"encoder.block.27.layer.1.layer_norm.weight": "pytorch_model-00004-of-00004.bin",
|
196 |
+
"encoder.block.28.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00004.bin",
|
197 |
+
"encoder.block.28.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00004.bin",
|
198 |
+
"encoder.block.28.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00004.bin",
|
199 |
+
"encoder.block.28.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00004.bin",
|
200 |
+
"encoder.block.28.layer.0.layer_norm.weight": "pytorch_model-00004-of-00004.bin",
|
201 |
+
"encoder.block.28.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00004.bin",
|
202 |
+
"encoder.block.28.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00004.bin",
|
203 |
+
"encoder.block.28.layer.1.DenseReluDense.wo.weight": "pytorch_model-00004-of-00004.bin",
|
204 |
+
"encoder.block.28.layer.1.layer_norm.weight": "pytorch_model-00004-of-00004.bin",
|
205 |
+
"encoder.block.29.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00004.bin",
|
206 |
+
"encoder.block.29.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00004.bin",
|
207 |
+
"encoder.block.29.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00004.bin",
|
208 |
+
"encoder.block.29.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00004.bin",
|
209 |
+
"encoder.block.29.layer.0.layer_norm.weight": "pytorch_model-00004-of-00004.bin",
|
210 |
+
"encoder.block.29.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00004.bin",
|
211 |
+
"encoder.block.29.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00004.bin",
|
212 |
+
"encoder.block.29.layer.1.DenseReluDense.wo.weight": "pytorch_model-00004-of-00004.bin",
|
213 |
+
"encoder.block.29.layer.1.layer_norm.weight": "pytorch_model-00004-of-00004.bin",
|
214 |
+
"encoder.block.3.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00004.bin",
|
215 |
+
"encoder.block.3.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00004.bin",
|
216 |
+
"encoder.block.3.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00004.bin",
|
217 |
+
"encoder.block.3.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00004.bin",
|
218 |
+
"encoder.block.3.layer.0.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
219 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00004.bin",
|
220 |
+
"encoder.block.3.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00004.bin",
|
221 |
+
"encoder.block.3.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00004.bin",
|
222 |
+
"encoder.block.3.layer.1.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
223 |
+
"encoder.block.30.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00004.bin",
|
224 |
+
"encoder.block.30.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00004.bin",
|
225 |
+
"encoder.block.30.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00004.bin",
|
226 |
+
"encoder.block.30.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00004.bin",
|
227 |
+
"encoder.block.30.layer.0.layer_norm.weight": "pytorch_model-00004-of-00004.bin",
|
228 |
+
"encoder.block.30.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00004.bin",
|
229 |
+
"encoder.block.30.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00004.bin",
|
230 |
+
"encoder.block.30.layer.1.DenseReluDense.wo.weight": "pytorch_model-00004-of-00004.bin",
|
231 |
+
"encoder.block.30.layer.1.layer_norm.weight": "pytorch_model-00004-of-00004.bin",
|
232 |
+
"encoder.block.31.layer.0.SelfAttention.k.weight": "pytorch_model-00004-of-00004.bin",
|
233 |
+
"encoder.block.31.layer.0.SelfAttention.o.weight": "pytorch_model-00004-of-00004.bin",
|
234 |
+
"encoder.block.31.layer.0.SelfAttention.q.weight": "pytorch_model-00004-of-00004.bin",
|
235 |
+
"encoder.block.31.layer.0.SelfAttention.v.weight": "pytorch_model-00004-of-00004.bin",
|
236 |
+
"encoder.block.31.layer.0.layer_norm.weight": "pytorch_model-00004-of-00004.bin",
|
237 |
+
"encoder.block.31.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00004-of-00004.bin",
|
238 |
+
"encoder.block.31.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00004-of-00004.bin",
|
239 |
+
"encoder.block.31.layer.1.DenseReluDense.wo.weight": "pytorch_model-00004-of-00004.bin",
|
240 |
+
"encoder.block.31.layer.1.layer_norm.weight": "pytorch_model-00004-of-00004.bin",
|
241 |
+
"encoder.block.4.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00004.bin",
|
242 |
+
"encoder.block.4.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00004.bin",
|
243 |
+
"encoder.block.4.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00004.bin",
|
244 |
+
"encoder.block.4.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00004.bin",
|
245 |
+
"encoder.block.4.layer.0.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
246 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00004.bin",
|
247 |
+
"encoder.block.4.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00004.bin",
|
248 |
+
"encoder.block.4.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00004.bin",
|
249 |
+
"encoder.block.4.layer.1.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
250 |
+
"encoder.block.5.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00004.bin",
|
251 |
+
"encoder.block.5.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00004.bin",
|
252 |
+
"encoder.block.5.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00004.bin",
|
253 |
+
"encoder.block.5.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00004.bin",
|
254 |
+
"encoder.block.5.layer.0.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
255 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00004.bin",
|
256 |
+
"encoder.block.5.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00004.bin",
|
257 |
+
"encoder.block.5.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00004.bin",
|
258 |
+
"encoder.block.5.layer.1.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
259 |
+
"encoder.block.6.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00004.bin",
|
260 |
+
"encoder.block.6.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00004.bin",
|
261 |
+
"encoder.block.6.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00004.bin",
|
262 |
+
"encoder.block.6.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00004.bin",
|
263 |
+
"encoder.block.6.layer.0.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
264 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00004.bin",
|
265 |
+
"encoder.block.6.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00004.bin",
|
266 |
+
"encoder.block.6.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00004.bin",
|
267 |
+
"encoder.block.6.layer.1.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
268 |
+
"encoder.block.7.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00004.bin",
|
269 |
+
"encoder.block.7.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00004.bin",
|
270 |
+
"encoder.block.7.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00004.bin",
|
271 |
+
"encoder.block.7.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00004.bin",
|
272 |
+
"encoder.block.7.layer.0.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
273 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00004.bin",
|
274 |
+
"encoder.block.7.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00004.bin",
|
275 |
+
"encoder.block.7.layer.1.DenseReluDense.wo.weight": "pytorch_model-00001-of-00004.bin",
|
276 |
+
"encoder.block.7.layer.1.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
277 |
+
"encoder.block.8.layer.0.SelfAttention.k.weight": "pytorch_model-00001-of-00004.bin",
|
278 |
+
"encoder.block.8.layer.0.SelfAttention.o.weight": "pytorch_model-00001-of-00004.bin",
|
279 |
+
"encoder.block.8.layer.0.SelfAttention.q.weight": "pytorch_model-00001-of-00004.bin",
|
280 |
+
"encoder.block.8.layer.0.SelfAttention.v.weight": "pytorch_model-00001-of-00004.bin",
|
281 |
+
"encoder.block.8.layer.0.layer_norm.weight": "pytorch_model-00001-of-00004.bin",
|
282 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00001-of-00004.bin",
|
283 |
+
"encoder.block.8.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00001-of-00004.bin",
|
284 |
+
"encoder.block.8.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00004.bin",
|
285 |
+
"encoder.block.8.layer.1.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
286 |
+
"encoder.block.9.layer.0.SelfAttention.k.weight": "pytorch_model-00002-of-00004.bin",
|
287 |
+
"encoder.block.9.layer.0.SelfAttention.o.weight": "pytorch_model-00002-of-00004.bin",
|
288 |
+
"encoder.block.9.layer.0.SelfAttention.q.weight": "pytorch_model-00002-of-00004.bin",
|
289 |
+
"encoder.block.9.layer.0.SelfAttention.v.weight": "pytorch_model-00002-of-00004.bin",
|
290 |
+
"encoder.block.9.layer.0.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
291 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_0.weight": "pytorch_model-00002-of-00004.bin",
|
292 |
+
"encoder.block.9.layer.1.DenseReluDense.wi_1.weight": "pytorch_model-00002-of-00004.bin",
|
293 |
+
"encoder.block.9.layer.1.DenseReluDense.wo.weight": "pytorch_model-00002-of-00004.bin",
|
294 |
+
"encoder.block.9.layer.1.layer_norm.weight": "pytorch_model-00002-of-00004.bin",
|
295 |
+
"encoder.embed_tokens.weight": "pytorch_model-00001-of-00004.bin",
|
296 |
+
"encoder.final_layer_norm.weight": "pytorch_model-00004-of-00004.bin",
|
297 |
+
"shared.weight": "pytorch_model-00001-of-00004.bin"
|
298 |
+
}
|
299 |
+
}
|
flan_ul2_encoder/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 |
+
}
|
flan_ul2_encoder/spiece.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
|
3 |
+
size 791656
|
flan_ul2_encoder/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": 2048,
|
107 |
+
"pad_token": "<pad>",
|
108 |
+
"sp_model_kwargs": {},
|
109 |
+
"special_tokens_map_file": null,
|
110 |
+
"tokenizer_class": "T5Tokenizer",
|
111 |
+
"unk_token": "<unk>"
|
112 |
+
}
|