FredZhang7
commited on
Commit
·
fca0d02
1
Parent(s):
4aa633e
No clue why this raises an error
Browse files- config.json +29 -4
config.json
CHANGED
@@ -1,10 +1,35 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
"labels": [
|
3 |
"nsfw_gore",
|
4 |
"nsfw_suggestive",
|
5 |
"safe"
|
6 |
-
]
|
7 |
-
"num_classes": 3,
|
8 |
-
"num_features": 1536,
|
9 |
-
"architecture": "inception_resnet_v2"
|
10 |
}
|
|
|
1 |
{
|
2 |
+
"url": "https://huggingface.co/FredZhang7/google-safesearch-mini-v2/resolve/main/pytorch_model.bin",
|
3 |
+
"num_classes": 3,
|
4 |
+
"input_size": [
|
5 |
+
3,
|
6 |
+
299,
|
7 |
+
299
|
8 |
+
],
|
9 |
+
"pool_size": [
|
10 |
+
8,
|
11 |
+
8
|
12 |
+
],
|
13 |
+
"crop_pct": 0.8975,
|
14 |
+
"interpolation": "bicubic",
|
15 |
+
"mean": [
|
16 |
+
0.5,
|
17 |
+
0.5,
|
18 |
+
0.5
|
19 |
+
],
|
20 |
+
"std": [
|
21 |
+
0.5,
|
22 |
+
0.5,
|
23 |
+
0.5
|
24 |
+
],
|
25 |
+
"first_conv": "conv2d_1a.conv",
|
26 |
+
"classifier": "classif",
|
27 |
+
"label_offset": 1,
|
28 |
+
"num_features": 1536,
|
29 |
+
"architecture": "inception_resnet_v2",
|
30 |
"labels": [
|
31 |
"nsfw_gore",
|
32 |
"nsfw_suggestive",
|
33 |
"safe"
|
34 |
+
]
|
|
|
|
|
|
|
35 |
}
|