Update README.md
Browse files
README.md
CHANGED
|
@@ -15,4 +15,15 @@ The major functionalities of Anole are listed below:
|
|
| 15 |
|
| 16 |
where Bold represents newly added capabilities on the basis of Chameleon.
|
| 17 |
|
| 18 |
-
Please refer to [our github repo](https://github.com/GAIR-NLP/anole) for examples generated by Anole!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
where Bold represents newly added capabilities on the basis of Chameleon.
|
| 17 |
|
| 18 |
+
Please refer to [our github repo](https://github.com/GAIR-NLP/anole) and [paper](https://arxiv.org/abs/2407.06135) for examples generated by Anole!
|
| 19 |
+
|
| 20 |
+
## Citation
|
| 21 |
+
|
| 22 |
+
```bibtex
|
| 23 |
+
@article{chern2024anole,
|
| 24 |
+
title={ANOLE: An Open, Autoregressive, Native Large Multimodal Models for Interleaved Image-Text Generation},
|
| 25 |
+
author={Chern, Ethan and Su, Jiadi and Ma, Yan and Liu, Pengfei},
|
| 26 |
+
journal={arXiv preprint arXiv:2407.06135},
|
| 27 |
+
year={2024}
|
| 28 |
+
}
|
| 29 |
+
```
|