paulgavrikov
commited on
Commit
•
10420c1
1
Parent(s):
8457ebb
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- imagenet-1k
|
5 |
+
metrics:
|
6 |
+
- accuracy
|
7 |
---
|
8 |
+
|
9 |
+
This is a linear classification head for ImageNet-1k for use with timm's vit_base_patch16_224.dino (DINOv1). It does not contain any additional normalization or pooling layers.
|
10 |
+
I only trained it for a few epochs on ImageNet-1k so it is not optimal but the accuracy is fair enough (77.59%).
|