ijepa-unknown-celeba

Model trained using ijepa architecture.

Model Details

  • Method: ijepa
  • Backbone: unknown
  • Dataset: celeba

Selected checkpoints

0, 10, 100, 500, 1000

Loading Safetensors

Reconstruct the model in your codebase, then load:

from huggingface_hub import hf_hub_download
from safetensors.torch import load_file

# This will automatically download just the epoch 100 file and cache it locally
ckpt_path = hf_hub_download(
    repo_id="dlf-ssl/vicreg-resnet50-celeba",
    filename="checkpoints/epoch_0100/model.safetensors"
)
state_dict = load_file(ckpt_path)
model.load_state_dict(state_dict, strict=False)
model.eval()
Downloads last month
14
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support