Adding models to huggingface

Hi, I’m looking for information about how to add models to the huggingface hub? I would like to use higgingface to train mdetr. Can someone give me links as to how to get started with this task? Do I work from Detr to build mdetr? or do I work from a vilt to build mdetr?

Hi,

I refer to this post.

Basically, you need to translate a “research” Github repository to the HuggingFace API.