End of training
Browse files- README.md +17 -23
- config.json +1 -1
- model.safetensors +1 -1
- runs/Aug21_10-26-58_098ec4303bbe/events.out.tfevents.1724236038.098ec4303bbe.2437.3 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
base_model: nvidia/mit-b0
|
3 |
license: other
|
|
|
4 |
tags:
|
5 |
- vision
|
6 |
- image-segmentation
|
@@ -17,16 +17,16 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the saad7489/SixraygunTest 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 Bkg: 0.
|
25 |
-
- Accuracy Knife: 0.
|
26 |
-
- Accuracy Gun: 0.
|
27 |
-
- Iou Bkg: 0.
|
28 |
-
- Iou Knife: 0.
|
29 |
-
- Iou Gun: 0.
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -45,28 +45,22 @@ More information needed
|
|
45 |
### Training hyperparameters
|
46 |
|
47 |
The following hyperparameters were used during training:
|
48 |
-
- learning_rate:
|
49 |
- train_batch_size: 20
|
50 |
- eval_batch_size: 20
|
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 Bkg | Accuracy Knife | Accuracy Gun | Iou Bkg | Iou Knife | Iou Gun |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:------------:|:--------------:|:------------:|:-------:|:---------:|:-------:|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.4154 | 25.0 | 100 | 0.3958 | 0.7526 | 0.8997 | 0.9791 | 0.9852 | 0.8206 | 0.8934 | 0.9800 | 0.6237 | 0.6540 |
|
65 |
-
| 0.3659 | 30.0 | 120 | 0.3529 | 0.7810 | 0.8969 | 0.9832 | 0.9899 | 0.7932 | 0.9076 | 0.9844 | 0.6814 | 0.6773 |
|
66 |
-
| 0.3616 | 35.0 | 140 | 0.3253 | 0.7949 | 0.8937 | 0.9848 | 0.9918 | 0.8004 | 0.8889 | 0.9858 | 0.6954 | 0.7035 |
|
67 |
-
| 0.3666 | 40.0 | 160 | 0.3110 | 0.8018 | 0.9085 | 0.9852 | 0.9911 | 0.8255 | 0.9087 | 0.9863 | 0.7079 | 0.7112 |
|
68 |
-
| 0.3082 | 45.0 | 180 | 0.2983 | 0.8011 | 0.9037 | 0.9852 | 0.9914 | 0.8195 | 0.9002 | 0.9863 | 0.6982 | 0.7189 |
|
69 |
-
| 0.3097 | 50.0 | 200 | 0.2923 | 0.8066 | 0.9078 | 0.9857 | 0.9917 | 0.8251 | 0.9065 | 0.9869 | 0.7133 | 0.7196 |
|
70 |
|
71 |
|
72 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
license: other
|
3 |
+
base_model: nvidia/mit-b0
|
4 |
tags:
|
5 |
- vision
|
6 |
- image-segmentation
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the saad7489/SixraygunTest dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.2720
|
21 |
+
- Mean Iou: 0.8171
|
22 |
+
- Mean Accuracy: 0.9114
|
23 |
+
- Overall Accuracy: 0.9868
|
24 |
+
- Accuracy Bkg: 0.9925
|
25 |
+
- Accuracy Knife: 0.8345
|
26 |
+
- Accuracy Gun: 0.9072
|
27 |
+
- Iou Bkg: 0.9878
|
28 |
+
- Iou Knife: 0.7337
|
29 |
+
- Iou Gun: 0.7298
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
45 |
### Training hyperparameters
|
46 |
|
47 |
The following hyperparameters were used during training:
|
48 |
+
- learning_rate: 1e-05
|
49 |
- train_batch_size: 20
|
50 |
- eval_batch_size: 20
|
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 Bkg | Accuracy Knife | Accuracy Gun | Iou Bkg | Iou Knife | Iou Gun |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:------------:|:--------------:|:------------:|:-------:|:---------:|:-------:|
|
60 |
+
| 0.2986 | 5.0 | 20 | 0.2833 | 0.8180 | 0.9092 | 0.9869 | 0.9928 | 0.8290 | 0.9057 | 0.9879 | 0.7362 | 0.7299 |
|
61 |
+
| 0.2801 | 10.0 | 40 | 0.2780 | 0.8141 | 0.9117 | 0.9864 | 0.9921 | 0.8366 | 0.9063 | 0.9875 | 0.7281 | 0.7268 |
|
62 |
+
| 0.2908 | 15.0 | 60 | 0.2739 | 0.8178 | 0.9075 | 0.9869 | 0.9930 | 0.8289 | 0.9005 | 0.9880 | 0.7332 | 0.7321 |
|
63 |
+
| 0.2928 | 20.0 | 80 | 0.2720 | 0.8171 | 0.9114 | 0.9868 | 0.9925 | 0.8345 | 0.9072 | 0.9878 | 0.7337 | 0.7298 |
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
|
66 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"SegformerForSemanticSegmentation"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "saad7489/segformer-b0-finetuned-segments-SixrayKnife8-21-2024_saad5",
|
3 |
"architectures": [
|
4 |
"SegformerForSemanticSegmentation"
|
5 |
],
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14885804
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf16053b7b016dd51e4ec0a7009f864ad0105f5c0e46a302a31dd49a3dd252dc
|
3 |
size 14885804
|
runs/Aug21_10-26-58_098ec4303bbe/events.out.tfevents.1724236038.098ec4303bbe.2437.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:717efe6cc1a6c23629a0e958495ad4f6c0cbd2856e870a1351d21c67df868869
|
3 |
+
size 25447
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c2467dbda006b95082d2dffb05b568221beb8c32f66e9d8272f032ddce19f09
|
3 |
size 5240
|