Update projection_model/config.json
Browse files
projection_model/config.json
CHANGED
@@ -4,5 +4,6 @@
|
|
4 |
"langauge_model_dim": 768,
|
5 |
"max_seq_length": 310,
|
6 |
"text_encoder_1_dim": 192,
|
7 |
-
"text_encoder_dim": 512
|
|
|
8 |
}
|
|
|
4 |
"langauge_model_dim": 768,
|
5 |
"max_seq_length": 310,
|
6 |
"text_encoder_1_dim": 192,
|
7 |
+
"text_encoder_dim": 512,
|
8 |
+
"use_learned_position_embedding": true
|
9 |
}
|