Improve model card: Add pipeline tag, library name, paper link, and expanded usage
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card for the AION-1 model by:
- Adding
pipeline_tag: any-to-anyto the metadata, correctly categorizing the model's omnimodal capabilities for broad discoverability on the Hub. - Adding
library_name: aionto the metadata, enabling automated code snippets and indicating compatibility with theaionPython library, as evidenced byfrom aion import AIONin the project'sREADME.md. - Including a Hugging Face paper link badge
[](https://huggingface.co/papers/2510.17960)and updating the introductory paragraph to link to the paper. - Adding an explicit "Project Homepage" link (
https://polymathic-ai.org/) for easy access to the project's main site. - Expanding the "Usage" section with more detailed code examples for data encoding, embedding extraction, and property prediction, directly sourced from the project's GitHub README, to improve user understanding and ease of use.
- Including a comprehensive table of supported modalities from the GitHub README for quick reference.
- Updating the license link to point directly to the
LICENSEfile in the GitHub repository.
These updates aim to provide a more complete and user-friendly model card for the community.