Update config.json
Browse files- config.json +2 -0
config.json
CHANGED
|
@@ -17,6 +17,8 @@
|
|
| 17 |
"hidden_size": 2560,
|
| 18 |
"intermediate_size": 12288,
|
| 19 |
"im_patch_id": 100295,
|
|
|
|
|
|
|
| 20 |
"video_start_token_id": 101306,
|
| 21 |
"video_end_token_id": 101307,
|
| 22 |
"max_position_embeddings": 131072,
|
|
|
|
| 17 |
"hidden_size": 2560,
|
| 18 |
"intermediate_size": 12288,
|
| 19 |
"im_patch_id": 100295,
|
| 20 |
+
"image_start_token_id": 101304,
|
| 21 |
+
"image_end_token_id": 101305,
|
| 22 |
"video_start_token_id": 101306,
|
| 23 |
"video_end_token_id": 101307,
|
| 24 |
"max_position_embeddings": 131072,
|