PITICHA commited on
Commit
924e86f
·
verified ·
1 Parent(s): a28b5b5

Initial Mask R-CNN HF model

Browse files
Files changed (3) hide show
  1. config.json +10 -0
  2. model.safetensors +1 -1
  3. 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:16fb037bd4c89c17e1a0a30b55288fa4299621d057dfd0fda4d09cbc149f2cd7
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:8f60b6b19ebf8275b4e3117542ed4217a661130a1406c9bafd792a037f9db026
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70c2a2b35d9e42c99bc32653f9723c8e8e5a26e1669a5e21aeecb3015cba6035
3
  size 5841