Instructions to use Qwen/Qwen3-Omni-30B-A3B-Captioner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qwen/Qwen3-Omni-30B-A3B-Captioner with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("Qwen/Qwen3-Omni-30B-A3B-Captioner") model = AutoModelForMultimodalLM.from_pretrained("Qwen/Qwen3-Omni-30B-A3B-Captioner", device_map="auto") - Notebooks
- Google Colab
- Kaggle
I want to train a fine-timestamp-aligned True-Captioner
β 1
#4 opened 9 months ago
by
mifanbushipeicai
Local Installation Video and Testing - Step by Step
π 1
#3 opened 10 months ago
by
fahdmirzac
π₯π₯π₯ζ΅θ―θ§ι’
#2 opened 10 months ago
by
leo009
Can this model perform ASR?
π 2
3
#1 opened 11 months ago
by
Jonathan0528