Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -14,6 +14,7 @@
|
|
14 |
"mlp_ratio": 4,
|
15 |
"num_attention_heads": 12,
|
16 |
"num_hidden_layers": 6,
|
|
|
17 |
"text_config_dict": null,
|
18 |
"text_config":{
|
19 |
"architectures": ["BridgeTowerTextModel"],
|
|
|
14 |
"mlp_ratio": 4,
|
15 |
"num_attention_heads": 12,
|
16 |
"num_hidden_layers": 6,
|
17 |
+
"tie_word_embeddings": false,
|
18 |
"text_config_dict": null,
|
19 |
"text_config":{
|
20 |
"architectures": ["BridgeTowerTextModel"],
|