Video-Text-to-Text
Transformers
Safetensors
English
Chinese
mllama
text-generation
multimodal
video
vision-language
custom_code
text-generation-inference
Instructions to use OpenMOSS-Team/moss-video-preview-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenMOSS-Team/moss-video-preview-base with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForCausalLM processor = AutoProcessor.from_pretrained("OpenMOSS-Team/moss-video-preview-base", trust_remote_code=True) model = AutoModelForCausalLM.from_pretrained("OpenMOSS-Team/moss-video-preview-base", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
|
|
|
| 4 |
library_name: transformers
|
| 5 |
pipeline_tag: video-text-to-text
|
| 6 |
license: apache-2.0
|
|
@@ -215,4 +216,4 @@ For full environment setup (including optional FlashAttention2 extras), see the
|
|
| 215 |
primaryClass = {cs.CV},
|
| 216 |
url = {https://arxiv.org/abs/2606.07639}
|
| 217 |
}
|
| 218 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
- zh
|
| 5 |
library_name: transformers
|
| 6 |
pipeline_tag: video-text-to-text
|
| 7 |
license: apache-2.0
|
|
|
|
| 216 |
primaryClass = {cs.CV},
|
| 217 |
url = {https://arxiv.org/abs/2606.07639}
|
| 218 |
}
|
| 219 |
+
```
|