Model card for gaunernst/vit_tiny_patch8_112.arcface_ms1mv3

A Vision Transformer (ViT) for face recognition, trained on MS1MV3 dataset. The model was trained using this repo: https://github.com/gau-nernst/timm-face. It is fully compatible with timm.

Usage

import timm
import torch.nn.functional as F

model = timm.create_model("hf_hub:gaunernst/vit_tiny_patch8_112.arcface_ms1mv3", pretrained=True).eval()
embs = model(torch.randn(1, 3, 112, 112))  # output shape (1, 512)
embs = F.normalize(embs, dim=1)  # model output is not normalized
Downloads last month
615
Safetensors
Model size
5.51M params
Tensor type
F32
ยท
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.

Dataset used to train gaunernst/vit_tiny_patch8_112.arcface_ms1mv3

Spaces using gaunernst/vit_tiny_patch8_112.arcface_ms1mv3 2

Collection including gaunernst/vit_tiny_patch8_112.arcface_ms1mv3