Training in progress, step 20
Browse files- config.json +4 -9
- model.safetensors +3 -0
- 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": "
|
33 |
-
"2": "tree",
|
34 |
-
"3": "river"
|
35 |
},
|
36 |
"image_size": 224,
|
37 |
"initializer_range": 0.02,
|
38 |
"label2id": {
|
39 |
-
"background": 0,
|
40 |
-
"
|
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.
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c1540e2c12dcfd9e52a0b7c529d70cf1b69eb3b5e470a9c760a9d0d58703fd3
|
3 |
+
size 5240
|