Enhance model card for BRONet with metadata and detailed content
#1
by nielsr HF Staff - opened
This PR significantly improves the model card for BRONet by:
- Adding
pipeline_tag: image-classificationto ensure discoverability on the Hugging Face Hub. - Specifying
library_name: pytorchas the model is implemented using PyTorch. - Including relevant tags like
certified-robustness,lipschitz-networks, andcomputer-vision. - Populating the main content with the paper's abstract, a detailed overview of the contributions, comprehensive getting started instructions, a table of pre-trained models with links to their checkpoints, and the full BibTeX citation.
- Adding direct links to the paper, project page, and the GitHub repository for easy access to more information and code.
This provides a comprehensive and informative overview for users interested in the BRONet model.
pinhank121 changed pull request status to merged