Instructions to use MVRL/satmae-vitbase-multispec-pretrain with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MVRL/satmae-vitbase-multispec-pretrain with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MVRL/satmae-vitbase-multispec-pretrain", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 441 Bytes
0890e45 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | {
"channel_embed": 256,
"channel_groups": [
[
0,
1,
2,
6
],
[
3,
4,
5,
7
],
[
8,
9
]
],
"decoder_channel_embed": 128,
"decoder_depth": 8,
"decoder_embed_dim": 512,
"decoder_num_heads": 16,
"depth": 12,
"embed_dim": 768,
"img_size": 96,
"in_chans": 3,
"mlp_ratio": 4.0,
"norm_pix_loss": false,
"num_heads": 16,
"patch_size": 8
} |