Improve model card: Add object-detection pipeline tag, MIT license, links, and detailed content
#3
by nielsr HF Staff - opened
This PR significantly enhances the model card for fisheye8k_Omnifact_conditional-detr-resnet-101-dc5 by:
- Adding the
pipeline_tag: object-detectionto the metadata, enabling better discoverability on the Hugging Face Hub. - Updating the
licensetomit, as explicitly stated for the code in the associated paper. - Providing a more comprehensive "Model description", "Intended uses & limitations", and "Training and evaluation data" sections, leveraging information from the paper abstract and the GitHub repository.
- Including a straightforward Python code snippet for sample usage with the
transformerslibrary'spipelinefunction. - Adding explicit links to the paper, the GitHub repository, and the project's documentation page.
- Adding the project's citation information and acknowledgements.
These updates aim to provide a complete and user-friendly resource for researchers and practitioners using this model.
danielbogdoll changed pull request status to merged