Improve model card: Add metadata, GitHub link, and overview
#1
by
nielsr HF Staff - opened
This PR enhances the model card for the MAGIC model by:
- Adding
pipeline_tag: text-generationfor better discoverability. - Including
library_name: transformersto enable the automated inference widget, as the models are based on standard LLM architectures. - Adding relevant
tagsrelated to LLM safety, adversarial games, and reinforcement learning. - Incorporating a link to the official GitHub repository for easy access to the source code.
- Updating the author list in both the markdown content and the BibTeX citation to include all authors listed in the paper.
- Adding a concise "Overview" section, summarizing the model's core concept from the paper's abstract.
These updates aim to provide a more comprehensive and discoverable model card for the Hugging Face community.