End of training
Browse files
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 No-label: nan
|
25 |
-
- Accuracy Object1: 0.
|
26 |
-
- Accuracy Object2: 0.
|
27 |
- Iou No-label: 0.0
|
28 |
-
- Iou Object1: 0.
|
29 |
-
- Iou Object2: 0.
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -45,9 +45,9 @@ More information needed
|
|
45 |
### Training hyperparameters
|
46 |
|
47 |
The following hyperparameters were used during training:
|
48 |
-
- learning_rate:
|
49 |
-
- train_batch_size:
|
50 |
-
- eval_batch_size:
|
51 |
- seed: 42
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
@@ -57,9 +57,13 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy No-label | Accuracy Object1 | Accuracy Object2 | Iou No-label | Iou Object1 | Iou Object2 |
|
59 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:-----------------:|:----------------:|:----------------:|:------------:|:-----------:|:-----------:|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
|
|
|
|
|
|
|
|
63 |
|
64 |
|
65 |
### 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.7816
|
21 |
+
- Mean Iou: 0.4625
|
22 |
+
- Mean Accuracy: 0.8009
|
23 |
+
- Overall Accuracy: 0.8059
|
24 |
- Accuracy No-label: nan
|
25 |
+
- Accuracy Object1: 0.6792
|
26 |
+
- Accuracy Object2: 0.9225
|
27 |
- Iou No-label: 0.0
|
28 |
+
- Iou Object1: 0.6389
|
29 |
+
- Iou Object2: 0.7485
|
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: 5
|
50 |
+
- eval_batch_size: 5
|
51 |
- seed: 42
|
52 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
53 |
- lr_scheduler_type: linear
|
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy No-label | Accuracy Object1 | Accuracy Object2 | Iou No-label | Iou Object1 | Iou Object2 |
|
59 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:-----------------:|:----------------:|:----------------:|:------------:|:-----------:|:-----------:|
|
60 |
+
| 0.9891 | 1.4286 | 20 | 1.0335 | 0.3298 | 0.6654 | 0.6772 | nan | 0.3809 | 0.9500 | 0.0 | 0.3618 | 0.6276 |
|
61 |
+
| 0.9534 | 2.8571 | 40 | 0.9094 | 0.3836 | 0.7262 | 0.7360 | nan | 0.4884 | 0.9640 | 0.0 | 0.4728 | 0.6778 |
|
62 |
+
| 0.8917 | 4.2857 | 60 | 0.8524 | 0.4227 | 0.7669 | 0.7743 | nan | 0.5876 | 0.9463 | 0.0 | 0.5603 | 0.7077 |
|
63 |
+
| 0.8488 | 5.7143 | 80 | 0.8163 | 0.4619 | 0.8056 | 0.8104 | nan | 0.6888 | 0.9223 | 0.0 | 0.6435 | 0.7422 |
|
64 |
+
| 0.8531 | 7.1429 | 100 | 0.7959 | 0.4541 | 0.7955 | 0.8008 | nan | 0.6679 | 0.9232 | 0.0 | 0.6264 | 0.7359 |
|
65 |
+
| 0.8254 | 8.5714 | 120 | 0.7843 | 0.4535 | 0.7927 | 0.7982 | nan | 0.6595 | 0.9259 | 0.0 | 0.6217 | 0.7389 |
|
66 |
+
| 0.832 | 10.0 | 140 | 0.7816 | 0.4625 | 0.8009 | 0.8059 | nan | 0.6792 | 0.9225 | 0.0 | 0.6389 | 0.7485 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
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:6268ec89fc945eb1b0947bcf910deca67ea51ba5b225b30911383d208d90e723
|
3 |
size 14885804
|
runs/Aug20_07-35-52_bdedd370450b/events.out.tfevents.1724139383.bdedd370450b.897.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1512b06840c413ade5e8710045e590fdd1ead3bd03eef09fcd44f99d41638b80
|
3 |
+
size 40287
|
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:8254c71e043503b2a459ab8a58e560bea11cb368d66302dc0670a042a48f29b7
|
3 |
size 5240
|