Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# LiveCC-7B-Instruct
|
2 |
|
3 |
## Introduction
|
@@ -206,4 +223,4 @@ If you find our work helpful, feel free to give us a cite.
|
|
206 |
booktitle = {CVPR},
|
207 |
year = {2025},
|
208 |
}
|
209 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- chenjoya/Live-CC-5M
|
5 |
+
- chenjoya/Live-WhisperX-526K
|
6 |
+
- lmms-lab/LLaVA-Video-178K
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
base_model:
|
10 |
+
- Qwen/Qwen2-VL-7B
|
11 |
+
tags:
|
12 |
+
- qwen_vl
|
13 |
+
- video
|
14 |
+
- real-time
|
15 |
+
- multimodal
|
16 |
+
- LLM
|
17 |
+
---
|
18 |
# LiveCC-7B-Instruct
|
19 |
|
20 |
## Introduction
|
|
|
223 |
booktitle = {CVPR},
|
224 |
year = {2025},
|
225 |
}
|
226 |
+
```
|