Instructions to use glacierscopessegmentation/glacier_segmentation_transformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use glacierscopessegmentation/glacier_segmentation_transformer with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("glacierscopessegmentation/glacier_segmentation_transformer") model = SegformerForSemanticSegmentation.from_pretrained("glacierscopessegmentation/glacier_segmentation_transformer") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- training_args.bin +0 -0
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 109447092
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be10af307982897b8863be473f2fb429f2ffe55f81a4f1d5c5d69ae519453c01
|
| 3 |
size 109447092
|
training_args.bin
CHANGED
|
Binary files a/training_args.bin and b/training_args.bin differ
|
|
|