florinbarbisch commited on
Commit
f8bcbbe
·
verified ·
1 Parent(s): db87a8d

Messis | W&B Run exp-1-dataset-split-strategy-stratified-0 (https://wandb.ai/crop-classification/messis/runs/vjyei1p5)

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. config.json +52 -39
  3. model.safetensors +1 -1
README.md CHANGED
@@ -4,6 +4,6 @@ tags:
4
  - model_hub_mixin
5
  ---
6
 
7
- This model has been pushed to the Hub using ****:
8
- - Repo: [More Information Needed]
9
  - Docs: [More Information Needed]
 
4
  - model_hub_mixin
5
  ---
6
 
7
+ This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
+ - Library: [More Information Needed]
9
  - Docs: [More Information Needed]
config.json CHANGED
@@ -1,40 +1,53 @@
1
- {
2
- "hparams": {
3
- "accumulate_grad_batches": 1,
4
- "backbone_weights_path": "./prithvi/models/Prithvi_100M.pt",
5
- "bands": [
6
- 0,
7
- 1,
8
- 2,
9
- 3,
10
- 4,
11
- 5
12
- ],
13
- "batch_size": 4,
14
- "debug": false,
15
- "freeze_backbone": false,
16
- "img_size": 224,
17
- "lr": 0.001,
18
- "max_epochs": 1,
19
- "num_frames": 3,
20
- "patch_size": 16,
21
- "tiers": {
22
- "tier1": {
23
- "loss_weight": 1,
24
- "num_classes": 6
25
- },
26
- "tier2": {
27
- "loss_weight": 1,
28
- "num_classes": 17
29
- },
30
- "tier3": {
31
- "loss_weight": 1,
32
- "num_classes": 49
33
- },
34
- "tier3_refined": {
35
- "loss_weight": 1,
36
- "num_classes": 49
37
- }
38
- }
39
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  }
 
1
+ {
2
+ "hparams": {
3
+ "accumulate_grad_batches": 8,
4
+ "backbone_weights_path": "./prithvi/models/Prithvi_100M.pt",
5
+ "bands": [
6
+ 0,
7
+ 1,
8
+ 2,
9
+ 3,
10
+ 4,
11
+ 5
12
+ ],
13
+ "batch_size": 2,
14
+ "debug": false,
15
+ "early_stopping_patience": 3,
16
+ "freeze_backbone": true,
17
+ "img_size": 224,
18
+ "lr": 0.001,
19
+ "max_epochs": 100,
20
+ "num_frames": 3,
21
+ "patch_size": 16,
22
+ "test_folds": [
23
+ 5
24
+ ],
25
+ "tiers": {
26
+ "tier1": {
27
+ "loss_weight": 1,
28
+ "num_classes": 6
29
+ },
30
+ "tier2": {
31
+ "loss_weight": 1,
32
+ "num_classes": 17
33
+ },
34
+ "tier3": {
35
+ "loss_weight": 1,
36
+ "num_classes": 49
37
+ },
38
+ "tier3_refined": {
39
+ "loss_weight": 1,
40
+ "num_classes": 49
41
+ }
42
+ },
43
+ "train_folds": [
44
+ 1,
45
+ 2,
46
+ 3,
47
+ 4
48
+ ],
49
+ "val_folds": [
50
+ 0
51
+ ]
52
+ }
53
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:32943c3a71cf0ff9e22cdf441e1823af4ab1faf05b5127fb0d3460a7cb6cbb8a
3
  size 713881052
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4af8ef6e7b13c8bb5754f00c77a422235a4d4c2031ed53abc9fa150e6997a30
3
  size 713881052