Improve model card and add metadata
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face. I've opened this PR to improve the model card for DEIMv2.
This PR adds:
- The
object-detectionpipeline tag to the metadata. - The
apache-2.0license metadata. - Links to the research paper, project page, and official GitHub repository.
- A sample usage section demonstrating how to load and use the model using the
PyTorchModelHubMixinintegration.
This will make the model more discoverable and easier for the community to use. Please let me know if you have any feedback!