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-extractionto enable users to easily find the model based on its primary task. - Adding
library_name: pytorchbased on evidence fromconfig.json(e.g.,TORCH_NCCL_TRACE_BUFFER_SIZE) and the model being built onOLMo-core, which is a PyTorch framework. This will enable automated code snippets for PyTorch users. - Adding
license: otherto 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.