Instructions to use sthui/SimpleSeg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sthui/SimpleSeg with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="sthui/SimpleSeg", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("sthui/SimpleSeg", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ library_name: transformers
|
|
| 8 |
<a href="">
|
| 9 |
<b>📄 Tech Report</b>
|
| 10 |
</a> |
|
| 11 |
-
<a href="">
|
| 12 |
<b>📄 Github</b>
|
| 13 |
</div>
|
| 14 |
|
|
|
|
| 8 |
<a href="">
|
| 9 |
<b>📄 Tech Report</b>
|
| 10 |
</a> |
|
| 11 |
+
<a href="https://github.com/songtianhui/SimpleSeg">
|
| 12 |
<b>📄 Github</b>
|
| 13 |
</div>
|
| 14 |
|