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
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ library_name: transformers
|
|
| 8 |
<a href="https://simpleseg.github.io/">
|
| 9 |
<b>📄 Homepage</b>
|
| 10 |
</a> |
|
| 11 |
-
<a href="">
|
| 12 |
<b>📄 Tech Report</b>
|
| 13 |
</a> |
|
| 14 |
<a href="https://github.com/songtianhui/SimpleSeg">
|
|
|
|
| 8 |
<a href="https://simpleseg.github.io/">
|
| 9 |
<b>📄 Homepage</b>
|
| 10 |
</a> |
|
| 11 |
+
<a href="https://arxiv.org/abs/2601.19228">
|
| 12 |
<b>📄 Tech Report</b>
|
| 13 |
</a> |
|
| 14 |
<a href="https://github.com/songtianhui/SimpleSeg">
|