rishitunu commited on
Commit
020a7dc
1 Parent(s): 7156b18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -17,14 +17,14 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [nvidia/mit-b5](https://huggingface.co/nvidia/mit-b5) on the rishitunu/ecc_crackdetector dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.1935
21
- - Mean Iou: 0.1871
22
- - Mean Accuracy: 0.3741
23
- - Overall Accuracy: 0.3741
24
  - Accuracy Background: nan
25
- - Accuracy Crack: 0.3741
26
  - Iou Background: 0.0
27
- - Iou Crack: 0.3741
28
 
29
  ## Model description
30
 
@@ -45,7 +45,7 @@ More information needed
45
  The following hyperparameters were used during training:
46
  - learning_rate: 6e-05
47
  - train_batch_size: 2
48
- - eval_batch_size: 1
49
  - seed: 1337
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: polynomial
 
17
 
18
  This model is a fine-tuned version of [nvidia/mit-b5](https://huggingface.co/nvidia/mit-b5) on the rishitunu/ecc_crackdetector dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0351
21
+ - Mean Iou: 0.9171
22
+ - Mean Accuracy: 0.8041
23
+ - Overall Accuracy: 0.8041
24
  - Accuracy Background: nan
25
+ - Accuracy Crack: 0.8041
26
  - Iou Background: 0.0
27
+ - Iou Crack: 0.9171
28
 
29
  ## Model description
30
 
 
45
  The following hyperparameters were used during training:
46
  - learning_rate: 6e-05
47
  - train_batch_size: 2
48
+ - eval_batch_size: 2
49
  - seed: 1337
50
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
  - lr_scheduler_type: polynomial