Update model config and README
Browse files- README.md +1 -1
- config.json +2 -1
README.md
CHANGED
@@ -3,7 +3,7 @@ tags:
|
|
3 |
- image-classification
|
4 |
- timm
|
5 |
library_tag: timm
|
6 |
-
license:
|
7 |
---
|
8 |
# Model card for eva02_large_patch14_224.mim_in22k
|
9 |
|
|
|
3 |
- image-classification
|
4 |
- timm
|
5 |
library_tag: timm
|
6 |
+
license: mit
|
7 |
---
|
8 |
# Model card for eva02_large_patch14_224.mim_in22k
|
9 |
|
config.json
CHANGED
@@ -28,6 +28,7 @@
|
|
28 |
"num_classes": 0,
|
29 |
"pool_size": null,
|
30 |
"first_conv": "patch_embed.proj",
|
31 |
-
"classifier": "head"
|
|
|
32 |
}
|
33 |
}
|
|
|
28 |
"num_classes": 0,
|
29 |
"pool_size": null,
|
30 |
"first_conv": "patch_embed.proj",
|
31 |
+
"classifier": "head",
|
32 |
+
"license": "mit"
|
33 |
}
|
34 |
}
|