English
ShuhuaiRen commited on
Commit
115a471
1 Parent(s): 30f27d0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - ShuhuaiRen/TimeIT
5
+ language:
6
+ - en
7
+ ---
8
+
9
+ # TimeChat Model Card
10
+
11
+ ## Model details
12
+
13
+ **Model type:**
14
+ TimeChat is an open-source chatbot trained by fine-tuning LLaMA-2 on time-sensitive video-centric instruction-following data (See [TimeIT](https://huggingface.co/datasets/ShuhuaiRen/TimeIT)).
15
+ It is an auto-regressive language model, based on the transformer architecture.
16
+
17
+ **Model date:**
18
+ TimeChat-7B was trained in November 2023.
19
+
20
+ **Paper or resources for more information:**
21
+ [Paper](https://arxiv.org/abs/2312.02051), [Code](https://github.com/RenShuhuai-Andy/TimeChat)
22
+
23
+ ## License
24
+ Llama 2 is licensed under the LLAMA 2 Community License,
25
+ Copyright (c) Meta Platforms, Inc. All Rights Reserved.
26
+
27
+ **Where to send questions or comments about the model:**
28
+ https://github.com/RenShuhuai-Andy/TimeChat/issues
29
+
30
+ ## Intended use
31
+ **Primary intended uses:**
32
+ The primary use of TimeChat is research on large multimodal models and chatbots.
33
+
34
+ **Primary intended users:**
35
+ The primary intended users of the model are researchers and hobbyists in computer vision, natural language processing, machine learning, and artificial intelligence.
36
+
37
+ ## Training dataset
38
+ - 104K time-sensitive video-centric instruction-tuning data from [TimeIT](https://huggingface.co/datasets/ShuhuaiRen/TimeIT).
39
+ - 73K video instruction-tuning data from [Valley-Instruct-73k](https://huggingface.co/datasets/luoruipu1/Valley-Instruct-73k).
40
+
41
+ ## Evaluation dataset
42
+ Three tasks of long video understanding, i.e., dense video captioning (YouCook2), temporal grounding (Charades-STA), and highlight detection (QVHighlights).
43
+
44
+ ## Citation
45
+ If you find our project useful, hope you can star our repo and cite our paper as follows:
46
+
47
+ ```
48
+ @article{Ren2023TimeChat,
49
+ title={TimeChat: A Time-sensitive Multimodal Large Language Model for Long Video Understanding},
50
+ author={Shuhuai Ren and Linli Yao and Shicheng Li and Xu Sun and Lu Hou},
51
+ journal={ArXiv},
52
+ year={2023},
53
+ volume={abs/2312.02051},
54
+ }
55
+ ```