Video-Text-to-Text
Transformers
Safetensors
English
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, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -114,6 +114,9 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
| 114 |
)
|
| 115 |
```
|
| 116 |
|
|
|
|
|
|
|
|
|
|
| 117 |
### Single-image Inference
|
| 118 |
|
| 119 |
```python
|
|
@@ -233,6 +236,8 @@ texts = [item["text"] for item in result["results"]]
|
|
| 233 |
print(texts)
|
| 234 |
```
|
| 235 |
|
|
|
|
|
|
|
| 236 |
## Related Checkpoints
|
| 237 |
|
| 238 |
| Model | Parameters | Context | Usage | Hugging Face |
|
|
|
|
| 114 |
)
|
| 115 |
```
|
| 116 |
|
| 117 |
+
<details>
|
| 118 |
+
<summary><b>Run Inference</b></summary>
|
| 119 |
+
|
| 120 |
### Single-image Inference
|
| 121 |
|
| 122 |
```python
|
|
|
|
| 236 |
print(texts)
|
| 237 |
```
|
| 238 |
|
| 239 |
+
</details>
|
| 240 |
+
|
| 241 |
## Related Checkpoints
|
| 242 |
|
| 243 |
| Model | Parameters | Context | Usage | Hugging Face |
|