Video-Text-to-Text
Transformers
Safetensors
English
Chinese
moss_vl
feature-extraction
SFT
Video-Understanding
Image-Understanding
MOSS-VL
OpenMOSS
multimodal
video
vision-language
custom_code
Instructions to use OpenMOSS-Team/MOSS-VL-Instruct-0408 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenMOSS-Team/MOSS-VL-Instruct-0408 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenMOSS-Team/MOSS-VL-Instruct-0408", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -27,6 +27,10 @@ tags:
|
|
| 27 |
|
| 28 |
# MOSS-VL-Instruct-0408
|
| 29 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
## 📌 Introduction
|
| 31 |
|
| 32 |
MOSS-VL-Instruct-0408 is the instruction-tuned checkpoint of the MOSS-VL series, part of the OpenMOSS ecosystem dedicated to advancing visual understanding.
|
|
@@ -291,11 +295,23 @@ MOSS-VL-Instruct-0408 represents an early milestone in the MOSS-VL roadmap, and
|
|
| 291 |
|
| 292 |
## 📜 Citation
|
| 293 |
```bibtex
|
| 294 |
-
@misc{
|
| 295 |
-
title = {
|
| 296 |
-
author = {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 297 |
year = {2026},
|
| 298 |
-
|
| 299 |
-
|
|
|
|
|
|
|
| 300 |
}
|
| 301 |
```
|
|
|
|
| 27 |
|
| 28 |
# MOSS-VL-Instruct-0408
|
| 29 |
|
| 30 |
+
MOSS-VL is an open vision-language model family from OpenMOSS, supporting image understanding, long-video understanding, and realtime streaming interaction.
|
| 31 |
+
|
| 32 |
+
**Technical Report**: [https://arxiv.org/pdf/2608.15045](https://arxiv.org/pdf/2608.15045)
|
| 33 |
+
|
| 34 |
## 📌 Introduction
|
| 35 |
|
| 36 |
MOSS-VL-Instruct-0408 is the instruction-tuned checkpoint of the MOSS-VL series, part of the OpenMOSS ecosystem dedicated to advancing visual understanding.
|
|
|
|
| 295 |
|
| 296 |
## 📜 Citation
|
| 297 |
```bibtex
|
| 298 |
+
@misc{mossvl,
|
| 299 |
+
title = {MOSS-VL Technical Report},
|
| 300 |
+
author = {Wang, Pengyu and Tan, Chenkun and Zhou, Shaojun and Zhou, Qirui and Chen, Yanxin and He, Xingyang and Zeng, Huazheng and Cheng, Jijun and Wang, Chenghao and Qian, Xiaomeng and Wang, Pengfei and Huang, Zhan and Gao, Shanqing and Huang, Wei and Cao, Longjun and Ran, Wu and Liu, Jie and Zhu, Changtai and Wang, Hongkai and Tian, Yixian and Liu, Chenghao and Ye, Zhen and Wang, Xinghao and Jiang, Botian and Feng, Guoguo and Fei, Zhaoye and Li, Ruixiao and Chen, Mingshu and Gao, Yang and Cheng, Qinyuan and Li, Shimin and Qiu, Xipeng},
|
| 301 |
+
year = {2026},
|
| 302 |
+
eprint = {2608.15045},
|
| 303 |
+
archivePrefix = {arXiv},
|
| 304 |
+
primaryClass = {cs.CV},
|
| 305 |
+
url = {https://arxiv.org/abs/2608.15045}
|
| 306 |
+
}
|
| 307 |
+
|
| 308 |
+
@misc{mossvideopreview,
|
| 309 |
+
title = {{MOSS-Video-Preview: Toward Real-Time Video Understanding via Cross-Attention}},
|
| 310 |
+
author = {Pengyu Wang and Chenkun Tan and Shaojun Zhou and Wei Huang and Qirui Zhou and Zhan Huang and Zhen Ye and Jijun Cheng and Xiaomeng Qian and Yanxin Chen and Xingyang He and Huazheng Zeng and Chenghao Wang and Pengfei Wang and Hongkai Wang and Shanqing Gao and Yixian Tian and Chenghao Liu and Xinghao Wang and Botian Jiang and Xipeng Qiu},
|
| 311 |
year = {2026},
|
| 312 |
+
eprint = {2606.07639},
|
| 313 |
+
archivePrefix = {arXiv},
|
| 314 |
+
primaryClass = {cs.CV},
|
| 315 |
+
url = {https://arxiv.org/abs/2606.07639}
|
| 316 |
}
|
| 317 |
```
|