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 following https://github.com/huggingface/transformers/pull/46691; outputs match the original forward_features numerically. Opening as a PR for the authors to review.

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

Sign up or log in to comment