edadaltocg commited on
Commit
2148de1
1 Parent(s): fc7e8e6

Update model

Browse files
Files changed (2) hide show
  1. config.json +59 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "timm/vit_base_patch16_224.orig_in21k_ft_in1k",
3
+ "num_classes": 100,
4
+ "num_features": 768,
5
+ "global_pool": "token",
6
+ "pretrained_cfg": {
7
+ "tag": "orig_in21k_ft_in1k",
8
+ "custom_load": false,
9
+ "input_size": [
10
+ 3,
11
+ 224,
12
+ 224
13
+ ],
14
+ "fixed_input_size": true,
15
+ "interpolation": "bicubic",
16
+ "crop_pct": 0.9,
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": "",
34
+ "input_size": [
35
+ 3,
36
+ 224,
37
+ 224
38
+ ],
39
+ "pool_size": null,
40
+ "crop_pct": 0.9,
41
+ "interpolation": "bicubic",
42
+ "fixed_input_size": true,
43
+ "mean": [
44
+ 0.5,
45
+ 0.5,
46
+ 0.5
47
+ ],
48
+ "std": [
49
+ 0.5,
50
+ 0.5,
51
+ 0.5
52
+ ],
53
+ "first_conv": "patch_embed.proj",
54
+ "classifier": "head",
55
+ "hf_hub_id": "timm/vit_base_patch16_224.orig_in21k_ft_in1k",
56
+ "tag": "orig_in21k_ft_in1k",
57
+ "custom_load": false,
58
+ "crop_mode": "center"
59
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe7a0dbc8ece2d3717dffbfec370a433ad2fbf74d5dec9315481a15a66dfbfe2
3
+ size 343557101