xjtupanda commited on
Commit
33150af
·
verified ·
1 Parent(s): 37dac40

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -3
README.md CHANGED
@@ -1,3 +1,40 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - xwwu/video-chatgpt
4
+ - Share14/ShareGemini
5
+ base_model:
6
+ - openbmb/MiniCPM-Llama3-V-2_5
7
+ pipeline_tag: video-text-to-text
8
+ tags:
9
+ - minicpm-v
10
+ - finetune
11
+ - MLLM
12
+ license: apache-2.0
13
+ ---
14
+
15
+
16
+ <h1>T2Vid: Translating Long Text into Multi-Image is the Catalyst for Video-LLMs</h1>
17
+
18
+
19
+ [Github](https://github.com/xjtupanda/T2Vid) | [Paper](https://arxiv.org/pdf/24xx.xxxxx)
20
+
21
+
22
+ ## Model Summary
23
+
24
+ * This is a part of the project T2Vid: Efficient Video Finetuning Scheme for MLLMs.
25
+ * The video-LLM is fine-tuned from the image-LLM [MiniCPM-Llama3-V-2_5](https://huggingface.co/openbmb/MiniCPM-Llama3-V-2_5).
26
+
27
+
28
+ ## License
29
+
30
+ #### Model License
31
+
32
+ * The code in this repo is released under the [Apache-2.0](https://github.com/OpenBMB/MiniCPM/blob/main/LICENSE) License.
33
+ * The usage of MiniCPM-V series model weights must strictly follow [MiniCPM Model License.md](https://github.com/OpenBMB/MiniCPM/blob/main/MiniCPM%20Model%20License.md).
34
+ * The models and weights of MiniCPM are completely free for academic research. After filling out a ["questionnaire"](https://modelbest.feishu.cn/share/base/form/shrcnpV5ZT9EJ6xYjh3Kx0J6v8g) for registration, are also available for free commercial use.
35
+
36
+
37
+ #### Statement
38
+ * As an LLM, MiniCPM-Llama3-V 2.5 generates contents by learning a large mount of texts, but it cannot comprehend, express personal opinions or make value judgement. Anything generated by MiniCPM-Llama3-V 2.5 does not represent the views and positions of the model developers
39
+ * We will not be liable for any problems arising from the use of the MinCPM-V open Source model, including but not limited to data security issues, risk of public opinion, or any risks and problems arising from the misdirection, misuse, dissemination or misuse of the model.
40
+