Instructions to use sthui/SimpleSeg-Kimi-VL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sthui/SimpleSeg-Kimi-VL with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="sthui/SimpleSeg-Kimi-VL", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sthui/SimpleSeg-Kimi-VL", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md ee1f38e verified
Upload logo.png b2ba789 verified
update 4b1b25d
songtianhui commited on
Upload octopus.png dcf9c96 verified
update 2e7edf4
songtianhui commited on
update bcbe017
songtianhui commited on
update 1d08b80
songtianhui commited on
update c070b2d
songtianhui commited on
Upload method.png f5138d6 verified
add readme 5cdcb65
songtianhui commited on