Improve model card: Add tags, links, abstract, and usage
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for the AimBot model.
It adds:
- The
pipeline_tag: roboticsto correctly categorize the model for robotics tasks. - The
library_name: jaxas the underlying framework used for training and model operation. - A link to the official paper on Hugging Face Papers.
- A link to the project page.
- A link to the official GitHub repository for easy access to the code.
- The paper's abstract to provide a clear overview of the model.
- A practical Python code snippet for quick inference, directly adapted from the original repository's instructions.
- The BibTeX citation for proper academic attribution.
These additions will make the model more discoverable and user-friendly on the Hugging Face Hub.