Add model_type to config
Browse files- config.json +1 -0
config.json
CHANGED
@@ -11,6 +11,7 @@
|
|
11 |
"link_tower_shared":false,
|
12 |
"link_tower_type":"add",
|
13 |
"max_text_len":50,
|
|
|
14 |
"mlp_ratio":4,
|
15 |
"num_attention_heads":12,
|
16 |
"num_hidden_layers":6,
|
|
|
11 |
"link_tower_shared":false,
|
12 |
"link_tower_type":"add",
|
13 |
"max_text_len":50,
|
14 |
+
"model_type": "bridgetower",
|
15 |
"mlp_ratio":4,
|
16 |
"num_attention_heads":12,
|
17 |
"num_hidden_layers":6,
|