Vision-CAIR
commited on
Commit
•
290ae69
1
Parent(s):
aca78f0
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -26,5 +26,6 @@
|
|
26 |
"use_grad_checkpoint": true,
|
27 |
"use_grad_checkpoint_llm": true,
|
28 |
"vit_precision": "fp16",
|
29 |
-
"vit_model": "eva_clip_g"
|
|
|
30 |
}
|
|
|
26 |
"use_grad_checkpoint": true,
|
27 |
"use_grad_checkpoint_llm": true,
|
28 |
"vit_precision": "fp16",
|
29 |
+
"vit_model": "eva_clip_g",
|
30 |
+
"token_pooling": true
|
31 |
}
|