nadh0708 commited on
Commit
a10503b
·
verified ·
1 Parent(s): e864b7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ metrics:
4
+ - mae
5
+ - mse
6
+ ---
7
+
8
+ # INPUTS
9
+ This dataset used for this model is [nadh0708/]ECMWF-processed-oxygen-data](nadh0708/ECMWF-processed-oxygen-data) which consist of
10
+ input tiles of 224x224x6 (224x224 image with 6 bands). The bands are:
11
+ - Sea surface height above geoid (zos [m])
12
+ - Mole concentration of dissolved molecular oxygen in sea watero2 [mmol/m3]
13
+ - Sea water salinity (so [10-3])
14
+ - Sea water potential temperature (thetao [°C])
15
+ - Eastward sea water velocity (uo [m/s])
16
+ - Northward sea water velocity (vo [m/s])
17
+
18
+ # MODELS
19
+ This is a fine-tuned [Prithvi-100](ibm-nasa-geospatial/Prithvi-100M) model. There are five models in this repository:
20
+ - MAE_nonScheduler or pred_MAE : L1Loss + no training the encoding blocks of base model
21
+ - MAE_nonScheduler_differentLR or MAE_finetune_partial : L1Loss + training the encoding blocks of base model
22
+ - MSE_nonScheduler or pred_MSE : MSELoss + no training the encoding blocks of base model
23
+ - MSE_nonScheduler_differentLR or MSE_finetune_partial : MSELoss + training the encoding blocks of base model
24
+
25
+ # INFERENCE
26
+ Those models can be used with this google colab repository https://colab.research.google.com/drive/19_tv46nW4_9GbM0QNID80Zo4I43fu2OE
27
+
28
+ # CITATION
29
+ @article{Prithvi-100M-preprint,
30
+ author = {Jakubik, Johannes and Roy, Sujit and Phillips, C. E. and Fraccaro, Paolo and Godwin, Denys and Zadrozny, Bianca and Szwarcman, Daniela and Gomes, Carlos and Nyirjesy, Gabby and Edwards, Blair and Kimura, Daiki and Simumba, Naomi and Chu, Linsong and Mukkavilli, S. Karthik and Lambhate, Devyani and Das, Kamal and Bangalore, Ranjini and Oliveira, Dario and Muszynski, Michal and Ankur, Kumar and Ramasubramanian, Muthukumaran and Gurung, Iksha and Khallaghi, Sam and Li, Hanxi (Steve) and Cecil, Michael and Ahmadi, Maryam and Kordi, Fatemeh and Alemohammad, Hamed and Maskey, Manil and Ganti, Raghu and Weldemariam, Kommy and Ramachandran, Rahul},
31
+ month = oct,
32
+ title = {{Foundation Models for Generalist Geospatial Artificial Intelligence}},
33
+ journal = {Preprint Available on arxiv:2310.18660},
34
+ year = {2023}
35
+ }