edadaltocg
commited on
Commit
•
a8ee931
1
Parent(s):
4005106
Update model
Browse files- config.json +59 -0
- 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": 10,
|
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:49dd3a2c9b34ebfb248fee26e3a55d32faed95528c1240e913461289f2364c48
|
3 |
+
size 343280173
|