blumenstiel commited on
Commit
22378a1
1 Parent(s): 90cdf61

Updated json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "architecture": "prithvi_vit_100",
3
  "num_features": 768,
4
  "pretrained_cfg": {
5
  "img_size": 224,
@@ -13,6 +13,7 @@
13
  "decoder_depth": 8,
14
  "decoder_num_heads": 16,
15
  "mlp_ratio": 4,
 
16
  "bands": ["B02", "B03", "B04", "B05", "B06", "B07"],
17
  "mean": [
18
  775.2290211032589,
@@ -31,7 +32,7 @@
31
  1154.505683480695
32
  ],
33
 
34
- "origin_url": "https://huggingface.co/ibm-nasa-geospatial/Prithvi-100M",
35
  "paper_ids": "arXiv:2310.18660"
36
  }
37
  }
 
1
  {
2
+ "architecture": "prithvi_eo_v1_100",
3
  "num_features": 768,
4
  "pretrained_cfg": {
5
  "img_size": 224,
 
13
  "decoder_depth": 8,
14
  "decoder_num_heads": 16,
15
  "mlp_ratio": 4,
16
+ "mask_ratio": 0.75,
17
  "bands": ["B02", "B03", "B04", "B05", "B06", "B07"],
18
  "mean": [
19
  775.2290211032589,
 
32
  1154.505683480695
33
  ],
34
 
35
+ "origin_url": "https://huggingface.co/ibm-nasa-geospatial/Prithvi-EO-1.0-100M",
36
  "paper_ids": "arXiv:2310.18660"
37
  }
38
  }