Instructions to use crom87/segmentation_test1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use crom87/segmentation_test1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("mask-generation", model="crom87/segmentation_test1")# Load model directly from transformers import AutoProcessor, AutoModelForMaskGeneration processor = AutoProcessor.from_pretrained("crom87/segmentation_test1") model = AutoModelForMaskGeneration.from_pretrained("crom87/segmentation_test1") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- model_weights.pt +3 -0
model_weights.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c77eb455f7690425203d07ad3dc4cb86f1982a7af63feee888962ebcf313ad26
|
| 3 |
+
size 375065394
|