Instructions to use Darayut/segformer-b0-layout-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Darayut/segformer-b0-layout-detection with Transformers:
# Load model directly from transformers import AutoImageProcessor, SegformerForSemanticSegmentation processor = AutoImageProcessor.from_pretrained("Darayut/segformer-b0-layout-detection") model = SegformerForSemanticSegmentation.from_pretrained("Darayut/segformer-b0-layout-detection", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 1000
Browse files- model.safetensors +1 -1
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14895064
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ecda4659873acd7cc1df9fc4492917e08dedb84d3a1ec21368d2ffb83cfe6948
|
| 3 |
size 14895064
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8dd429ed1b7f986c13cd5f7459878cbb3fbcb49c2e89bdec6c3dc2a4ccf5aaf8
|
| 3 |
size 5841
|