Video-Text-to-Text
Transformers
Safetensors
English
Chinese
moss_vl
feature-extraction
Base
Video-Understanding
Image-Understanding
MOSS-VL
OpenMOSS
multimodal
video
vision-language
custom_code
Instructions to use OpenMOSS-Team/MOSS-VL-Base-0708 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenMOSS-Team/MOSS-VL-Base-0708 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("OpenMOSS-Team/MOSS-VL-Base-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 |
tags:
|
|
@@ -267,5 +268,4 @@ We are continuing to improve OCR and document understanding, extremely long vide
|
|
| 267 |
howpublished = {\url{https://github.com/OpenMOSS/MOSS-VL}},
|
| 268 |
note = {GitHub repository}
|
| 269 |
}
|
| 270 |
-
```
|
| 271 |
-
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
+
- zh
|
| 6 |
library_name: transformers
|
| 7 |
pipeline_tag: video-text-to-text
|
| 8 |
tags:
|
|
|
|
| 268 |
howpublished = {\url{https://github.com/OpenMOSS/MOSS-VL}},
|
| 269 |
note = {GitHub repository}
|
| 270 |
}
|
| 271 |
+
```
|
|
|