czczup commited on
Commit
d71e340
·
verified ·
1 Parent(s): eff9e8a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ It is _**the largest open-source vision/vision-language foundation model (14B)**
27
  - Params (M): 5903
28
  - Image size: 448 x 448
29
  - **Pretrain Dataset:** LAION-en, LAION-COCO, COYO, CC12M, CC3M, SBU, Wukong, LAION-multi
30
- - **Note:** This model has 48 blocks, and we found that using the output after the fourth-to-last block worked best for VLLM. Therefore, **please set `mm_vision_select_layer=-4` when using this model to build VLLM.**
31
 
32
  ## Model Usage (Image Embeddings)
33
 
 
27
  - Params (M): 5903
28
  - Image size: 448 x 448
29
  - **Pretrain Dataset:** LAION-en, LAION-COCO, COYO, CC12M, CC3M, SBU, Wukong, LAION-multi
30
+ - **Note:** This model has 48 blocks, and we found that using the output after the fourth-to-last block worked best for VLLM. Therefore, **please set mm_vision_select_layer=-4 when using this model to build VLLM.**
31
 
32
  ## Model Usage (Image Embeddings)
33