FredZhang7 commited on
Commit
f6d506f
1 Parent(s): dc05e3b

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -40
config.json DELETED
@@ -1,40 +0,0 @@
1
- {
2
- "architectures": [
3
- "InceptionV3ModelForImageClassification"
4
- ],
5
- "auto_map": {
6
- "AutoConfig": "Config.InceptionV3Config",
7
- "AutoModelForImageClassification": "Model.InceptionV3ModelForImageClassification"
8
- },
9
- "classes": {
10
- "0": "nsfw_gore",
11
- "1": "nsfw_suggestive",
12
- "2": "safe"
13
- },
14
- "classifier": "fc",
15
- "has_aux": true,
16
- "input_size": [
17
- 3,
18
- 299,
19
- 299
20
- ],
21
- "interpolation": "bicubic",
22
- "label_offset": 1,
23
- "mean": [
24
- 0.5,
25
- 0.5,
26
- 0.5
27
- ],
28
- "model_name": "google-safesearch-mini",
29
- "model_type": "inceptionv3",
30
- "num_classes": 3,
31
- "output_channels": 2048,
32
- "std": [
33
- 0.5,
34
- 0.5,
35
- 0.5
36
- ],
37
- "torch_dtype": "float32",
38
- "transformers_version": "4.25.1",
39
- "use_jit": true
40
- }