Initial Mask R-CNN HF model
Browse files- config.json +10 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"MaskRCNNForInstanceSegmentation"
|
| 4 |
+
],
|
| 5 |
+
"dtype": "float32",
|
| 6 |
+
"hidden_layer": 256,
|
| 7 |
+
"model_type": "maskrcnn",
|
| 8 |
+
"num_classes": 11,
|
| 9 |
+
"transformers_version": "4.57.3"
|
| 10 |
+
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 176342084
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ae08c9dd23a79d8bac3630faed2f2bfa6a432b96ce423bf38101aa4178079ac
|
| 3 |
size 176342084
|
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:70c2a2b35d9e42c99bc32653f9723c8e8e5a26e1669a5e21aeecb3015cba6035
|
| 3 |
size 5841
|