aashraychegu
commited on
End of training
Browse files- README.md +9 -9
- config.json +1 -1
- model.safetensors +2 -2
- 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 | Per Category Accuracy
|
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.0450
|
18 |
+
- Mean Iou: 0.9318
|
19 |
+
- Mean Accuracy: 0.9627
|
20 |
+
- Overall Accuracy: 0.9702
|
21 |
+
- Per Category Iou: [0.9495813672432459, 0.8813317337391693, 0.9644023822119229]
|
22 |
+
- Per Category Accuracy: [0.9727012766324794, 0.9289302189435307, 0.9865368010395725]
|
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.055 | 1.0 | 2926 | 0.0450 | 0.9318 | 0.9627 | 0.9702 | [0.9495813672432459, 0.8813317337391693, 0.9644023822119229] | [0.9727012766324794, 0.9289302189435307, 0.9865368010395725] |
|
55 |
|
56 |
|
57 |
### Framework versions
|
config.json
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
"classifier_dropout_prob": 0.1,
|
7 |
"decoder_hidden_size": 1024,
|
8 |
"depths": [
|
9 |
-
|
10 |
8,
|
11 |
18,
|
12 |
3
|
|
|
6 |
"classifier_dropout_prob": 0.1,
|
7 |
"decoder_hidden_size": 1024,
|
8 |
"depths": [
|
9 |
+
6,
|
10 |
8,
|
11 |
18,
|
12 |
3
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1a8064070e889bebaaa6a7c3b650e56afa12901be4a9a985a40a76c816bbcab
|
3 |
+
size 384728188
|
training_args.bin
CHANGED
Binary files a/training_args.bin and b/training_args.bin differ
|
|