Add HF-compatible model.safetensors, config.json, and preprocessor_config.json

#1
by guarin HF Staff - opened

Adds three files to make this checkpoint directly loadable via Hugging Face Transformers:

  • model.safetensors β€” exact copy of the existing weights
  • config.json β€” Sapiens2Config for this checkpoint
  • preprocessor_config.json β€” Sapiens2ImageProcessor for this checkpoint

Model class: Sapiens2Model

No weights were modified.The corresponding transformers PR is: https://github.com/huggingface/transformers/pull/45919

rawalkhirodkar changed pull request status to merged

Sign up or log in to comment