Upload MoCo-v3 ViT-B/16 ImageNet-1k linear probe
Browse files- README.md +18 -0
- config.json +8 -0
- model.safetensors +3 -0
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- linear-probe
|
| 4 |
+
- imagenet-1k
|
| 5 |
+
- moco-v3
|
| 6 |
+
- vit
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# MoCo-v3 ViT-B/16 linear probe (ImageNet-1k)
|
| 10 |
+
|
| 11 |
+
This repo contains a linear head only.
|
| 12 |
+
|
| 13 |
+
- Input dim: 768
|
| 14 |
+
- Output classes: 1000
|
| 15 |
+
|
| 16 |
+
Files:
|
| 17 |
+
- `model.safetensors` (keys: weight, bias)
|
| 18 |
+
- `config.json`
|
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"method": "moco-v3-vitb16",
|
| 3 |
+
"in_features": 768,
|
| 4 |
+
"out_features": 1000,
|
| 5 |
+
"num_classes": 1000,
|
| 6 |
+
"note": "Linear probe for ImageNet-1k on MoCo-v3 ViT-B/16 backbone features (768-d).",
|
| 7 |
+
"source_url": "https://dl.fbaipublicfiles.com/moco-v3/vit-b-300ep/linear-vit-b-300ep.pth.tar"
|
| 8 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:df03f8568af49a99a13c7ddffa82b788ee1160bee078fe3ef4e6a65d5a2dd2db
|
| 3 |
+
size 3076152
|