Update README.md
Browse files
README.md
CHANGED
|
@@ -67,9 +67,6 @@ MOSS-VL utilizes Cross-attention Rotary Position Embedding (XRoPE), tailored to
|
|
| 67 |
<img src="assets/3d-rope.png" alt="MOSS-VL mRoPE Architecture Illustration" width="80%"/>
|
| 68 |
</p>
|
| 69 |
|
| 70 |
-
## π Model Performance
|
| 71 |
-
|
| 72 |
-
This release focuses on providing a strong pretrained foundation rather than a fully instruction-tuned evaluation snapshot. Public benchmark tables and detailed metrics for the base checkpoint will be released in future updates.
|
| 73 |
|
| 74 |
## π Quickstart
|
| 75 |
### π οΈ Requirements
|
|
@@ -274,13 +271,6 @@ texts = [item["text"] for item in result["results"]]
|
|
| 274 |
|
| 275 |
</details>
|
| 276 |
|
| 277 |
-
## π― Intended Use
|
| 278 |
-
|
| 279 |
-
- offline image understanding
|
| 280 |
-
- offline video understanding
|
| 281 |
-
- multimodal prompt experiments for release validation
|
| 282 |
-
- checkpoint-level inference integration and debugging
|
| 283 |
-
|
| 284 |
## π§ Limitations and Future Work
|
| 285 |
|
| 286 |
MOSS-VL-Base-0408 is a pretrained base checkpoint, and we are actively improving several core capabilities for future iterations:
|
|
@@ -295,7 +285,7 @@ MOSS-VL-Base-0408 is a pretrained base checkpoint, and we are actively improving
|
|
| 295 |
## π Citation
|
| 296 |
```bibtex
|
| 297 |
@misc{moss_vl_2026,
|
| 298 |
-
title = {
|
| 299 |
author = {OpenMOSS Team},
|
| 300 |
year = {2026},
|
| 301 |
howpublished = {\url{https://github.com/fnlp-vision/MOSS-VL}},
|
|
|
|
| 67 |
<img src="assets/3d-rope.png" alt="MOSS-VL mRoPE Architecture Illustration" width="80%"/>
|
| 68 |
</p>
|
| 69 |
|
|
|
|
|
|
|
|
|
|
| 70 |
|
| 71 |
## π Quickstart
|
| 72 |
### π οΈ Requirements
|
|
|
|
| 271 |
|
| 272 |
</details>
|
| 273 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 274 |
## π§ Limitations and Future Work
|
| 275 |
|
| 276 |
MOSS-VL-Base-0408 is a pretrained base checkpoint, and we are actively improving several core capabilities for future iterations:
|
|
|
|
| 285 |
## π Citation
|
| 286 |
```bibtex
|
| 287 |
@misc{moss_vl_2026,
|
| 288 |
+
title = {MOSS-VL Technical Report},
|
| 289 |
author = {OpenMOSS Team},
|
| 290 |
year = {2026},
|
| 291 |
howpublished = {\url{https://github.com/fnlp-vision/MOSS-VL}},
|