awojustin commited on
Commit
3cb9b0b
·
verified ·
1 Parent(s): b2dd878

Initialization

Browse files
Files changed (1) hide show
  1. README.md +42 -3
README.md CHANGED
@@ -1,3 +1,42 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ extra_gated_prompt: "You agree to not use the model to conduct experiments that cause harm to human subjects."
4
+ extra_gated_fields:
5
+ Name: text
6
+ Company/Organization: text
7
+ Country: text
8
+ E-Mail: text
9
+ ---
10
+
11
+ # Model Card for InternVideo2
12
+
13
+ This modelcard aims to give the model info of 'InternVideo2: Scaling Video Foundation Models for Multimodal Video Understanding'.
14
+
15
+ ## Model Details
16
+
17
+ ### Model Sources
18
+
19
+ - **Repository:** [InternVideo2](https://github.com/OpenGVLab/InternVideo/tree/main/InternVideo2)
20
+ - **Paper:** [2403.15377](https://arxiv.org/abs/2403.15377)
21
+ - **Point of Contact:** mailto:[InternVideo Group]([email protected])
22
+
23
+ ## Citation
24
+
25
+ If you find this work useful for your research, please consider citing InternVideo2. Your acknowledgement would greatly help us in continuing to contribute resources to the research community.
26
+
27
+ ```
28
+
29
+ @article{wang2024internvideo2,
30
+ title={InternVideo2: Scaling Video Foundation Models for Multimodal Video Understanding},
31
+ author={Wang, Yi and Li, Kunchang and Li, Xinhao and Yu, Jiashuo and He, Yinan and Chen, Guo and Pei, Baoqi and Zheng, Rongkun and Xu, Jilan and Wang, Zun and others},
32
+ journal={arXiv preprint arXiv:2403.15377},
33
+ year={2024}
34
+ }
35
+
36
+ @article{wang2022internvideo,
37
+ title={InternVideo: General Video Foundation Models via Generative and Discriminative Learning},
38
+ author={Wang, Yi and Li, Kunchang and Li, Yizhuo and He, Yinan and Huang, Bingkun and Zhao, Zhiyu and Zhang, Hongjie and Xu, Jilan and Liu, Yi and Wang, Zun and Xing, Sen and Chen, Guo and Pan, Junting and Yu, Jiashuo and Wang, Yali and Wang, Limin and Qiao, Yu},
39
+ journal={arXiv preprint arXiv:2212.03191},
40
+ year={2022}
41
+ }
42
+ ```