Commit
·
5743195
1
Parent(s):
f640828
Added config.json
Browse files- config.json +21 -0
config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architecture": "prithvi_eo_v2_300_tl",
|
3 |
+
"num_features": 1024,
|
4 |
+
"pretrained_cfg": {
|
5 |
+
"img_size": 224,
|
6 |
+
"num_frames": 4,
|
7 |
+
"patch_size": [1, 14, 14],
|
8 |
+
"in_chans": 6,
|
9 |
+
"embed_dim": 1024,
|
10 |
+
"depth": 24,
|
11 |
+
"num_heads": 16,
|
12 |
+
"decoder_embed_dim": 512,
|
13 |
+
"decoder_depth": 8,
|
14 |
+
"decoder_num_heads": 16,
|
15 |
+
"mlp_ratio": 4,
|
16 |
+
"mean": [1087.0, 1342.0, 1433.0, 2734.0, 1958.0, 1363.0],
|
17 |
+
"std": [2248.0, 2179.0, 2178.0, 1850.0, 1242.0, 1049.0],
|
18 |
+
"origin_url": "https://huggingface.co/ibm-nasa-geospatial/Prithvi-EO-2.0-300M-TL",
|
19 |
+
"paper_ids": "arXiv:X.X"
|
20 |
+
}
|
21 |
+
}
|