End of training
Browse files- README.md +9 -9
- model.safetensors +1 -1
- training_args.bin +0 -0
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 [](https://huggingface.co/) on an unknown 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.
|
22 |
-
- Per Category Accuracy: [0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -49,9 +49,9 @@ The following hyperparameters were used during training:
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
-
| Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Per Category Iou
|
53 |
-
|
54 |
-
| 0.
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
14 |
|
15 |
This model is a fine-tuned version of [](https://huggingface.co/) on an unknown dataset.
|
16 |
It achieves the following results on the evaluation set:
|
17 |
+
- Loss: 0.0488
|
18 |
+
- Mean Iou: 0.9289
|
19 |
+
- Mean Accuracy: 0.9613
|
20 |
+
- Overall Accuracy: 0.9689
|
21 |
+
- Per Category Iou: [0.9484225100312303, 0.875795429449281, 0.9626254685949275]
|
22 |
+
- Per Category Accuracy: [0.9725549195530643, 0.9263729934338871, 0.9850380570292713]
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Per Category Iou | Per Category Accuracy |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:-----------------------------------------------------------:|:------------------------------------------------------------:|
|
54 |
+
| 0.1259 | 1.0 | 1405 | 0.0488 | 0.9289 | 0.9613 | 0.9689 | [0.9484225100312303, 0.875795429449281, 0.9626254685949275] | [0.9725549195530643, 0.9263729934338871, 0.9850380570292713] |
|
55 |
|
56 |
|
57 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 109447092
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab808230debab3753ae21a7fe877629a6e4822ffc455074fa7be301903932fb3
|
3 |
size 109447092
|
training_args.bin
CHANGED
Binary files a/training_args.bin and b/training_args.bin differ
|
|