whyoke commited on
Commit
5af30a1
·
verified ·
1 Parent(s): 845bec3

Training in progress, step 20

Browse files
Files changed (3) hide show
  1. config.json +4 -9
  2. model.safetensors +3 -0
  3. training_args.bin +2 -2
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "nvidia/mit-b0",
3
  "architectures": [
4
  "SegformerForSemanticSegmentation"
5
  ],
@@ -29,17 +28,13 @@
29
  ],
30
  "id2label": {
31
  "0": "background",
32
- "1": "human",
33
- "2": "tree",
34
- "3": "river"
35
  },
36
  "image_size": 224,
37
  "initializer_range": 0.02,
38
  "label2id": {
39
- "background": 0,
40
- "human": 1,
41
- "river": 3,
42
- "tree": 2
43
  },
44
  "layer_norm_eps": 1e-06,
45
  "mlp_ratios": [
@@ -78,5 +73,5 @@
78
  2
79
  ],
80
  "torch_dtype": "float32",
81
- "transformers_version": "4.26.1"
82
  }
 
1
  {
 
2
  "architectures": [
3
  "SegformerForSemanticSegmentation"
4
  ],
 
28
  ],
29
  "id2label": {
30
  "0": "background",
31
+ "1": "capillary"
 
 
32
  },
33
  "image_size": 224,
34
  "initializer_range": 0.02,
35
  "label2id": {
36
+ "background": "0",
37
+ "capillary": "1"
 
 
38
  },
39
  "layer_norm_eps": 1e-06,
40
  "mlp_ratios": [
 
73
  2
74
  ],
75
  "torch_dtype": "float32",
76
+ "transformers_version": "4.51.3"
77
  }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f06a451f078d473e9a41e252d5d5a36514aea29e22908f4fb8f3d859039ea440
3
+ size 14884776
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09f645ff821594e1d464ddf5716286021bafcacba300eaf2f6c1b29b60b6324b
3
- size 3451
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c1540e2c12dcfd9e52a0b7c529d70cf1b69eb3b5e470a9c760a9d0d58703fd3
3
+ size 5240