update
Browse files
README.md
CHANGED
@@ -5,7 +5,8 @@ datasets:
|
|
5 |
pipeline_tag: feature-extraction
|
6 |
---
|
7 |
|
8 |
-
#
|
|
|
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
|