Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# InternVideo2-B14
|
@@ -13,4 +18,4 @@ This repository hosts pre-trained model checkpoints for cross-modal video-text u
|
|
13 |
| cross_mamba_film_ckpt.pt | 504 MB | A cross-modal checkpoint combining vision and text using **FiLM** (Feature-wise Linear Modulation) and **Mamba** layers |
|
14 |
| internvideo2_clip.pt | 5.55 MB | CLIP component of **InternVideo2-B14** |
|
15 |
| internvideo2_vision.pt | 205 MB | Vision encoder backbone for **InternVideo2-B14** |
|
16 |
-
| mobileclip_blt.pt | 599 MB | Lightweight **MobileCLIP** variant (BLT) |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- OpenGVLab/InternVideo2_distillation_models
|
7 |
+
pipeline_tag: video-classification
|
8 |
---
|
9 |
|
10 |
# InternVideo2-B14
|
|
|
18 |
| cross_mamba_film_ckpt.pt | 504 MB | A cross-modal checkpoint combining vision and text using **FiLM** (Feature-wise Linear Modulation) and **Mamba** layers |
|
19 |
| internvideo2_clip.pt | 5.55 MB | CLIP component of **InternVideo2-B14** |
|
20 |
| internvideo2_vision.pt | 205 MB | Vision encoder backbone for **InternVideo2-B14** |
|
21 |
+
| mobileclip_blt.pt | 599 MB | Lightweight **MobileCLIP** variant (BLT) |
|