bbexx commited on
Commit
6b91e3c
·
1 Parent(s): 649f6ff
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -5,7 +5,8 @@ datasets:
5
  pipeline_tag: feature-extraction
6
  ---
7
 
8
- # [ViTamin: Design Scalable Vision Models in the Vision-language Era](https://arxiv.org/pdf/2404.02132.pdf)
 
9
  Official huggingface models of **ViTamin**, from the following paper:
10
 
11
  [ViTamin: Design Scalable Vision Models in the Vision-language Era](https://arxiv.org/pdf/2404.02132.pdf).\
@@ -13,7 +14,7 @@ Official huggingface models of **ViTamin**, from the following paper:
13
  🏠  Johns Hopkins University, Bytedance
14
 
15
 
16
- Load from HuggingFace:
17
  ```python
18
  import torch
19
  import open_clip
 
5
  pipeline_tag: feature-extraction
6
  ---
7
 
8
+ # Model card for ViTamin-XL-336px
9
+
10
  Official huggingface models of **ViTamin**, from the following paper:
11
 
12
  [ViTamin: Design Scalable Vision Models in the Vision-language Era](https://arxiv.org/pdf/2404.02132.pdf).\
 
14
  🏠  Johns Hopkins University, Bytedance
15
 
16
 
17
+ Load from HuggingFace with transformers.AutoModel:
18
  ```python
19
  import torch
20
  import open_clip