Skip to main content

Prithvi-EO-2.0

Prithvi-EO-2.0 is the second generation EO foundation model jointly developed by IBM, NASA, and Jülich Supercomputing Centre.

The models were pre-trained at the Jülich Supercomputing Centre with NASA's HLS V2 product (30m granularity) using 4.2M samples with six bands in the following order: Blue, Green, Red, Narrow NIR, SWIR, SWIR 2.

They are four models (300M, 300M-TL, 600M, and 600M-TL) which varies on the number of parameters and with/without temporal and location embeddings.

Check their Model Card here

Link to section 'Available models can be searched as below:' of 'Prithvi-EO-2.0' Available models can be searched as below:


liu4201@login02.anvil:[~] $ module spider Prithvi-EO-2.0

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  Prithvi-EO-2.0:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Description:
      Pretrained 600M parameter model with temporal and location embeddings.

     Versions:
        Prithvi-EO-2.0/300M-TL-2025-03-24
        Prithvi-EO-2.0/300M-2025-03-24
        Prithvi-EO-2.0/600M-TL-2025-03-24
        Prithvi-EO-2.0/600M-2025-03-24


Link to section 'Any available model above can be loaded and used as below:' of 'Prithvi-EO-2.0' Any available model above can be loaded and used as below:

module load gfms
module load Prithvi-EO-2.0/600M-2025-03-24
With using python, the model could then be accessed via $MODEL_DIR (as below)
>>> import os 
>>> model_path = os.getenv("MODEL_DIR") 
>>> model_path 
'/apps/gfms/Prithvi-EO-2.0/Prithvi-EO-2.0-600M' 
Helpful?

Thanks for letting us know.

Please don't include any personal information in your comment. Maximum character limit is 250.
Characters left: 250
Thanks for your feedback.