findcard12138 commited on
Commit
06f3abf
·
verified ·
1 Parent(s): 1d24db3

Upload moss-video-sft

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -22,12 +22,12 @@ tags:
22
  We introduce **MOSS-Video-Preview-SFT**, the **offline supervised fine-tuned** checkpoint in the MOSS-Video-Preview series.
23
 
24
  > [!Important]
25
- > This is an **offline SFT** checkpoint (instruction-tuned). It is **not** the realtime-SFT streaming checkpoint.
26
 
27
  This checkpoint is intended for:
28
 
29
  - **Offline video/image understanding** with improved instruction following
30
- - Serving as a strong starting point for further **realtime SFT** or domain adaptation
31
 
32
  #### Model Architecture
33
 
@@ -152,11 +152,11 @@ print(processor.decode(output_ids[0], skip_special_tokens=True))
152
  ## ✅ Intended use
153
 
154
  - **Offline instruction-following** for video/image understanding (recommended default checkpoint for most users).
155
- - **Finetuning starting point** if you plan to train your own realtime-SFT or domain-specific variant.
156
 
157
  ## ⚠️ Limitations
158
 
159
- - **Not realtime-SFT**: this checkpoint may not expose streaming generation APIs such as `real_time_generate()`.
160
  - **Latency/throughput depend on decoding & hardware**: FlashAttention 2 + `bfloat16` on modern GPUs is recommended.
161
 
162
  ## 🧩 Requirements
 
22
  We introduce **MOSS-Video-Preview-SFT**, the **offline supervised fine-tuned** checkpoint in the MOSS-Video-Preview series.
23
 
24
  > [!Important]
25
+ > This is an **offline SFT** checkpoint (instruction-tuned). It is **not** the Real-Time SFT streaming checkpoint.
26
 
27
  This checkpoint is intended for:
28
 
29
  - **Offline video/image understanding** with improved instruction following
30
+ - Serving as a strong starting point for further **Real-Time SFT** or domain adaptation
31
 
32
  #### Model Architecture
33
 
 
152
  ## ✅ Intended use
153
 
154
  - **Offline instruction-following** for video/image understanding (recommended default checkpoint for most users).
155
+ - **Finetuning starting point** if you plan to train your own Real-Time SFT or domain-specific variant.
156
 
157
  ## ⚠️ Limitations
158
 
159
+ - **Not Real-Time SFT**: this checkpoint may not expose streaming generation APIs such as `real_time_generate()`.
160
  - **Latency/throughput depend on decoding & hardware**: FlashAttention 2 + `bfloat16` on modern GPUs is recommended.
161
 
162
  ## 🧩 Requirements