README
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# SEED-Story
|
2 |
-
[](https://huggingface.co/datasets/TencentARC/StoryStream)
|
4 |
[](https://github.com/TencentARC/SEED-Story)
|
5 |
|
@@ -21,11 +21,14 @@ python3 src/tools/reload_qwen_vit.py
|
|
21 |
## Citation
|
22 |
If you find the work helpful, please consider citing:
|
23 |
```bash
|
24 |
-
@
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
|
|
|
|
29 |
}
|
30 |
```
|
31 |
|
|
|
1 |
# SEED-Story
|
2 |
+
[](https://arxiv.org/abs/2407.08683)
|
3 |
[](https://huggingface.co/datasets/TencentARC/StoryStream)
|
4 |
[](https://github.com/TencentARC/SEED-Story)
|
5 |
|
|
|
21 |
## Citation
|
22 |
If you find the work helpful, please consider citing:
|
23 |
```bash
|
24 |
+
@misc{yang2024seedstorymultimodallongstory,
|
25 |
+
title={SEED-Story: Multimodal Long Story Generation with Large Language Model},
|
26 |
+
author={Shuai Yang and Yuying Ge and Yang Li and Yukang Chen and Yixiao Ge and Ying Shan and Yingcong Chen},
|
27 |
+
year={2024},
|
28 |
+
eprint={2407.08683},
|
29 |
+
archivePrefix={arXiv},
|
30 |
+
primaryClass={cs.CV},
|
31 |
+
url={https://arxiv.org/abs/2407.08683},
|
32 |
}
|
33 |
```
|
34 |
|