varcoder commited on
Commit
f245998
1 Parent(s): fde10d9

Training in progress, step 100

Browse files
Files changed (3) hide show
  1. config.json +9 -9
  2. pytorch_model.bin +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,16 +1,16 @@
1
  {
2
- "_name_or_path": "nvidia/mit-b0",
3
  "architectures": [
4
  "SegformerForSemanticSegmentation"
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
  "classifier_dropout_prob": 0.1,
8
- "decoder_hidden_size": 256,
9
  "depths": [
10
- 2,
11
- 2,
12
- 2,
13
- 2
14
  ],
15
  "downsampling_rates": [
16
  1,
@@ -22,10 +22,10 @@
22
  "hidden_act": "gelu",
23
  "hidden_dropout_prob": 0.0,
24
  "hidden_sizes": [
25
- 32,
26
  64,
27
- 160,
28
- 256
 
29
  ],
30
  "id2label": {
31
  "0": "background",
 
1
  {
2
+ "_name_or_path": "nvidia/mit-b2",
3
  "architectures": [
4
  "SegformerForSemanticSegmentation"
5
  ],
6
  "attention_probs_dropout_prob": 0.0,
7
  "classifier_dropout_prob": 0.1,
8
+ "decoder_hidden_size": 768,
9
  "depths": [
10
+ 3,
11
+ 4,
12
+ 6,
13
+ 3
14
  ],
15
  "downsampling_rates": [
16
  1,
 
22
  "hidden_act": "gelu",
23
  "hidden_dropout_prob": 0.0,
24
  "hidden_sizes": [
 
25
  64,
26
+ 128,
27
+ 320,
28
+ 512
29
  ],
30
  "id2label": {
31
  "0": "background",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c90580012c4e6d942e846d10e429632b2512fc7f7e002bbd4fc118cc368b345
3
- size 14931789
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4355158efa0ae7040ca8736b810e01417c1322dffc3ec715b54828e2b1fbd56f
3
+ size 109529789
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48776339e55195e7f22f463903aa93bea6989cea5ce1840d224d527a3e7491ca
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22e50088219e8ec72d4c069c978695bfff8f22645863675a3ba62808a39bd382
3
  size 4027