Merge branch 'main' of hf.co:imatag/stable-signature-bzh-detector-resnet18
Browse files- config.json +4 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -19,10 +19,12 @@
|
|
19 |
512
|
20 |
],
|
21 |
"id2label": {
|
22 |
-
"0": "
|
|
|
23 |
},
|
24 |
"label2id": {
|
25 |
-
"
|
|
|
26 |
},
|
27 |
"layer_type": "basic",
|
28 |
"model_type": "resnet",
|
|
|
19 |
512
|
20 |
],
|
21 |
"id2label": {
|
22 |
+
"0": "no watermark detected",
|
23 |
+
"1": "watermarked"
|
24 |
},
|
25 |
"label2id": {
|
26 |
+
"no watermark detected": "0",
|
27 |
+
"watermarked": "1"
|
28 |
},
|
29 |
"layer_type": "basic",
|
30 |
"model_type": "resnet",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d11e6f1a0a339c973ac3a433c43d67d2ddb2f37f26c456061d1778ea7bf9f70e
|
3 |
+
size 44789877
|