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-0708 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenMOSS-Team/MOSS-VL-Instruct-0708 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenMOSS-Team/MOSS-VL-Instruct-0708", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -26,6 +26,10 @@ tags:
|
|
| 26 |
|
| 27 |
# MOSS-VL-Instruct-0708
|
| 28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
## Introduction
|
| 30 |
|
| 31 |
MOSS-VL-Instruct-0708 is the instruction-tuned checkpoint of the MOSS-VL 0708 release, part of the OpenMOSS ecosystem for open visual understanding.
|
|
@@ -264,11 +268,23 @@ We are continuing to improve mathematical reasoning, code reasoning, RL post-tra
|
|
| 264 |
## Citation
|
| 265 |
|
| 266 |
```bibtex
|
| 267 |
-
@misc{
|
| 268 |
-
title = {
|
| 269 |
-
author = {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 270 |
year = {2026},
|
| 271 |
-
|
| 272 |
-
|
|
|
|
|
|
|
| 273 |
}
|
| 274 |
```
|
|
|
|
| 26 |
|
| 27 |
# MOSS-VL-Instruct-0708
|
| 28 |
|
| 29 |
+
MOSS-VL is an open vision-language model family from OpenMOSS, supporting image understanding, long-video understanding, and realtime streaming interaction.
|
| 30 |
+
|
| 31 |
+
**Technical Report**: [https://arxiv.org/pdf/2608.15045](https://arxiv.org/pdf/2608.15045)
|
| 32 |
+
|
| 33 |
## Introduction
|
| 34 |
|
| 35 |
MOSS-VL-Instruct-0708 is the instruction-tuned checkpoint of the MOSS-VL 0708 release, part of the OpenMOSS ecosystem for open visual understanding.
|
|
|
|
| 268 |
## Citation
|
| 269 |
|
| 270 |
```bibtex
|
| 271 |
+
@misc{mossvl,
|
| 272 |
+
title = {MOSS-VL Technical Report},
|
| 273 |
+
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},
|
| 274 |
+
year = {2026},
|
| 275 |
+
eprint = {2608.15045},
|
| 276 |
+
archivePrefix = {arXiv},
|
| 277 |
+
primaryClass = {cs.CV},
|
| 278 |
+
url = {https://arxiv.org/abs/2608.15045}
|
| 279 |
+
}
|
| 280 |
+
|
| 281 |
+
@misc{mossvideopreview,
|
| 282 |
+
title = {{MOSS-Video-Preview: Toward Real-Time Video Understanding via Cross-Attention}},
|
| 283 |
+
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},
|
| 284 |
year = {2026},
|
| 285 |
+
eprint = {2606.07639},
|
| 286 |
+
archivePrefix = {arXiv},
|
| 287 |
+
primaryClass = {cs.CV},
|
| 288 |
+
url = {https://arxiv.org/abs/2606.07639}
|
| 289 |
}
|
| 290 |
```
|