Likitha13 commited on
Commit
13d6913
·
verified ·
1 Parent(s): a43277d

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,69 +1,69 @@
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
- "dtype": "float32",
22
- "hidden_act": "gelu",
23
- "hidden_dropout_prob": 0.0,
24
- "hidden_sizes": [
25
- 32,
26
- 64,
27
- 160,
28
- 256
29
- ],
30
- "image_size": 224,
31
- "initializer_range": 0.02,
32
- "layer_norm_eps": 1e-06,
33
- "mlp_ratios": [
34
- 4,
35
- 4,
36
- 4,
37
- 4
38
- ],
39
- "model_type": "segformer",
40
- "num_attention_heads": [
41
- 1,
42
- 2,
43
- 5,
44
- 8
45
- ],
46
- "num_channels": 3,
47
- "num_encoder_blocks": 4,
48
- "patch_sizes": [
49
- 7,
50
- 3,
51
- 3,
52
- 3
53
- ],
54
- "reshape_last_stage": true,
55
- "semantic_loss_ignore_index": 255,
56
- "sr_ratios": [
57
- 8,
58
- 4,
59
- 2,
60
- 1
61
- ],
62
- "strides": [
63
- 4,
64
- 2,
65
- 2,
66
- 2
67
- ],
68
- "transformers_version": "4.57.1"
69
- }
 
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
+ "dtype": "float32",
22
+ "hidden_act": "gelu",
23
+ "hidden_dropout_prob": 0.0,
24
+ "hidden_sizes": [
25
+ 32,
26
+ 64,
27
+ 160,
28
+ 256
29
+ ],
30
+ "image_size": 224,
31
+ "initializer_range": 0.02,
32
+ "layer_norm_eps": 1e-06,
33
+ "mlp_ratios": [
34
+ 4,
35
+ 4,
36
+ 4,
37
+ 4
38
+ ],
39
+ "model_type": "segformer",
40
+ "num_attention_heads": [
41
+ 1,
42
+ 2,
43
+ 5,
44
+ 8
45
+ ],
46
+ "num_channels": 3,
47
+ "num_encoder_blocks": 4,
48
+ "patch_sizes": [
49
+ 7,
50
+ 3,
51
+ 3,
52
+ 3
53
+ ],
54
+ "reshape_last_stage": true,
55
+ "semantic_loss_ignore_index": 255,
56
+ "sr_ratios": [
57
+ 8,
58
+ 4,
59
+ 2,
60
+ 1
61
+ ],
62
+ "strides": [
63
+ 4,
64
+ 2,
65
+ 2,
66
+ 2
67
+ ],
68
+ "transformers_version": "4.57.1"
69
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e6d5b184f3920740d8d7fce8e12af64012005f25e469896a152d4fd81ef6eab
3
  size 14884776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a1745d1ecf3a51311d884ba3ccfb20c9f9ddbc6395c5089dc3652ca764b9f58
3
  size 14884776
runs/Oct27_01-22-38_e7b91333e466/events.out.tfevents.1761528158.e7b91333e466.1037.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:261d7ceda601ca533f14164360a1c7ea54943ba604d8a1c0574437631032d1dd
3
+ size 6438
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9be569d454b01ef5a6454547001bfbe39b783685d27d8b1a5b36ecf8404e0bf
3
- size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92c5c111483e78e719a24d7fb991cd8ed41e12eebd7dfcda4a3cb8566aacac4f
3
+ size 5905