Update config.json
Browse files- config.json +2 -0
config.json
CHANGED
@@ -11,9 +11,11 @@
|
|
11 |
"pad_token_id": 0,
|
12 |
"projection_dim": 16,
|
13 |
"text_config": {
|
|
|
14 |
"hidden_size": 16,
|
15 |
"intermediate_size": 16,
|
16 |
"model_type": "gemma",
|
|
|
17 |
"num_attention_heads": 4,
|
18 |
"num_hidden_layers": 2,
|
19 |
"num_image_tokens": 256,
|
|
|
11 |
"pad_token_id": 0,
|
12 |
"projection_dim": 16,
|
13 |
"text_config": {
|
14 |
+
"head_dim": 256,
|
15 |
"hidden_size": 16,
|
16 |
"intermediate_size": 16,
|
17 |
"model_type": "gemma",
|
18 |
+
"max_position_embeddings": 8192,
|
19 |
"num_attention_heads": 4,
|
20 |
"num_hidden_layers": 2,
|
21 |
"num_image_tokens": 256,
|