Model save
Browse files
README.md
CHANGED
@@ -23,10 +23,10 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: F1
|
25 |
type: f1
|
26 |
-
value: 0.
|
27 |
- name: Accuracy
|
28 |
type: accuracy
|
29 |
-
value: 0.
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -36,10 +36,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
36 |
|
37 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
-
- Loss: 0.
|
40 |
-
- F1: 0.
|
41 |
-
- Roc Auc: 0.
|
42 |
-
- Accuracy: 0.
|
43 |
|
44 |
## Model description
|
45 |
|
@@ -73,11 +73,11 @@ The following hyperparameters were used during training:
|
|
73 |
|
74 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
75 |
|:-------------:|:-----:|:----:|:---------------:|:----:|:-------:|:--------:|
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
|
82 |
|
83 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: F1
|
25 |
type: f1
|
26 |
+
value: 0.93
|
27 |
- name: Accuracy
|
28 |
type: accuracy
|
29 |
+
value: 0.92
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
36 |
|
37 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
+
- Loss: 0.1817
|
40 |
+
- F1: 0.93
|
41 |
+
- Roc Auc: 0.95
|
42 |
+
- Accuracy: 0.92
|
43 |
|
44 |
## Model description
|
45 |
|
|
|
73 |
|
74 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
|
75 |
|:-------------:|:-----:|:----:|:---------------:|:----:|:-------:|:--------:|
|
76 |
+
| 0.5369 | 1.0 | 122 | 0.5339 | 0.53 | 0.67 | 0.41 |
|
77 |
+
| 0.3995 | 2.0 | 245 | 0.3591 | 0.8 | 0.84 | 0.73 |
|
78 |
+
| 0.2357 | 3.0 | 367 | 0.2492 | 0.89 | 0.92 | 0.88 |
|
79 |
+
| 0.1409 | 4.0 | 490 | 0.2015 | 0.91 | 0.93 | 0.9 |
|
80 |
+
| 0.1137 | 4.98 | 610 | 0.1817 | 0.93 | 0.95 | 0.92 |
|
81 |
|
82 |
|
83 |
### Framework versions
|