Add image-text-to-text pipeline tag and link to paper
#8
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
-
library_name: transformers
|
4 |
base_model:
|
5 |
- XiaomiMiMo/MiMo-VL-7B-RL
|
|
|
|
|
|
|
6 |
---
|
|
|
7 |
<div align="center">
|
8 |
<picture>
|
9 |
<source srcset="https://github.com/XiaomiMiMo/MiMo-VL/raw/main/figures/Xiaomi_MiMo_darkmode.png?raw=true" media="(prefers-color-scheme: dark)">
|
@@ -32,6 +34,8 @@ base_model:
|
|
32 |
|
|
33 |
<a href="https://github.com/XiaomiMiMo/MiMo-VL/blob/main/MiMo-VL-Technical-Report.pdf" target="_blank">π Technical Report</a>
|
34 |
|
|
|
|
|
|
35 |
<br/>
|
36 |
</div>
|
37 |
|
@@ -127,7 +131,6 @@ The MiMo-VL-7B series maintain full compatibility with the `Qwen2_5_VLForConditi
|
|
127 |
}
|
128 |
```
|
129 |
|
130 |
-
|
131 |
## VI. Contact
|
132 |
|
133 |
-
Please contact us at [[email protected]](mailto:[email protected]) or open an issue if you have any questions.
|
|
|
1 |
---
|
|
|
|
|
2 |
base_model:
|
3 |
- XiaomiMiMo/MiMo-VL-7B-RL
|
4 |
+
library_name: transformers
|
5 |
+
license: mit
|
6 |
+
pipeline_tag: image-text-to-text
|
7 |
---
|
8 |
+
|
9 |
<div align="center">
|
10 |
<picture>
|
11 |
<source srcset="https://github.com/XiaomiMiMo/MiMo-VL/raw/main/figures/Xiaomi_MiMo_darkmode.png?raw=true" media="(prefers-color-scheme: dark)">
|
|
|
34 |
|
|
35 |
<a href="https://github.com/XiaomiMiMo/MiMo-VL/blob/main/MiMo-VL-Technical-Report.pdf" target="_blank">π Technical Report</a>
|
36 |
|
|
37 |
+
<a href="https://huggingface.co/papers/2506.03569" target="_blank">π Paper</a>
|
38 |
+
|
|
39 |
<br/>
|
40 |
</div>
|
41 |
|
|
|
131 |
}
|
132 |
```
|
133 |
|
|
|
134 |
## VI. Contact
|
135 |
|
136 |
+
Please contact us at [[email protected]](mailto:[email protected]) or open an issue if you have any questions.
|