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
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
| 5 |
library_name: transformers
|
| 6 |
pipeline_tag: video-text-to-text
|
| 7 |
base_model: OpenMOSS-Team/MOSS-VL-Base-0708
|
|
@@ -270,5 +271,4 @@ We are continuing to improve mathematical reasoning, code reasoning, RL post-tra
|
|
| 270 |
howpublished = {\url{https://github.com/OpenMOSS/MOSS-VL}},
|
| 271 |
note = {GitHub repository}
|
| 272 |
}
|
| 273 |
-
```
|
| 274 |
-
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
+
- zh
|
| 6 |
library_name: transformers
|
| 7 |
pipeline_tag: video-text-to-text
|
| 8 |
base_model: OpenMOSS-Team/MOSS-VL-Base-0708
|
|
|
|
| 271 |
howpublished = {\url{https://github.com/OpenMOSS/MOSS-VL}},
|
| 272 |
note = {GitHub repository}
|
| 273 |
}
|
| 274 |
+
```
|
|
|