Improve model card with metadata and updated links
Browse filesThis PR enhances the model card by:
- Adding the `pipeline_tag: image-feature-extraction` to improve discoverability for models capable of extracting features from images.
- Setting the `license` to `other` in the metadata, as the model uses a custom "OlmoEarth Artifact License". The link to the full license text in `LICENSE.txt` is retained in the content.
- Updating the paper link to point to the official Hugging Face papers page: [OlmoEarth: Stable Latent Image Modeling for Multimodal Earth Observation](https://huggingface.co/papers/2511.13655).
- Clearly presenting the links to the GitHub repository and the project page for easy access.
README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
OlmoEarth-v1-Base is a ViT-Base (89M parameters) foundation model for remote sensing tasks over Sentinel-1, Sentinel-2, and Landsat images or image time series.
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
-
|
| 10 |
-
|
| 11 |
|
| 12 |
If you are interested in computing embeddings with OlmoEarth, or fine-tuning OlmoEarth for a downstream task, see our tutorials:
|
| 13 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
+
pipeline_tag: image-feature-extraction
|
| 4 |
---
|
| 5 |
|
| 6 |
OlmoEarth-v1-Base is a ViT-Base (89M parameters) foundation model for remote sensing tasks over Sentinel-1, Sentinel-2, and Landsat images or image time series.
|
| 7 |
|
| 8 |
+
This model was presented in the paper [OlmoEarth: Stable Latent Image Modeling for Multimodal Earth Observation](https://huggingface.co/papers/2511.13655).
|
| 9 |
|
| 10 |
+
* **GitHub Repository**: https://github.com/allenai/olmoearth_pretrain
|
| 11 |
+
* **Project Page**: https://olmoearth.allenai.org/
|
| 12 |
|
| 13 |
If you are interested in computing embeddings with OlmoEarth, or fine-tuning OlmoEarth for a downstream task, see our tutorials:
|
| 14 |
|