Update README.md
Browse files
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.
|
| 21 |
-
- Mean Iou: 0.
|
| 22 |
-
- Mean Accuracy: 0.
|
| 23 |
-
- Overall Accuracy: 0.
|
| 24 |
- Accuracy Background: nan
|
| 25 |
-
- Accuracy Crack: 0.
|
| 26 |
- Iou Background: 0.0
|
| 27 |
-
- Iou Crack: 0.
|
| 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:
|
| 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
|