How to use paultltc/colqwen3-base with Transformers:
# Load model directly from transformers import AutoProcessor, ColQwen3 processor = AutoProcessor.from_pretrained("paultltc/colqwen3-base") model = ColQwen3.from_pretrained("paultltc/colqwen3-base")
The community tab is the place to discuss and collaborate with the HF community!