TommyClas commited on
Commit
cb28a58
·
verified ·
1 Parent(s): d45f706

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SegformerForSemanticSegmentation"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.0,
6
+ "classifier_dropout_prob": 0.1,
7
+ "decoder_hidden_size": 256,
8
+ "depths": [
9
+ 2,
10
+ 2,
11
+ 2,
12
+ 2
13
+ ],
14
+ "downsampling_rates": [
15
+ 1,
16
+ 4,
17
+ 8,
18
+ 16
19
+ ],
20
+ "drop_path_rate": 0.1,
21
+ "hidden_act": "gelu",
22
+ "hidden_dropout_prob": 0.0,
23
+ "hidden_sizes": [
24
+ 32,
25
+ 64,
26
+ 160,
27
+ 256
28
+ ],
29
+ "id2label": {
30
+ "0": "\u80cc\u666f",
31
+ "1": "\u672a\u6c34\u5316\u6c34\u6ce5\u9897\u7c92\u4e0e\u9ad8\u5bc6\u5ea6C-S-H\u6df7\u5408"
32
+ },
33
+ "image_size": 224,
34
+ "initializer_range": 0.02,
35
+ "label2id": {
36
+ "\u672a\u6c34\u5316\u6c34\u6ce5\u9897\u7c92\u4e0e\u9ad8\u5bc6\u5ea6C-S-H\u6df7\u5408": "1",
37
+ "\u80cc\u666f": "0"
38
+ },
39
+ "layer_norm_eps": 1e-06,
40
+ "mlp_ratios": [
41
+ 4,
42
+ 4,
43
+ 4,
44
+ 4
45
+ ],
46
+ "model_type": "segformer",
47
+ "num_attention_heads": [
48
+ 1,
49
+ 2,
50
+ 5,
51
+ 8
52
+ ],
53
+ "num_channels": 3,
54
+ "num_encoder_blocks": 4,
55
+ "patch_sizes": [
56
+ 7,
57
+ 3,
58
+ 3,
59
+ 3
60
+ ],
61
+ "reshape_last_stage": true,
62
+ "semantic_loss_ignore_index": 255,
63
+ "sr_ratios": [
64
+ 8,
65
+ 4,
66
+ 2,
67
+ 1
68
+ ],
69
+ "strides": [
70
+ 4,
71
+ 2,
72
+ 2,
73
+ 2
74
+ ],
75
+ "torch_dtype": "float32",
76
+ "transformers_version": "4.52.0.dev0"
77
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:205fb46f28a5fd8041b58daa02d34f96b546ba57cbbecb27aa6c22a72556f560
3
+ size 14884776
preprocessor_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_reduce_labels": false,
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": "SegformerImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 2,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "height": 512,
21
+ "width": 512
22
+ }
23
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52450d09c0d9fe389f8631fe0bcbbb16a7a99734b0bea23a90bd3c3bcce46dab
3
+ size 5368