imatag-vch
commited on
Commit
•
de6f1ee
1
Parent(s):
b747147
Upload ResNetForImageClassification
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": "watermarked",
|
23 |
+
"1": "no watermark detected"
|
24 |
},
|
25 |
"label2id": {
|
26 |
+
"no watermark detected": "1",
|
27 |
+
"watermarked": "0"
|
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
|