Update params.json
Browse files- params.json +3 -1
params.json
CHANGED
@@ -17,6 +17,8 @@
|
|
17 |
"intermediate_size": 4096,
|
18 |
"num_hidden_layers": 24,
|
19 |
"num_attention_heads": 16,
|
20 |
-
"image_token_id": 10
|
|
|
|
|
21 |
}
|
22 |
}
|
|
|
17 |
"intermediate_size": 4096,
|
18 |
"num_hidden_layers": 24,
|
19 |
"num_attention_heads": 16,
|
20 |
+
"image_token_id": 10,
|
21 |
+
"image_break_token_id": 12,
|
22 |
+
"image_end_token_id": 13
|
23 |
}
|
24 |
}
|