Instructions to use nomsgadded/Segments with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nomsgadded/Segments with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="nomsgadded/Segments")# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("nomsgadded/Segments") model = SegformerForSemanticSegmentation.from_pretrained("nomsgadded/Segments", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
162aa33
1
Parent(s): 28ee810
Training in progress, step 1400
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14918708
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9393e093d937485dcd09e61f6d78ee59dfa527f1e78f781c50d60d54c9e1ada7
|
| 3 |
size 14918708
|