Update config.json
Browse files- config.json +2 -0
config.json
CHANGED
@@ -36,7 +36,9 @@
|
|
36 |
"vit_remove_last":false,
|
37 |
"vit_transformer_width":512,
|
38 |
"vit_width":768,
|
|
|
39 |
"vocab_size":50265,
|
|
|
40 |
"text_config":{
|
41 |
"architectures": ["BridgeTowerTextModel"],
|
42 |
"vocab_size": 50265,
|
|
|
36 |
"vit_remove_last":false,
|
37 |
"vit_transformer_width":512,
|
38 |
"vit_width":768,
|
39 |
+
"classifier_dropout": null,
|
40 |
"vocab_size":50265,
|
41 |
+
"text_config_dict": null,
|
42 |
"text_config":{
|
43 |
"architectures": ["BridgeTowerTextModel"],
|
44 |
"vocab_size": 50265,
|