kasumi222 commited on
Commit
3a1d87e
·
1 Parent(s): 3cd73fb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
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.6642
18
- - Mean Iou: 0.1376
19
- - Mean Accuracy: 0.2220
20
- - Overall Accuracy: 0.2268
21
- - Per Category Iou: [0.0, 0.22412411489163372, 0.18861218384055423]
22
- - Per Category Accuracy: [nan, 0.25080184838168496, 0.1931572008973657]
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 | Per Category Accuracy |
52
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:-----------------------------------------------:|:----------------------------------------------:|
53
- | 0.7101 | 0.61 | 20 | 0.6642 | 0.1376 | 0.2220 | 0.2268 | [0.0, 0.22412411489163372, 0.18861218384055423] | [nan, 0.25080184838168496, 0.1931572008973657] |
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