Update T5_text_encoder/keys.txt
Browse files- T5_text_encoder/keys.txt +2 -2
T5_text_encoder/keys.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
model-1 keys:
|
2 |
encoder.block.0.layer.0.SelfAttention.k.weight
|
3 |
encoder.block.0.layer.0.SelfAttention.o.weight
|
4 |
encoder.block.0.layer.0.SelfAttention.q.weight
|
@@ -114,7 +114,7 @@ encoder.block.9.layer.1.layer_norm.weight
|
|
114 |
shared.weight
|
115 |
|
116 |
|
117 |
-
model-2 keys:
|
118 |
encoder.block.12.layer.0.SelfAttention.o.weight
|
119 |
encoder.block.12.layer.0.layer_norm.weight
|
120 |
encoder.block.12.layer.1.DenseReluDense.wi_0.weight
|
|
|
1 |
+
T5 text_encoder model-1 keys:
|
2 |
encoder.block.0.layer.0.SelfAttention.k.weight
|
3 |
encoder.block.0.layer.0.SelfAttention.o.weight
|
4 |
encoder.block.0.layer.0.SelfAttention.q.weight
|
|
|
114 |
shared.weight
|
115 |
|
116 |
|
117 |
+
T5 text_encoder model-2 keys:
|
118 |
encoder.block.12.layer.0.SelfAttention.o.weight
|
119 |
encoder.block.12.layer.0.layer_norm.weight
|
120 |
encoder.block.12.layer.1.DenseReluDense.wi_0.weight
|