Instructions to use sthui/SimpleSeg-Qwen2.5-VL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sthui/SimpleSeg-Qwen2.5-VL with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="sthui/SimpleSeg-Qwen2.5-VL", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sthui/SimpleSeg-Qwen2.5-VL", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
46f0dc4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:2be7d1d48c640d9048884d9cb858303e373a22178e6a4c875b675a338502604a
size 348139
|