kr-cen commited on
Commit
3a607b4
·
verified ·
1 Parent(s): e590e55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +61 -3
README.md CHANGED
@@ -1,3 +1,61 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: any-to-any
4
+ tags:
5
+ - Diffusion Large Language Model
6
+ - Multi-Modal Generation and Understanding
7
+ ---
8
+
9
+ # 💡 BLIP3o-Next-MICo • BLIP3o-Variant finetuned on Multi-Image Composition Dataset (MICo-150K)
10
+
11
+ <p align="left">
12
+ <a href="https://mico-150k.github.io/">
13
+ <img
14
+ src="https://img.shields.io/badge/MICo-Website-0A66C2?logo=safari&logoColor=white" style="display: inline-block; vertical-align: middle;"
15
+ alt="MICo Website"
16
+ />
17
+ </a>
18
+ <a href="https://www.arxiv.org/abs/2512.07348">
19
+ <img
20
+ src="https://img.shields.io/badge/MICo-Paper-red?logo=arxiv&logoColor=red" style="display: inline-block; vertical-align: middle;"
21
+ alt="MICo Paper on arXiv"
22
+ />
23
+ </a>
24
+ <a href="https://github.com/A113N-W3I/MICo-150K" target="_blank" style="margin: 2px;">
25
+ <img
26
+ alt="Github" src="https://img.shields.io/badge/MICo-Bench-536af5?color=536af5&logo=github" style="display: inline-block; vertical-align: middle;"
27
+ alt="MICo Bench"
28
+ />
29
+ </a>
30
+
31
+ </p>
32
+
33
+
34
+ ## 🎨 Demo
35
+
36
+
37
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/655db6a58c2d4379a70837c0/E25YKHlQfheLnTtZyJOqy.png)
38
+
39
+
40
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/655db6a58c2d4379a70837c0/rOTgLzXuMx7k9clZhMajY.png)
41
+
42
+
43
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/655db6a58c2d4379a70837c0/4kMv_1yYWjInk1GXrSnXk.png)
44
+
45
+ ## ✍️ Citation
46
+
47
+ If you find this work useful, please cite:
48
+
49
+ ~~~
50
+ @article{wei2025mico,
51
+ title={MICo-150K: A Comprehensive Dataset Advancing Multi-Image Composition},
52
+ author={Wei, Xinyu and Cen, Kangrui and Wei, Hongyang and Guo, Zhen and Li, Bairui and Wang, Zeqing and Zhang, Jinrui and Zhang, Lei},
53
+ journal={arXiv preprint arXiv:2512.07348},
54
+ year={2025}
55
+ }
56
+ ~~~
57
+
58
+
59
+ ## License
60
+
61
+ BLIP3o-Next-MICo is licensed under Apache License 2.0