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-any to the metadata, correctly categorizing the model's omnimodal capabilities for broad discoverability on the Hub.
  • Adding library_name: aion to the metadata, enabling automated code snippets and indicating compatibility with the aion Python library, as evidenced by from aion import AION in the project's README.md.
  • Including a Hugging Face paper link badge [![Paper](https://img.shields.io/badge/Paper-2510.17960-b31b1b.svg)](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 LICENSE file in the GitHub repository.

These updates aim to provide a more complete and user-friendly model card for the community.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment