You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Child of #2118. #1827 added Qwen 3 support and replaced the generic qwen variant with qwen2.5 / qwen3. #1883 added Nemotron 3 Nano Omni captioning. The published caption page still uses qwen, omits the Omni variant, and conflates the caption-enhancement algorithm with the separate enhanced-model selector.
This is a copy-paste failure against the current CLI and Python APIs.
Required coverage
Document qwen2.5 and qwen3 model variants, model IDs, defaults, and preprocessing differences.
Add nemotron-3-nano-omni to the model matrix and examples.
Replace every stale model_variant="qwen" and --captioning-algorithm qwen example.
Document current --captioning-algorithm, --enhance-captions-algorithm, and --enhanced-caption-models choices without conflating them.
Context
Child of #2118. #1827 added Qwen 3 support and replaced the generic
qwenvariant withqwen2.5/qwen3. #1883 added Nemotron 3 Nano Omni captioning. The published caption page still usesqwen, omits the Omni variant, and conflates the caption-enhancement algorithm with the separate enhanced-model selector.This is a copy-paste failure against the current CLI and Python APIs.
Required coverage
qwen2.5andqwen3model variants, model IDs, defaults, and preprocessing differences.nemotron-3-nano-omnito the model matrix and examples.model_variant="qwen"and--captioning-algorithm qwenexample.--captioning-algorithm,--enhance-captions-algorithm, and--enhanced-caption-modelschoices without conflating them.qwentoqwen2.5.model_does_preprocessor--captioning-model-does-preprocess.Target pages
fern/versions/main/pages/curate-video/process-data/captions-preview.mdxAcceptance criteria
qwen→qwen2.5breaking change has a concrete migration exampleRelated PRs: #1827, #1883, #2109