End of training
Browse files- README.md +48 -56
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,32 +1,32 @@
|
|
1 |
---
|
2 |
license: other
|
|
|
3 |
tags:
|
4 |
- vision
|
5 |
- image-segmentation
|
6 |
- generated_from_trainer
|
7 |
-
base_model: nvidia/mit-b5
|
8 |
model-index:
|
9 |
-
- name:
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
#
|
17 |
|
18 |
This model is a fine-tuned version of [nvidia/mit-b5](https://huggingface.co/nvidia/mit-b5) on the Hasano20/Clean_Set1_95images dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Mean Iou: 0.
|
22 |
-
- Mean Accuracy: 0.
|
23 |
-
- Overall Accuracy: 0.
|
24 |
-
- Accuracy Background:
|
25 |
-
- Accuracy Melt: 0.
|
26 |
-
- Accuracy Substrate: 0.
|
27 |
-
- Iou Background: 0.
|
28 |
-
- Iou Melt: 0.
|
29 |
-
- Iou Substrate: 0.
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -51,54 +51,46 @@ The following hyperparameters were used during training:
|
|
51 |
- seed: 42
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
54 |
-
- num_epochs:
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy Background | Accuracy Melt | Accuracy Substrate | Iou Background | Iou Melt | Iou Substrate |
|
59 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:-------------------:|:-------------:|:------------------:|:--------------:|:--------:|:-------------:|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
-
| 0.
|
68 |
-
| 0.
|
69 |
-
| 0.
|
70 |
-
| 0.
|
71 |
-
| 0.
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
-
| 0.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
-
| 0.
|
88 |
-
| 0.
|
89 |
-
| 0.
|
90 |
-
| 0.
|
91 |
-
| 0.
|
92 |
-
| 0.
|
93 |
-
| 0.
|
94 |
-
| 0.0062 | 41.1765 | 700 | 0.0169 | 0.6478 | 0.9801 | 0.9934 | nan | 0.9626 | 0.9975 | 0.0 | 0.9497 | 0.9936 |
|
95 |
-
| 0.0047 | 42.3529 | 720 | 0.0170 | 0.6481 | 0.9814 | 0.9934 | nan | 0.9657 | 0.9972 | 0.0 | 0.9507 | 0.9935 |
|
96 |
-
| 0.0053 | 43.5294 | 740 | 0.0166 | 0.6490 | 0.9832 | 0.9939 | nan | 0.9693 | 0.9972 | 0.0 | 0.9529 | 0.9941 |
|
97 |
-
| 0.0076 | 44.7059 | 760 | 0.0165 | 0.6484 | 0.9828 | 0.9934 | nan | 0.9688 | 0.9968 | 0.0 | 0.9513 | 0.9938 |
|
98 |
-
| 0.0066 | 45.8824 | 780 | 0.0166 | 0.6488 | 0.9835 | 0.9937 | nan | 0.9702 | 0.9969 | 0.0 | 0.9523 | 0.9940 |
|
99 |
-
| 0.0048 | 47.0588 | 800 | 0.0169 | 0.6482 | 0.9824 | 0.9935 | nan | 0.9678 | 0.9969 | 0.0 | 0.9508 | 0.9937 |
|
100 |
-
| 0.0061 | 48.2353 | 820 | 0.0170 | 0.6481 | 0.9821 | 0.9934 | nan | 0.9674 | 0.9969 | 0.0 | 0.9506 | 0.9937 |
|
101 |
-
| 0.0087 | 49.4118 | 840 | 0.0169 | 0.6481 | 0.9819 | 0.9935 | nan | 0.9668 | 0.9970 | 0.0 | 0.9507 | 0.9937 |
|
102 |
|
103 |
|
104 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: other
|
3 |
+
base_model: nvidia/mit-b5
|
4 |
tags:
|
5 |
- vision
|
6 |
- image-segmentation
|
7 |
- generated_from_trainer
|
|
|
8 |
model-index:
|
9 |
+
- name: SegFormer_Clean_Set1_95images_mit-b5
|
10 |
results: []
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
+
# SegFormer_Clean_Set1_95images_mit-b5
|
17 |
|
18 |
This model is a fine-tuned version of [nvidia/mit-b5](https://huggingface.co/nvidia/mit-b5) on the Hasano20/Clean_Set1_95images dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0390
|
21 |
+
- Mean Iou: 0.9468
|
22 |
+
- Mean Accuracy: 0.9733
|
23 |
+
- Overall Accuracy: 0.9860
|
24 |
+
- Accuracy Background: 0.9960
|
25 |
+
- Accuracy Melt: 0.9390
|
26 |
+
- Accuracy Substrate: 0.9850
|
27 |
+
- Iou Background: 0.9899
|
28 |
+
- Iou Melt: 0.8763
|
29 |
+
- Iou Substrate: 0.9743
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
51 |
- seed: 42
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
54 |
+
- num_epochs: 20
|
55 |
|
56 |
### Training results
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy Background | Accuracy Melt | Accuracy Substrate | Iou Background | Iou Melt | Iou Substrate |
|
59 |
|:-------------:|:-------:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:-------------------:|:-------------:|:------------------:|:--------------:|:--------:|:-------------:|
|
60 |
+
| 0.3883 | 0.5882 | 10 | 0.7088 | 0.5294 | 0.6161 | 0.8428 | 0.8644 | 0.0 | 0.9840 | 0.8428 | 0.0 | 0.7456 |
|
61 |
+
| 0.6271 | 1.1765 | 20 | 0.4185 | 0.5763 | 0.6455 | 0.8828 | 0.9472 | 0.0011 | 0.9882 | 0.9297 | 0.0011 | 0.7980 |
|
62 |
+
| 0.1779 | 1.7647 | 30 | 0.2746 | 0.6105 | 0.6712 | 0.9000 | 0.9943 | 0.0499 | 0.9694 | 0.9534 | 0.0474 | 0.8307 |
|
63 |
+
| 0.228 | 2.3529 | 40 | 0.2865 | 0.6102 | 0.6723 | 0.8897 | 0.9635 | 0.0820 | 0.9716 | 0.9359 | 0.0692 | 0.8254 |
|
64 |
+
| 0.1099 | 2.9412 | 50 | 0.2432 | 0.6646 | 0.7305 | 0.9018 | 0.9879 | 0.2657 | 0.9380 | 0.9495 | 0.2073 | 0.8369 |
|
65 |
+
| 0.1448 | 3.5294 | 60 | 0.3321 | 0.5993 | 0.6606 | 0.8987 | 0.9744 | 0.0140 | 0.9934 | 0.9613 | 0.0139 | 0.8226 |
|
66 |
+
| 0.2412 | 4.1176 | 70 | 0.2053 | 0.6581 | 0.7115 | 0.9150 | 0.9906 | 0.1590 | 0.9850 | 0.9734 | 0.1485 | 0.8525 |
|
67 |
+
| 0.1585 | 4.7059 | 80 | 0.2824 | 0.7094 | 0.8614 | 0.8838 | 0.9775 | 0.8013 | 0.8055 | 0.9504 | 0.3927 | 0.7851 |
|
68 |
+
| 0.2025 | 5.2941 | 90 | 0.2405 | 0.7011 | 0.8139 | 0.8924 | 0.9982 | 0.6013 | 0.8423 | 0.9387 | 0.3501 | 0.8144 |
|
69 |
+
| 0.2516 | 5.8824 | 100 | 0.2134 | 0.7488 | 0.8852 | 0.9083 | 0.9937 | 0.8227 | 0.8391 | 0.9721 | 0.4533 | 0.8212 |
|
70 |
+
| 0.275 | 6.4706 | 110 | 0.2856 | 0.7243 | 0.8793 | 0.8910 | 0.9965 | 0.8484 | 0.7932 | 0.9543 | 0.4339 | 0.7848 |
|
71 |
+
| 0.0721 | 7.0588 | 120 | 0.1417 | 0.7758 | 0.8225 | 0.9428 | 0.9913 | 0.4956 | 0.9804 | 0.9789 | 0.4530 | 0.8955 |
|
72 |
+
| 0.1478 | 7.6471 | 130 | 0.1383 | 0.7811 | 0.8383 | 0.9412 | 0.9828 | 0.5588 | 0.9733 | 0.9715 | 0.4727 | 0.8992 |
|
73 |
+
| 0.0541 | 8.2353 | 140 | 0.1654 | 0.7353 | 0.7778 | 0.9368 | 0.9958 | 0.3461 | 0.9915 | 0.9805 | 0.3400 | 0.8854 |
|
74 |
+
| 0.1068 | 8.8235 | 150 | 0.1001 | 0.8481 | 0.8900 | 0.9607 | 0.9977 | 0.6982 | 0.9742 | 0.9813 | 0.6358 | 0.9272 |
|
75 |
+
| 0.0879 | 9.4118 | 160 | 0.1177 | 0.8272 | 0.8658 | 0.9568 | 0.9914 | 0.6186 | 0.9875 | 0.9798 | 0.5785 | 0.9232 |
|
76 |
+
| 0.0855 | 10.0 | 170 | 0.0929 | 0.8763 | 0.9444 | 0.9650 | 0.9910 | 0.8886 | 0.9537 | 0.9848 | 0.7113 | 0.9327 |
|
77 |
+
| 0.102 | 10.5882 | 180 | 0.0770 | 0.8935 | 0.9405 | 0.9715 | 0.9962 | 0.8565 | 0.9689 | 0.9851 | 0.7486 | 0.9468 |
|
78 |
+
| 0.1044 | 11.1765 | 190 | 0.1401 | 0.7868 | 0.8367 | 0.9441 | 0.9696 | 0.5446 | 0.9957 | 0.9672 | 0.4853 | 0.9080 |
|
79 |
+
| 0.0705 | 11.7647 | 200 | 0.0822 | 0.8836 | 0.9507 | 0.9674 | 0.9924 | 0.9057 | 0.9542 | 0.9853 | 0.7276 | 0.9380 |
|
80 |
+
| 0.0583 | 12.3529 | 210 | 0.0670 | 0.9102 | 0.9489 | 0.9757 | 0.9957 | 0.8760 | 0.9750 | 0.9841 | 0.7914 | 0.9550 |
|
81 |
+
| 0.0337 | 12.9412 | 220 | 0.0718 | 0.9048 | 0.9384 | 0.9751 | 0.9960 | 0.8389 | 0.9803 | 0.9858 | 0.7756 | 0.9530 |
|
82 |
+
| 0.0237 | 13.5294 | 230 | 0.0634 | 0.9106 | 0.9419 | 0.9769 | 0.9957 | 0.8467 | 0.9832 | 0.9878 | 0.7879 | 0.9562 |
|
83 |
+
| 0.2478 | 14.1176 | 240 | 0.0724 | 0.8949 | 0.9289 | 0.9726 | 0.9958 | 0.8103 | 0.9806 | 0.9855 | 0.7514 | 0.9478 |
|
84 |
+
| 0.0237 | 14.7059 | 250 | 0.0570 | 0.9230 | 0.9610 | 0.9790 | 0.9950 | 0.9124 | 0.9757 | 0.9861 | 0.8226 | 0.9604 |
|
85 |
+
| 0.0237 | 15.2941 | 260 | 0.0564 | 0.9251 | 0.9650 | 0.9798 | 0.9957 | 0.9248 | 0.9745 | 0.9887 | 0.8253 | 0.9612 |
|
86 |
+
| 0.0414 | 15.8824 | 270 | 0.0786 | 0.8738 | 0.8997 | 0.9693 | 0.9926 | 0.7107 | 0.9959 | 0.9893 | 0.6917 | 0.9405 |
|
87 |
+
| 0.0444 | 16.4706 | 280 | 0.0431 | 0.9383 | 0.9686 | 0.9840 | 0.9962 | 0.9269 | 0.9828 | 0.9908 | 0.8539 | 0.9702 |
|
88 |
+
| 0.0307 | 17.0588 | 290 | 0.0416 | 0.9438 | 0.9719 | 0.9855 | 0.9942 | 0.9350 | 0.9864 | 0.9900 | 0.8675 | 0.9741 |
|
89 |
+
| 0.0335 | 17.6471 | 300 | 0.0420 | 0.9402 | 0.9635 | 0.9846 | 0.9943 | 0.9062 | 0.9900 | 0.9900 | 0.8589 | 0.9716 |
|
90 |
+
| 0.0717 | 18.2353 | 310 | 0.0448 | 0.9375 | 0.9651 | 0.9837 | 0.9971 | 0.9144 | 0.9837 | 0.9891 | 0.8533 | 0.9702 |
|
91 |
+
| 0.0225 | 18.8235 | 320 | 0.0403 | 0.9405 | 0.9635 | 0.9847 | 0.9947 | 0.9058 | 0.9899 | 0.9904 | 0.8595 | 0.9716 |
|
92 |
+
| 0.0315 | 19.4118 | 330 | 0.0394 | 0.9444 | 0.9686 | 0.9855 | 0.9956 | 0.9230 | 0.9873 | 0.9901 | 0.8698 | 0.9732 |
|
93 |
+
| 0.0178 | 20.0 | 340 | 0.0390 | 0.9468 | 0.9733 | 0.9860 | 0.9960 | 0.9390 | 0.9850 | 0.9899 | 0.8763 | 0.9743 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
|
95 |
|
96 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 338531516
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93d74de79e00d80c93b13cfaf0b09cab4f3201ffa82edaddb8e6be2b130c25a8
|
3 |
size 338531516
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4667
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81730d3137c1f6ca8b94903061bf78926a81dd0623447ed257805fcc695a4678
|
3 |
size 4667
|