SonishMaharjan
commited on
Commit
•
20c7cf0
1
Parent(s):
2e5a033
Model save
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,17 +31,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [microsoft/dit-base](https://huggingface.co/microsoft/dit-base) on the imagefolder dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- Accuracy: 0.
|
36 |
-
- Weighted f1: 0.
|
37 |
-
- Micro f1: 0.
|
38 |
-
- Macro f1: 0.
|
39 |
-
- Weighted recall: 0.
|
40 |
-
- Micro recall: 0.
|
41 |
-
- Macro recall: 0.
|
42 |
-
- Weighted precision: 0.
|
43 |
-
- Micro precision: 0.
|
44 |
-
- Macro precision: 0.
|
45 |
|
46 |
## Model description
|
47 |
|
@@ -75,9 +75,9 @@ The following hyperparameters were used during training:
|
|
75 |
|
76 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted f1 | Micro f1 | Macro f1 | Weighted recall | Micro recall | Macro recall | Weighted precision | Micro precision | Macro precision |
|
77 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
|
78 |
-
|
|
79 |
-
| 0.
|
80 |
-
| 0.
|
81 |
|
82 |
|
83 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.8741148701809599
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [microsoft/dit-base](https://huggingface.co/microsoft/dit-base) on the imagefolder dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.2285
|
35 |
+
- Accuracy: 0.8741
|
36 |
+
- Weighted f1: 0.8720
|
37 |
+
- Micro f1: 0.8741
|
38 |
+
- Macro f1: 0.8640
|
39 |
+
- Weighted recall: 0.8741
|
40 |
+
- Micro recall: 0.8741
|
41 |
+
- Macro recall: 0.8626
|
42 |
+
- Weighted precision: 0.8780
|
43 |
+
- Micro precision: 0.8741
|
44 |
+
- Macro precision: 0.8745
|
45 |
|
46 |
## Model description
|
47 |
|
|
|
75 |
|
76 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted f1 | Micro f1 | Macro f1 | Weighted recall | Micro recall | Macro recall | Weighted precision | Micro precision | Macro precision |
|
77 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
|
78 |
+
| 0.8637 | 0.98 | 38 | 0.5986 | 0.6778 | 0.5949 | 0.6778 | 0.5662 | 0.6778 | 0.6778 | 0.6474 | 0.7506 | 0.6778 | 0.7511 |
|
79 |
+
| 0.5018 | 1.99 | 77 | 0.2707 | 0.8517 | 0.8453 | 0.8517 | 0.8377 | 0.8517 | 0.8517 | 0.8345 | 0.8588 | 0.8517 | 0.8623 |
|
80 |
+
| 0.3761 | 2.94 | 114 | 0.2285 | 0.8741 | 0.8720 | 0.8741 | 0.8640 | 0.8741 | 0.8741 | 0.8626 | 0.8780 | 0.8741 | 0.8745 |
|
81 |
|
82 |
|
83 |
### Framework versions
|