Model save
Browse files- README.md +22 -17
- model.safetensors +1 -1
README.md
CHANGED
@@ -2,8 +2,6 @@
|
|
2 |
license: apache-2.0
|
3 |
base_model: microsoft/beit-base-patch16-224-pt22k-ft22k
|
4 |
tags:
|
5 |
-
- image-segmentation
|
6 |
-
- vision
|
7 |
- generated_from_trainer
|
8 |
model-index:
|
9 |
- name: beit-base-patch16-224-pt22k-ft22k-finetuned-plantorgans
|
@@ -15,22 +13,22 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# beit-base-patch16-224-pt22k-ft22k-finetuned-plantorgans
|
17 |
|
18 |
-
This model is a fine-tuned version of [microsoft/beit-base-patch16-224-pt22k-ft22k](https://huggingface.co/microsoft/beit-base-patch16-224-pt22k-ft22k) on
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 1.
|
21 |
-
- Mean Iou: 0.
|
22 |
-
- Mean Accuracy: 0.
|
23 |
-
- Overall Accuracy: 0.
|
24 |
- Accuracy Void: nan
|
25 |
-
- Accuracy Fruit: 0.
|
26 |
- Accuracy Leaf: 0.0
|
27 |
- Accuracy Flower: 0.0
|
28 |
-
- Accuracy Stem: 0.
|
29 |
- Iou Void: 0.0
|
30 |
-
- Iou Fruit: 0.
|
31 |
- Iou Leaf: 0.0
|
32 |
- Iou Flower: 0.0
|
33 |
-
- Iou Stem: 0.
|
34 |
|
35 |
## Model description
|
36 |
|
@@ -56,15 +54,22 @@ The following hyperparameters were used during training:
|
|
56 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
57 |
- lr_scheduler_type: linear
|
58 |
- lr_scheduler_warmup_steps: 100
|
59 |
-
- num_epochs:
|
60 |
|
61 |
### Training results
|
62 |
|
63 |
-
| Training Loss | Epoch | Step |
|
64 |
-
|
65 |
-
|
|
66 |
-
| 0.
|
67 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
|
70 |
### Framework versions
|
|
|
2 |
license: apache-2.0
|
3 |
base_model: microsoft/beit-base-patch16-224-pt22k-ft22k
|
4 |
tags:
|
|
|
|
|
5 |
- generated_from_trainer
|
6 |
model-index:
|
7 |
- name: beit-base-patch16-224-pt22k-ft22k-finetuned-plantorgans
|
|
|
13 |
|
14 |
# beit-base-patch16-224-pt22k-ft22k-finetuned-plantorgans
|
15 |
|
16 |
+
This model is a fine-tuned version of [microsoft/beit-base-patch16-224-pt22k-ft22k](https://huggingface.co/microsoft/beit-base-patch16-224-pt22k-ft22k) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.2004
|
19 |
+
- Mean Iou: 0.0260
|
20 |
+
- Mean Accuracy: 0.0325
|
21 |
+
- Overall Accuracy: 0.0435
|
22 |
- Accuracy Void: nan
|
23 |
+
- Accuracy Fruit: 0.1299
|
24 |
- Accuracy Leaf: 0.0
|
25 |
- Accuracy Flower: 0.0
|
26 |
+
- Accuracy Stem: 0.0001
|
27 |
- Iou Void: 0.0
|
28 |
+
- Iou Fruit: 0.1299
|
29 |
- Iou Leaf: 0.0
|
30 |
- Iou Flower: 0.0
|
31 |
+
- Iou Stem: 0.0001
|
32 |
|
33 |
## Model description
|
34 |
|
|
|
54 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
55 |
- lr_scheduler_type: linear
|
56 |
- lr_scheduler_warmup_steps: 100
|
57 |
+
- num_epochs: 10.0
|
58 |
|
59 |
### Training results
|
60 |
|
61 |
+
| Training Loss | Epoch | Step | Validation Loss | Mean Iou | Mean Accuracy | Overall Accuracy | Accuracy Void | Accuracy Fruit | Accuracy Leaf | Accuracy Flower | Accuracy Stem | Iou Void | Iou Fruit | Iou Leaf | Iou Flower | Iou Stem |
|
62 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-------------:|:----------------:|:-------------:|:--------------:|:-------------:|:---------------:|:-------------:|:--------:|:---------:|:--------:|:----------:|:--------:|
|
63 |
+
| 1.0657 | 1.0 | 575 | 1.1178 | 0.0158 | 0.0197 | 0.0261 | nan | 0.0776 | 0.0 | 0.0 | 0.0012 | 0.0 | 0.0776 | 0.0 | 0.0 | 0.0012 |
|
64 |
+
| 0.5398 | 2.0 | 1150 | 1.0816 | 0.0361 | 0.0451 | 0.0599 | nan | 0.1783 | 0.0000 | 0.0 | 0.0020 | 0.0 | 0.1783 | 0.0000 | 0.0 | 0.0020 |
|
65 |
+
| 0.4794 | 3.0 | 1725 | 1.2122 | 0.0110 | 0.0138 | 0.0179 | nan | 0.0517 | 0.0003 | 0.0 | 0.0032 | 0.0 | 0.0517 | 0.0003 | 0.0 | 0.0032 |
|
66 |
+
| 0.446 | 4.0 | 2300 | 1.3138 | 0.0114 | 0.0142 | 0.0189 | nan | 0.0562 | 0.0 | 0.0 | 0.0006 | 0.0 | 0.0562 | 0.0 | 0.0 | 0.0006 |
|
67 |
+
| 0.4422 | 5.0 | 2875 | 1.2360 | 0.0005 | 0.0006 | 0.0006 | nan | 0.0012 | 0.0 | 0.0 | 0.0013 | 0.0 | 0.0012 | 0.0 | 0.0 | 0.0013 |
|
68 |
+
| 0.4183 | 6.0 | 3450 | 1.3598 | 0.0177 | 0.0221 | 0.0296 | nan | 0.0885 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0885 | 0.0 | 0.0 | 0.0 |
|
69 |
+
| 0.3921 | 7.0 | 4025 | 1.2523 | 0.0267 | 0.0333 | 0.0446 | nan | 0.1333 | 0.0000 | 0.0 | 0.0 | 0.0 | 0.1333 | 0.0000 | 0.0 | 0.0 |
|
70 |
+
| 0.3743 | 8.0 | 4600 | 1.3146 | 0.0401 | 0.0502 | 0.0670 | nan | 0.2002 | 0.0 | 0.0 | 0.0005 | 0.0 | 0.2001 | 0.0 | 0.0 | 0.0005 |
|
71 |
+
| 0.3695 | 9.0 | 5175 | 1.2873 | 0.0294 | 0.0368 | 0.0492 | nan | 0.1472 | 0.0 | 0.0 | 0.0001 | 0.0 | 0.1471 | 0.0 | 0.0 | 0.0001 |
|
72 |
+
| 0.3796 | 10.0 | 5750 | 1.2004 | 0.0260 | 0.0325 | 0.0435 | nan | 0.1299 | 0.0 | 0.0 | 0.0001 | 0.0 | 0.1299 | 0.0 | 0.0 | 0.0001 |
|
73 |
|
74 |
|
75 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 649979552
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21742a0f9a200656c0609d31cf09cab45dfa9f1e45f94b825dd521b01c26a294
|
3 |
size 649979552
|