Instructions to use tsystems/colqwen2.5-3b-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tsystems/colqwen2.5-3b-base with Transformers:
# Load model directly from transformers import AutoProcessor, ColQwen2_5 processor = AutoProcessor.from_pretrained("tsystems/colqwen2.5-3b-base") model = ColQwen2_5.from_pretrained("tsystems/colqwen2.5-3b-base") - Notebooks
- Google Colab
- Kaggle
Ctrl+K