Video-Text-to-Text
Transformers
Safetensors
English
Chinese
mllama
text-generation
multimodal
video
vision-language
sft
custom_code
text-generation-inference
Instructions to use OpenMOSS-Team/moss-video-preview-sft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenMOSS-Team/moss-video-preview-sft with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForCausalLM processor = AutoProcessor.from_pretrained("OpenMOSS-Team/moss-video-preview-sft", trust_remote_code=True) model = AutoModelForCausalLM.from_pretrained("OpenMOSS-Team/moss-video-preview-sft", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -45,9 +45,6 @@ For architecture diagrams and full system details, see the top-level repository:
|
|
| 45 |
|
| 46 |
## 🚀 Quickstart
|
| 47 |
|
| 48 |
-
|
| 49 |
-
### Offline video inference (recommended)
|
| 50 |
-
|
| 51 |
<details>
|
| 52 |
<summary><strong>Video inference (Python)</strong></summary>
|
| 53 |
|
|
|
|
| 45 |
|
| 46 |
## 🚀 Quickstart
|
| 47 |
|
|
|
|
|
|
|
|
|
|
| 48 |
<details>
|
| 49 |
<summary><strong>Video inference (Python)</strong></summary>
|
| 50 |
|