Update README.md
Browse files
README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
| 2 |
datasets:
|
| 3 |
- gaunernst/ms1mv3-recordio
|
| 4 |
library_name: timm
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
# Model card for gaunernst/vit_tiny_patch8_112.cosface_ms1mv3
|
|
@@ -17,4 +20,4 @@ import torch.nn.functional as F
|
|
| 17 |
model = timm.create_model("hf_hub:gaunernst/vit_tiny_patch8_112.cosface_ms1mv3", pretrained=True).eval()
|
| 18 |
embs = model(torch.randn(1, 3, 112, 112)) # output shape (1, 512)
|
| 19 |
embs = F.normalize(embs, dim=1) # model output is not normalized
|
| 20 |
-
```
|
|
|
|
| 2 |
datasets:
|
| 3 |
- gaunernst/ms1mv3-recordio
|
| 4 |
library_name: timm
|
| 5 |
+
tags:
|
| 6 |
+
- image-feature-extraction
|
| 7 |
+
- timm
|
| 8 |
---
|
| 9 |
|
| 10 |
# Model card for gaunernst/vit_tiny_patch8_112.cosface_ms1mv3
|
|
|
|
| 20 |
model = timm.create_model("hf_hub:gaunernst/vit_tiny_patch8_112.cosface_ms1mv3", pretrained=True).eval()
|
| 21 |
embs = model(torch.randn(1, 3, 112, 112)) # output shape (1, 512)
|
| 22 |
embs = F.normalize(embs, dim=1) # model output is not normalized
|
| 23 |
+
```
|