Commit
·
da1e5ae
1
Parent(s):
9a2aa41
End of training
Browse files
README.md
CHANGED
@@ -23,16 +23,16 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
-
value: 0.
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
-
value: 0.
|
30 |
- name: Precision
|
31 |
type: precision
|
32 |
-
value: 0.
|
33 |
- name: Recall
|
34 |
type: recall
|
35 |
-
value: 0.
|
36 |
---
|
37 |
|
38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -42,11 +42,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
42 |
|
43 |
This model was trained from scratch on the imagefolder dataset.
|
44 |
It achieves the following results on the evaluation set:
|
45 |
-
- Loss: 0.
|
46 |
-
- Accuracy: 0.
|
47 |
-
- F1: 0.
|
48 |
-
- Precision: 0.
|
49 |
-
- Recall: 0.
|
50 |
|
51 |
## Model description
|
52 |
|
@@ -80,10 +80,10 @@ The following hyperparameters were used during training:
|
|
80 |
|
81 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
82 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
83 |
-
| 0.
|
84 |
-
| 0.
|
85 |
-
| 0.
|
86 |
-
| 0.
|
87 |
|
88 |
|
89 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: Accuracy
|
25 |
type: accuracy
|
26 |
+
value: 0.6336664802907465
|
27 |
- name: F1
|
28 |
type: f1
|
29 |
+
value: 0.5299313932110667
|
30 |
- name: Precision
|
31 |
type: precision
|
32 |
+
value: 0.5977139389034999
|
33 |
- name: Recall
|
34 |
type: recall
|
35 |
+
value: 0.4759565042287555
|
36 |
---
|
37 |
|
38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
42 |
|
43 |
This model was trained from scratch on the imagefolder dataset.
|
44 |
It achieves the following results on the evaluation set:
|
45 |
+
- Loss: 0.6854
|
46 |
+
- Accuracy: 0.6337
|
47 |
+
- F1: 0.5299
|
48 |
+
- Precision: 0.5977
|
49 |
+
- Recall: 0.4760
|
50 |
|
51 |
## Model description
|
52 |
|
|
|
80 |
|
81 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
82 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
83 |
+
| 0.499 | 1.0 | 2015 | 0.7028 | 0.6189 | 0.4730 | 0.5911 | 0.3942 |
|
84 |
+
| 0.4738 | 2.0 | 4031 | 0.7003 | 0.6268 | 0.4981 | 0.5979 | 0.4268 |
|
85 |
+
| 0.4788 | 3.0 | 6047 | 0.7195 | 0.6148 | 0.4517 | 0.5906 | 0.3657 |
|
86 |
+
| 0.4523 | 4.0 | 8060 | 0.6854 | 0.6337 | 0.5299 | 0.5977 | 0.4760 |
|
87 |
|
88 |
|
89 |
### Framework versions
|