initial readme
Browse files
README.md
CHANGED
@@ -1,7 +1,18 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Kangaroo: A Powerful Video-Language Model Supporting Long-context Video Input
|
2 |
+
|
3 |
+
## Release
|
4 |
+
- [2024/07/17] 🔥 **Kangaroo** has been released. We release [blog](https://kangaroogroup.github.io/Kangaroo.github.io/) and [model](https://huggingface.co/KangarooGroup/kangaroo). Please check out the blog for details.
|
5 |
+
|
6 |
+
|
7 |
+
## Citation
|
8 |
+
|
9 |
+
If you find it useful for your research , please cite related papers/blogs using this BibTeX:
|
10 |
+
```bibtex
|
11 |
+
|
12 |
+
@misc{kangaroogroup,
|
13 |
+
title={Kangaroo: A Powerful Video-Language Model Supporting Long-context Video Input},
|
14 |
+
url={https://kangaroogroup.github.io/Kangaroo.github.io/},
|
15 |
+
author={Jiajun Liu and Yibing Wang and Hanghang Ma and Xiaoping Wu and Xiaoqi Ma and Jie Hu},
|
16 |
+
month={July},
|
17 |
+
year={2024}
|
18 |
+
}
|