Video-Text-to-Text
Transformers
Safetensors
English
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, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -245,10 +245,11 @@ print(texts)
|
|
| 245 |
|
| 246 |
| Model | Parameters | Context | Usage | Hugging Face |
|
| 247 |
| --- | ---: | ---: | --- | --- |
|
| 248 |
-
| MOSS-VL-
|
| 249 |
-
| MOSS-VL-Instruct
|
| 250 |
-
| MOSS-VL-Base
|
| 251 |
| MOSS-VL-Instruct-0408 | 11B | 256K | Previous instruction-tuned checkpoint | https://huggingface.co/OpenMOSS-Team/MOSS-VL-Instruct-0408 |
|
|
|
|
| 252 |
|
| 253 |
## Limitations and Future Work
|
| 254 |
|
|
|
|
| 245 |
|
| 246 |
| Model | Parameters | Context | Usage | Hugging Face |
|
| 247 |
| --- | ---: | ---: | --- | --- |
|
| 248 |
+
| MOSS-VL-Realtime | 11B | 256K | Realtime streaming video interaction | https://huggingface.co/OpenMOSS-Team/MOSS-VL-Realtime |
|
| 249 |
+
| MOSS-VL-Instruct | 11B | 256K | Offline multimodal instruction following | https://huggingface.co/OpenMOSS-Team/MOSS-VL-Instruct-0708 |
|
| 250 |
+
| MOSS-VL-Base | 11B | 256K | Continued pretraining and fine-tuning | https://huggingface.co/OpenMOSS-Team/MOSS-VL-Base-0708 |
|
| 251 |
| MOSS-VL-Instruct-0408 | 11B | 256K | Previous instruction-tuned checkpoint | https://huggingface.co/OpenMOSS-Team/MOSS-VL-Instruct-0408 |
|
| 252 |
+
| MOSS-VL-Base-0408 | 11B | 256K | Previous base checkpoint | https://huggingface.co/OpenMOSS-Team/MOSS-VL-Base-0408 |
|
| 253 |
|
| 254 |
## Limitations and Future Work
|
| 255 |
|