Commit
•
0edbcd8
1
Parent(s):
efd4fda
Fix model_type to llava_next_video (#4)
Browse files- Fix model_type to llava_next_video (43abf3e29cdb99600d65f551bddd76aa4ea81d92)
Co-authored-by: tkoniy <tkoniy@users.noreply.huggingface.co>
- config.json +1 -1
config.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
]
|
27 |
],
|
28 |
"image_token_index": 32001,
|
29 |
-
"model_type": "
|
30 |
"projector_hidden_act": "gelu",
|
31 |
"spatial_pool_mode": "average",
|
32 |
"spatial_pool_out_channels": 1024,
|
|
|
26 |
]
|
27 |
],
|
28 |
"image_token_index": 32001,
|
29 |
+
"model_type": "llava_next_video",
|
30 |
"projector_hidden_act": "gelu",
|
31 |
"spatial_pool_mode": "average",
|
32 |
"spatial_pool_out_channels": 1024,
|