Viharikvs commited on
Commit
21a3e26
·
verified ·
1 Parent(s): b7f33f1

Upload folder using huggingface_hub

Browse files
fm_checkpoints/fmvit_d12_e768_ps16_normcomputed_contrast_panopticon_pealign_fb/meta_000200.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "step": 200,
3
+ "val_loss": null,
4
+ "model_type": "fm_vit",
5
+ "model_config": {
6
+ "embed_dim": 768,
7
+ "depth": 12,
8
+ "num_heads": 12,
9
+ "mlp_ratio": 4.0,
10
+ "dropout": 0.0,
11
+ "attn_dropout": 0.0,
12
+ "patch_size": 16,
13
+ "modalities": [
14
+ "sentinel2_l2a",
15
+ "sentinel1",
16
+ "landsat"
17
+ ],
18
+ "modality_channels": {
19
+ "sentinel2_l2a": 12,
20
+ "sentinel1": 2,
21
+ "landsat": 11
22
+ }
23
+ },
24
+ "user_config": {
25
+ "h5_dir": "/workspace/olmoearth/h5_shards",
26
+ "s2_key": "sentinel2_l2a",
27
+ "s1_key": "sentinel1",
28
+ "landsat_key": "landsat",
29
+ "num_timesteps": 12,
30
+ "timestep_strategy": "uniform",
31
+ "patch_size": 16,
32
+ "mask_ratio": 0.75,
33
+ "s2_value_scale": 0.0001,
34
+ "s1_value_scale": 1.0,
35
+ "landsat_value_scale": 0.0001,
36
+ "norm": "computed",
37
+ "norm_stats_file": "",
38
+ "norm_std_multiplier": 2.0,
39
+ "num_workers": 28,
40
+ "prefetch": 64,
41
+ "shuffle_buffer": 2000,
42
+ "depth": 12,
43
+ "embed_dim": 768,
44
+ "num_heads": 12,
45
+ "mlp_ratio": 4.0,
46
+ "dropout": 0.0,
47
+ "attn_dropout": 0.0,
48
+ "contrastive_weight": 0.1,
49
+ "contrastive_temp": 0.1,
50
+ "contrastive_proj_dim": 256,
51
+ "contrastive_lr": 0.001,
52
+ "contrastive_queue_size": 4096,
53
+ "contrastive_pooling": "mean_unmasked",
54
+ "spatial_aug": "flip_rotate",
55
+ "drop_s1_p": 0.3,
56
+ "drop_landsat_p": 0.3,
57
+ "distill_weight": 0.0,
58
+ "distill_every": 1,
59
+ "distill_teacher_patch_size": 4,
60
+ "distill_teacher_expected_hw": 64,
61
+ "distill_teacher_timesteps": 1,
62
+ "distill_olmoearth_src_dir": "/workspace/Spatial/olmoearth_pretrain",
63
+ "distill_olmoearth_config": "/workspace/Spatial/nanochat_artifacts/teachers/olmoearth_v1_base/config.json",
64
+ "distill_olmoearth_weights": "/workspace/Spatial/nanochat_artifacts/teachers/olmoearth_v1_base/weights.pth",
65
+ "run": "dummy",
66
+ "device_type": "",
67
+ "num_iterations": 200,
68
+ "device_batch_size": 2,
69
+ "grad_accum_steps": 8,
70
+ "lr": 0.0001,
71
+ "weight_decay": 0.05,
72
+ "adam_beta1": 0.9,
73
+ "adam_beta2": 0.95,
74
+ "warmup_ratio": 0.01,
75
+ "warmdown_ratio": 0.4,
76
+ "final_lr_frac": 0.0,
77
+ "grad_clip": 1.0,
78
+ "resume_from_step": -1,
79
+ "init_from_model_tag": "fmvit_d12_e768_ps16_normcomputed_contrast_panopticon_init",
80
+ "init_from_step": 0,
81
+ "init_from_model_path": "",
82
+ "init_nonstrict": false,
83
+ "freeze_blocks": true,
84
+ "freeze_final_norm": true,
85
+ "freeze_recon_head": true,
86
+ "eval_every": 0,
87
+ "eval_steps": 25,
88
+ "save_every": 0,
89
+ "model_tag": "fmvit_d12_e768_ps16_normcomputed_contrast_panopticon_pealign_fb"
90
+ },
91
+ "dataset_meta": {
92
+ "h5_dir": "/workspace/olmoearth/h5_shards",
93
+ "s2_key": "sentinel2_l2a",
94
+ "s1_key": "sentinel1",
95
+ "landsat_key": "landsat",
96
+ "num_timesteps": 12,
97
+ "timestep_strategy": "uniform",
98
+ "patch_size": 16,
99
+ "grid_size": 8,
100
+ "mask_ratio": 0.75,
101
+ "value_scales": {
102
+ "sentinel2_l2a": 0.0001,
103
+ "sentinel1": 1.0,
104
+ "landsat": 0.0001
105
+ },
106
+ "norm": {
107
+ "strategy": "computed",
108
+ "stats_file": "/workspace/Spatial/olmoearth_pretrain/olmoearth_pretrain/data/norm_configs/computed.json",
109
+ "std_multiplier": 2.0
110
+ },
111
+ "modalities": [
112
+ "sentinel2_l2a",
113
+ "sentinel1",
114
+ "landsat"
115
+ ],
116
+ "modality_channels": {
117
+ "sentinel2_l2a": 12,
118
+ "sentinel1": 2,
119
+ "landsat": 11
120
+ },
121
+ "contrastive": {
122
+ "weight": 0.1,
123
+ "temp": 0.1,
124
+ "proj_dim": 256,
125
+ "queue_size": 4096,
126
+ "pooling": "mean_unmasked",
127
+ "spatial_aug": "flip_rotate",
128
+ "drop_s1_p": 0.3,
129
+ "drop_landsat_p": 0.3
130
+ }
131
+ },
132
+ "grad_accum_steps": 8,
133
+ "dataloader_state_dict": {
134
+ "epoch": 1,
135
+ "seen_in_epoch": 3536,
136
+ "rank": 0
137
+ },
138
+ "loop_state": {
139
+ "min_val_loss": Infinity,
140
+ "smooth_train_loss": 0.9736987899895261,
141
+ "total_training_time": 617.0353827476501
142
+ }
143
+ }
fm_checkpoints/fmvit_d12_e768_ps16_normcomputed_contrast_panopticon_pealign_fb/model_000200.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8da331cf909059d7a69fdd1be06f6fb1a52dd13f6fb6ec638604ffdbbcfdda3
3
+ size 606639149
fm_checkpoints/fmvit_d12_e768_ps16_normcomputed_contrast_panopticon_pealign_fb/optim_000200_rank0.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bd7529ed35639584a037d3a7101ae9d0c1303866f972f96439e0003657e24ef
3
+ size 41472213
fm_checkpoints/fmvit_d12_e768_ps16_normcomputed_contrast_panopticon_pealign_fb/optim_000200_rank1.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:227bb64a7b1d4660fb339ce184e98d637d379bc3458d8e84a01fc94bb3a64736
3
+ size 41472213
fm_checkpoints/fmvit_d12_e768_ps16_normcomputed_contrast_panopticon_pealign_fb/optim_000200_rank2.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d50f68b059732d8db4a50d105ae064e6bae10b351e47fa48c9ae3bad02c7c133
3
+ size 41472213
fm_checkpoints/fmvit_d12_e768_ps16_normcomputed_contrast_panopticon_pealign_fb/optim_000200_rank3.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d5e0063574c5f1a637121b0488c4b61314fbc7d1c5bc0a5762d9685daf3721c
3
+ size 41472213
fm_checkpoints/fmvit_d12_e768_ps16_normcomputed_contrast_panopticon_pealign_fb/optim_000200_rank4.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcf4ef5a5dd5207853c2991c5371fefd594aa4f6df884ce8ba15cd5374f97bf9
3
+ size 41472213
fm_checkpoints/fmvit_d12_e768_ps16_normcomputed_contrast_panopticon_pealign_fb/optim_000200_rank5.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a5ef400e1e88b4099b5590595b831d44426221ca753fd357d1968e043c9515b
3
+ size 41472213
fm_checkpoints/fmvit_d12_e768_ps16_normcomputed_contrast_panopticon_pealign_fb/optim_000200_rank6.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:303da0d5136c6ce2c62c4bab638ec4981b1650a1cb671d8a67106335703a8c59
3
+ size 41472213
fm_checkpoints/fmvit_d12_e768_ps16_normcomputed_contrast_panopticon_pealign_fb/proj_000200.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbafcc62e780a4937ea2a87e3b39fef85596773597bc4461a1ed9755a218ae52
3
+ size 1050629