lixinhao commited on
Commit
a2caac5
·
verified ·
1 Parent(s): 957140d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
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
+ ```