OwenElliott commited on
Commit
7212602
1 Parent(s): 6fccf75

Upload model

Browse files
Files changed (3) hide show
  1. README.md +8 -0
  2. config.json +37 -0
  3. model.safetensors +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 nsfw-image-detection-384
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "vit_tiny_patch16_384",
3
+ "num_classes": 2,
4
+ "num_features": 192,
5
+ "global_pool": "token",
6
+ "label_names": [
7
+ "NSFW",
8
+ "SFW"
9
+ ],
10
+ "pretrained_cfg": {
11
+ "tag": "augreg_in21k_ft_in1k",
12
+ "custom_load": true,
13
+ "input_size": [
14
+ 3,
15
+ 384,
16
+ 384
17
+ ],
18
+ "fixed_input_size": true,
19
+ "interpolation": "bicubic",
20
+ "crop_pct": 1.0,
21
+ "crop_mode": "center",
22
+ "mean": [
23
+ 0.5,
24
+ 0.5,
25
+ 0.5
26
+ ],
27
+ "std": [
28
+ 0.5,
29
+ 0.5,
30
+ 0.5
31
+ ],
32
+ "num_classes": 1000,
33
+ "pool_size": null,
34
+ "first_conv": "patch_embed.proj",
35
+ "classifier": "head"
36
+ }
37
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97e913495d9ee41d6fe302e97ebdb16ea323d02287f87c97fcfc58f5f1a7b767
3
+ size 22404720