update model card README.md
Browse files
README.md
CHANGED
@@ -14,12 +14,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
-
- Loss: 0.
|
18 |
-
- Mean Iou: 0.
|
19 |
-
- Mean Accuracy: 0.
|
20 |
-
- Overall Accuracy: 0.
|
21 |
-
- Per Category Iou: [0.0, 0.
|
22 |
-
- Per Category Accuracy: [nan, 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -48,9 +48,9 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
-
| Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Per Category Iou
|
52 |
-
|
53 |
-
| 0.
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [nvidia/mit-b0](https://huggingface.co/nvidia/mit-b0) on the None dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.6495
|
18 |
+
- Mean Iou: 0.1549
|
19 |
+
- Mean Accuracy: 0.2548
|
20 |
+
- Overall Accuracy: 0.2632
|
21 |
+
- Per Category Iou: [0.0, 0.2648086869349988, 0.1998372928797926]
|
22 |
+
- Per Category Accuracy: [nan, 0.30456581671196054, 0.20506315591233834]
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Per Category Iou | Per Category Accuracy |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:---------------------------------------------:|:-----------------------------------------------:|
|
53 |
+
| 0.7106 | 0.61 | 20 | 0.6495 | 0.1549 | 0.2548 | 0.2632 | [0.0, 0.2648086869349988, 0.1998372928797926] | [nan, 0.30456581671196054, 0.20506315591233834] |
|
54 |
|
55 |
|
56 |
### Framework versions
|