Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
If our dataset is useful for your research, please cite our work:
|
| 6 |
+
|
| 7 |
+
```
|
| 8 |
+
@article{li2025uni,
|
| 9 |
+
title={Uni-moe: Scaling unified multimodal llms with mixture of experts},
|
| 10 |
+
author={Li, Yunxin and Jiang, Shenyuan and Hu, Baotian and Wang, Longyue and Zhong, Wanqi and Luo, Wenhan and Ma, Lin and Zhang, Min},
|
| 11 |
+
journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
|
| 12 |
+
year={2025},
|
| 13 |
+
publisher={IEEE}
|
| 14 |
+
}
|
| 15 |
+
```
|