Add model
Browse files- config.json +2 -2
- model.safetensors +2 -2
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"architecture": "vit_large_patch32_224",
|
3 |
-
"num_classes":
|
4 |
"num_features": 1024,
|
5 |
"global_pool": "token",
|
6 |
"pretrained_cfg": {
|
@@ -25,7 +25,7 @@
|
|
25 |
0.5,
|
26 |
0.5
|
27 |
],
|
28 |
-
"num_classes":
|
29 |
"pool_size": null,
|
30 |
"first_conv": "patch_embed.proj",
|
31 |
"classifier": "head"
|
|
|
1 |
{
|
2 |
"architecture": "vit_large_patch32_224",
|
3 |
+
"num_classes": 0,
|
4 |
"num_features": 1024,
|
5 |
"global_pool": "token",
|
6 |
"pretrained_cfg": {
|
|
|
25 |
0.5,
|
26 |
0.5
|
27 |
],
|
28 |
+
"num_classes": 0,
|
29 |
"pool_size": null,
|
30 |
"first_conv": "patch_embed.proj",
|
31 |
"classifier": "head"
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9855497221f50fa61b50c0661614318a37d73ae806d59f4db264cd49b00159a2
|
3 |
+
size 1222069584
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4cd364fcf0dfc6378cf24eb3ecabee1fd591e7e080c85935e3c1cbb8ffaaa4d4
|
3 |
+
size 1222152354
|