Image Feature Extraction
nielsr HF Staff commited on
Commit
5c4f4ff
·
verified ·
1 Parent(s): 6d563b3

Add pipeline tag, license, and link to paper

Browse files

This PR improves the model card for OlmoEarth-v1_2-Small by:
- Adding the `pipeline_tag: image-feature-extraction` and `license: other` metadata.
- Correcting the version typo in the description (from v1.1 to v1.2).
- Linking the model card to the Hugging Face paper page (https://huggingface.co/papers/2605.20804).

Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,4 +1,9 @@
1
- OlmoEarth-v1_1-Small is a ViT-Small (36M parameters) foundation model for remote sensing tasks over Sentinel-1, Sentinel-2, and Landsat images or image time series.
 
 
 
 
 
2
 
3
  Please see our GitHub and paper for more information about OlmoEarth.
4
 
 
1
+ ---
2
+ license: other
3
+ pipeline_tag: image-feature-extraction
4
+ ---
5
+
6
+ OlmoEarth-v1_2-Small is a ViT-Small (36M parameters) foundation model for remote sensing tasks over Sentinel-1, Sentinel-2, and Landsat images or image time series, presented in [OlmoEarth v1.2: A more efficient family of OlmoEarth models](https://huggingface.co/papers/2605.20804).
7
 
8
  Please see our GitHub and paper for more information about OlmoEarth.
9