Update README.md
Browse files
README.md
CHANGED
@@ -21,13 +21,11 @@ python3 src/tools/reload_qwen_vit.py
|
|
21 |
## Citation
|
22 |
If you find the work helpful, please consider citing:
|
23 |
```bash
|
24 |
-
@
|
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 |
-
|
29 |
-
archivePrefix={arXiv},
|
30 |
-
primaryClass={cs.CV},
|
31 |
url={https://arxiv.org/abs/2407.08683},
|
32 |
}
|
33 |
```
|
|
|
21 |
## Citation
|
22 |
If you find the work helpful, please consider citing:
|
23 |
```bash
|
24 |
+
@article{yang2024seedstory,
|
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 |
+
journal={arXiv preprint arXiv:2407.08683},
|
|
|
|
|
29 |
url={https://arxiv.org/abs/2407.08683},
|
30 |
}
|
31 |
```
|