bbexx commited on
Commit
5c075dc
1 Parent(s): 2d3d4dd
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ Official huggingface models of **ViTamin**, from the following CVPR 2024 paper:
13
  ✨  [Jieneng Chen](https://beckschen.github.io), [Qihang Yu](https://yucornetto.github.io/), [Xiaohui Shen](https://xiaohuishen.github.io/), [Alan Yuille](https://www.cs.jhu.edu/~ayuille/) and [Liang-Chieh Chen](http://liangchiehchen.com/)\
14
  🏠  Johns Hopkins University, Bytedance
15
 
16
- 🔥 This ViTamin-XL-336px is the pre-trained model transferred to open-vocabulary detection and segmentation, and large multi-modal models in our paper.
17
 
18
  Load from HuggingFace with transformers.AutoModel:
19
  ```python
 
13
  ✨  [Jieneng Chen](https://beckschen.github.io), [Qihang Yu](https://yucornetto.github.io/), [Xiaohui Shen](https://xiaohuishen.github.io/), [Alan Yuille](https://www.cs.jhu.edu/~ayuille/) and [Liang-Chieh Chen](http://liangchiehchen.com/)\
14
  🏠  Johns Hopkins University, Bytedance
15
 
16
+ 🔥 This ViTamin-L-384px is the pre-trained model transferred to large multi-modal models in our paper.
17
 
18
  Load from HuggingFace with transformers.AutoModel:
19
  ```python