ethix commited on
Commit
f5ac5c6
·
verified ·
1 Parent(s): 6146400
Files changed (4) hide show
  1. README.md +8 -0
  2. config.json +59 -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 comm-forensics
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "vit_base_patch16_384",
3
+ "num_classes": 1000,
4
+ "num_features": 768,
5
+ "global_pool": "token",
6
+ "pretrained_cfg": {
7
+ "tag": "augreg_in21k_ft_in1k",
8
+ "custom_load": true,
9
+ "input_size": [
10
+ 3,
11
+ 384,
12
+ 384
13
+ ],
14
+ "fixed_input_size": true,
15
+ "interpolation": "bicubic",
16
+ "crop_pct": 1.0,
17
+ "crop_mode": "center",
18
+ "mean": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ],
23
+ "std": [
24
+ 0.5,
25
+ 0.5,
26
+ 0.5
27
+ ],
28
+ "num_classes": 1000,
29
+ "pool_size": null,
30
+ "first_conv": "patch_embed.proj",
31
+ "classifier": "head"
32
+ },
33
+ "url": "https://storage.googleapis.com/vit_models/augreg/B_16-i21k-300ep-lr_0.001-aug_medium1-wd_0.1-do_0.0-sd_0.0--imagenet2012-steps_20k-lr_0.01-res_384.npz",
34
+ "hf_hub_id": "timm/vit_base_patch16_384.augreg_in21k_ft_in1k",
35
+ "tag": "augreg_in21k_ft_in1k",
36
+ "custom_load": true,
37
+ "input_size": [
38
+ 3,
39
+ 384,
40
+ 384
41
+ ],
42
+ "fixed_input_size": true,
43
+ "interpolation": "bicubic",
44
+ "crop_pct": 1.0,
45
+ "crop_mode": "center",
46
+ "mean": [
47
+ 0.5,
48
+ 0.5,
49
+ 0.5
50
+ ],
51
+ "std": [
52
+ 0.5,
53
+ 0.5,
54
+ 0.5
55
+ ],
56
+ "pool_size": null,
57
+ "first_conv": "patch_embed.proj",
58
+ "classifier": "head"
59
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebbca3089697dbe3df7d4b785e324706ae492f97d0b29901f352704c31f12429
3
+ size 347452080
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdf082f94b740db25c832e00381ac00f28485bbf0940affe0b61c1ff17982b14
3
+ size 347494890