Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -88,6 +88,7 @@
|
|
88 |
"text_config_dict": {
|
89 |
"hidden_size": 768,
|
90 |
"intermediate_size": 3072,
|
|
|
91 |
"num_attention_heads": 12,
|
92 |
"num_hidden_layers": 12,
|
93 |
"projection_dim": 768
|
|
|
88 |
"text_config_dict": {
|
89 |
"hidden_size": 768,
|
90 |
"intermediate_size": 3072,
|
91 |
+
"max_position_embeddings": 514,
|
92 |
"num_attention_heads": 12,
|
93 |
"num_hidden_layers": 12,
|
94 |
"projection_dim": 768
|