czczup commited on
Commit
58b8706
1 Parent(s): 94d2d17

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,7 +1,30 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
3
  ---
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
 
6
  ```python
7
  import torch
 
1
  ---
2
  license: mit
3
+ datasets:
4
+ - laion/laion2B-en
5
+ - laion/laion-coco
6
+ - laion/laion2B-multi
7
+ - kakaobrain/coyo-700m
8
+ - conceptual_captions
9
+ - wanng/wukong100m
10
  ---
11
 
12
+ # Model card for InternViT-6B-224px
13
+
14
+ ## Model Details
15
+ - **Model Type:** feature backbone
16
+ - **Model Stats:**
17
+ - Params (M): 5903
18
+ - Image size: 224 x 224
19
+ - **Papers:**
20
+ - InternVL: Scaling up Vision Foundation Models and Aligning for Generic Visual-Linguistic Tasks
21
+ - **GitHub:**
22
+ - https://github.com/OpenGVLab/InternVL
23
+ - **Pretrain Dataset:** LAION-en, LAION-COCO, COYO, CC12M, CC3M, SBU, Wukong, LAION-multi
24
+
25
+ ## Model Usage
26
+
27
+ ### Image Embeddings
28
 
29
  ```python
30
  import torch