suredream commited on
Commit
153c1ca
1 Parent(s): f430c1e

Training in progress, epoch 2

Browse files
config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "suredream/swin-tiny-patch4-window7-224-finetuned-eurosat",
3
+ "architectures": [
4
+ "SwinForImageClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.0,
7
+ "depths": [
8
+ 2,
9
+ 2,
10
+ 6,
11
+ 2
12
+ ],
13
+ "drop_path_rate": 0.1,
14
+ "embed_dim": 96,
15
+ "encoder_stride": 32,
16
+ "finetuning_task": "image-classification",
17
+ "hidden_act": "gelu",
18
+ "hidden_dropout_prob": 0.0,
19
+ "hidden_size": 768,
20
+ "id2label": {
21
+ "0": "AnnualCrop",
22
+ "1": "Forest",
23
+ "2": "HerbaceousVegetation",
24
+ "3": "Highway",
25
+ "4": "Industrial",
26
+ "5": "Pasture",
27
+ "6": "PermanentCrop",
28
+ "7": "Residential",
29
+ "8": "River",
30
+ "9": "SeaLake"
31
+ },
32
+ "image_size": 224,
33
+ "initializer_range": 0.02,
34
+ "label2id": {
35
+ "AnnualCrop": "0",
36
+ "Forest": "1",
37
+ "HerbaceousVegetation": "2",
38
+ "Highway": "3",
39
+ "Industrial": "4",
40
+ "Pasture": "5",
41
+ "PermanentCrop": "6",
42
+ "Residential": "7",
43
+ "River": "8",
44
+ "SeaLake": "9"
45
+ },
46
+ "layer_norm_eps": 1e-05,
47
+ "mlp_ratio": 4.0,
48
+ "model_type": "swin",
49
+ "num_channels": 3,
50
+ "num_heads": [
51
+ 3,
52
+ 6,
53
+ 12,
54
+ 24
55
+ ],
56
+ "num_layers": 4,
57
+ "out_features": [
58
+ "stage4"
59
+ ],
60
+ "out_indices": [
61
+ 4
62
+ ],
63
+ "patch_size": 4,
64
+ "path_norm": true,
65
+ "problem_type": "single_label_classification",
66
+ "qkv_bias": true,
67
+ "stage_names": [
68
+ "stem",
69
+ "stage1",
70
+ "stage2",
71
+ "stage3",
72
+ "stage4"
73
+ ],
74
+ "torch_dtype": "float32",
75
+ "transformers_version": "4.43.0.dev0",
76
+ "use_absolute_embeddings": false,
77
+ "window_size": 7
78
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12bc43a496c2df9487ef34d479a1b0ae3595ed968ec40db53587782dc3231e96
3
+ size 110367448
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.485,
7
+ 0.456,
8
+ 0.406
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.229,
13
+ 0.224,
14
+ 0.225
15
+ ],
16
+ "resample": 3,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
runs/Jul05_22-57-28_66b5f07f5c64/events.out.tfevents.1720220253.66b5f07f5c64.5464.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:608aad11154c5b33318adf7ee37c232a6a64994b4e76804e87ee7d710fcfdc8f
3
+ size 91878
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c2b7d393887322e197eb9e0ae01b2d8dc701498dc9e7b97a440ff28ac1e327b
3
+ size 5240