Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- internlm/internlm2-chat-7b
|
4 |
+
- OpenGVLab/InternViT-300M-448px
|
5 |
+
---
|
6 |
+
|
7 |
+
- Repository: https://github.com/OpenGVLab/OmniCorpus
|
8 |
+
- Paper: https://arxiv.org/abs/2406.08418
|
9 |
+
|
10 |
+
# Citation
|
11 |
+
|
12 |
+
```
|
13 |
+
@article{li2024omnicorpus,
|
14 |
+
title={OmniCorpus: A Unified Multimodal Corpus of 10 Billion-Level Images Interleaved with Text},
|
15 |
+
author={Li, Qingyun and Chen, Zhe and Wang, Weiyun and Wang, Wenhai and Ye, Shenglong and Jin, Zhenjiang and others},
|
16 |
+
journal={arXiv preprint arXiv:2406.08418},
|
17 |
+
year={2024}
|
18 |
+
}
|
19 |
+
```
|