Add pipeline tag and link to code (#2)
Browse files- Add pipeline tag and link to code (55e5b37a5bf9bf745dd2c222666af0ef9cd75f55)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,9 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
-
library_name: transformers
|
| 4 |
base_model:
|
| 5 |
- XiaomiMiMo/MiMo-VL-7B-SFT
|
|
|
|
|
|
|
|
|
|
| 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-SFT
|
| 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://github.com/XiaomiMiMo/MiMo-VL" target="_blank">💻 Github Repo</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.
|