Improve model card: Add metadata (pipeline tag, library, license) and update links

#1
by nielsr HF Staff - opened

This PR updates the model card for OlmoEarth-v1-Large to enhance its discoverability and provide more comprehensive information.

Key changes include:

  • Adding pipeline_tag: image-feature-extraction to enable users to easily find the model based on its primary task.
  • Adding library_name: pytorch based on evidence from config.json (e.g., TORCH_NCCL_TRACE_BUFFER_SIZE) and the model being built on OLMo-core, which is a PyTorch framework. This will enable automated code snippets for PyTorch users.
  • Adding license: other to accurately reflect the custom "OlmoEarth Artifact License" under which the model is distributed.
  • Updating the paper link to the official Hugging Face Papers page: OlmoEarth: Stable Latent Image Modeling for Multimodal Earth Observation.
  • Adding a dedicated link to the project page: https://olmoearth.allenai.org/, for easier access to the OlmoEarth platform.
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment