Instructions to use ibm-nasa-geospatial/Prithvi-EO-1.0-100M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ibm-nasa-geospatial/Prithvi-EO-1.0-100M with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ibm-nasa-geospatial/Prithvi-EO-1.0-100M", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Check if merge conflicts are fixed.
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
---
|
| 9 |
|
| 10 |
### Model and Inputs
|
| 11 |
-
Prithvi is a first-of-its-kind temporal Vision
|
| 12 |
|
| 13 |

|
| 14 |
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
### Model and Inputs
|
| 11 |
+
Prithvi is a first-of-its-kind temporal Vision transformer pre-trained by the IBM and NASA team on contiguous US Harmonised Landsat Sentinel 2 (HLS) data. Particularly, the model adopts a self-supervised encoder developed with a ViT architecture and Masked AutoEncoder learning strategy with an MSE loss function. The model includes spatial attention across multiple patches and also temporal attention for each patch.
|
| 12 |
|
| 13 |

|
| 14 |
|