EUPE
English

Add transformers-format weights (safetensors) + config

#1
by Molbap HF Staff - opened

This PR adds a transformers-compatible version of the checkpoint: safetensors weights, config.json, image-processor config, and a model card with library_name: transformers. The architecture reuses DINOv3 (DINOv3ViTModel / DINOv3ConvNextModel), so the model loads with AutoModel.from_pretrained(...). Weights were converted from the original .pt by renaming the research key names to the transformers module names; outputs match the original forward_features numerically. Opening as a PR for the authors to review.

FYI @zcckernel πŸ€— I'll open also PRs on the 5 other repos. This will allow direct use of EUPE in transformers once https://github.com/huggingface/transformers/pull/46691 is merged. Thank you!

Edit: We don't even need the PR mentioned to be merged, it's just to trace how conversion to .safetensors format was done

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment