Improve model card with metadata and updated links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -4
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
- Please see our GitHub and paper for more information about OlmoEarth.
8
 
9
- - GitHub: https://github.com/allenai/olmoearth_pretrain
10
- - Paper: https://allenai.org/papers/olmoearth
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