taufiqdp commited on
Commit
13b270c
1 Parent(s): eac5283
Files changed (4) hide show
  1. README.md +8 -0
  2. config.json +48 -0
  3. model.safetensors +3 -0
  4. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_name: timm
6
+ license: apache-2.0
7
+ ---
8
+ # Model card for mobilenetv4_conv_small.e2400_r224_in1k_nsfw_classifier
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "mobilenetv4_conv_small",
3
+ "num_classes": 5,
4
+ "num_features": 960,
5
+ "label_names": [
6
+ "drawings",
7
+ "hentai",
8
+ "neutral",
9
+ "porn",
10
+ "sexy"
11
+ ],
12
+ "pretrained_cfg": {
13
+ "tag": "e2400_r224_in1k",
14
+ "custom_load": false,
15
+ "input_size": [
16
+ 3,
17
+ 224,
18
+ 224
19
+ ],
20
+ "test_input_size": [
21
+ 3,
22
+ 256,
23
+ 256
24
+ ],
25
+ "fixed_input_size": false,
26
+ "interpolation": "bicubic",
27
+ "crop_pct": 0.875,
28
+ "test_crop_pct": 0.95,
29
+ "crop_mode": "center",
30
+ "mean": [
31
+ 0.485,
32
+ 0.456,
33
+ 0.406
34
+ ],
35
+ "std": [
36
+ 0.229,
37
+ 0.224,
38
+ 0.225
39
+ ],
40
+ "num_classes": 1000,
41
+ "pool_size": [
42
+ 7,
43
+ 7
44
+ ],
45
+ "first_conv": "conv_stem",
46
+ "classifier": "classifier"
47
+ }
48
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6150d5d114adaaf72801cf0c10ab26ed4f83f8b385a28491213fd3b7c8f83832
3
+ size 10124628
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9adc806dea0caebebbe8c0e7e4d410da43ab438f80aef1ca956e6158874b3c44
3
+ size 10201762