MatrixYao commited on
Commit
d7c417c
·
verified ·
1 Parent(s): c03a6c3

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SwinForImageClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "depths": [
7
+ 2,
8
+ 2,
9
+ 6,
10
+ 2
11
+ ],
12
+ "drop_path_rate": 0.1,
13
+ "embed_dim": 96,
14
+ "encoder_stride": 32,
15
+ "hidden_act": "gelu",
16
+ "hidden_dropout_prob": 0.0,
17
+ "hidden_size": 768,
18
+ "id2label": {
19
+ "0": "annual crop",
20
+ "1": "forest",
21
+ "2": "herbaceous vegetation",
22
+ "3": "highway",
23
+ "4": "industrial",
24
+ "5": "pasture",
25
+ "6": "permanent crop",
26
+ "7": "residential",
27
+ "8": "river",
28
+ "9": "sea or lake"
29
+ },
30
+ "image_size": 224,
31
+ "initializer_range": 0.02,
32
+ "label2id": {
33
+ "annual crop": 0,
34
+ "forest": 1,
35
+ "herbaceous vegetation": 2,
36
+ "highway": 3,
37
+ "industrial": 4,
38
+ "pasture": 5,
39
+ "permanent crop": 6,
40
+ "residential": 7,
41
+ "river": 8,
42
+ "sea or lake": 9
43
+ },
44
+ "layer_norm_eps": 1e-05,
45
+ "mlp_ratio": 4.0,
46
+ "model_type": "swin",
47
+ "num_channels": 3,
48
+ "num_heads": [
49
+ 3,
50
+ 6,
51
+ 12,
52
+ 24
53
+ ],
54
+ "num_layers": 4,
55
+ "out_features": [
56
+ "stage4"
57
+ ],
58
+ "out_indices": [
59
+ 4
60
+ ],
61
+ "patch_size": 4,
62
+ "path_norm": true,
63
+ "problem_type": "single_label_classification",
64
+ "qkv_bias": true,
65
+ "stage_names": [
66
+ "stem",
67
+ "stage1",
68
+ "stage2",
69
+ "stage3",
70
+ "stage4"
71
+ ],
72
+ "torch_dtype": "float32",
73
+ "transformers_version": "4.52.0.dev0",
74
+ "use_absolute_embeddings": false,
75
+ "window_size": 7
76
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f70389a9dfa01b2a28f6ec17a6cdbe5ea42cdf5f115d14933d95fcba9731695
3
+ size 110367448
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ViTImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 224,
21
+ "width": 224
22
+ }
23
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6da000adf0ebce8febba7f41590a0ee3f8107c8660916d4f110dd388e759a6c
3
+ size 5368