system-admin
commited on
Commit
•
2ee5473
1
Parent(s):
93494a0
Model save
Browse files- README.md +25 -16
- model.safetensors +1 -1
README.md
CHANGED
@@ -22,7 +22,7 @@ model-index:
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
-
value: 0.
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
This model is a fine-tuned version of [NiharGupte/swin-tiny-patch4-window7-224-finetuned-student_six_classes](https://huggingface.co/NiharGupte/swin-tiny-patch4-window7-224-finetuned-student_six_classes) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
-
- Accuracy: 0.
|
37 |
|
38 |
## Model description
|
39 |
|
@@ -61,22 +61,31 @@ The following hyperparameters were used during training:
|
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_ratio: 0.1
|
64 |
-
- num_epochs:
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
-
| Training Loss | Epoch
|
69 |
-
|
70 |
-
| No log | 0.9231
|
71 |
-
| No log | 1.8462
|
72 |
-
| No log | 2.7692
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
-
| 0.
|
77 |
-
| 0.
|
78 |
-
| 0.
|
79 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
|
81 |
|
82 |
### Framework versions
|
|
|
22 |
metrics:
|
23 |
- name: Accuracy
|
24 |
type: accuracy
|
25 |
+
value: 0.83
|
26 |
---
|
27 |
|
28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
32 |
|
33 |
This model is a fine-tuned version of [NiharGupte/swin-tiny-patch4-window7-224-finetuned-student_six_classes](https://huggingface.co/NiharGupte/swin-tiny-patch4-window7-224-finetuned-student_six_classes) on the imagefolder dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.4176
|
36 |
+
- Accuracy: 0.83
|
37 |
|
38 |
## Model description
|
39 |
|
|
|
61 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
62 |
- lr_scheduler_type: linear
|
63 |
- lr_scheduler_warmup_ratio: 0.1
|
64 |
+
- num_epochs: 20
|
65 |
|
66 |
### Training results
|
67 |
|
68 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
69 |
+
|:-------------:|:-------:|:----:|:---------------:|:--------:|
|
70 |
+
| No log | 0.9231 | 3 | 0.4943 | 0.78 |
|
71 |
+
| No log | 1.8462 | 6 | 0.4716 | 0.78 |
|
72 |
+
| No log | 2.7692 | 9 | 0.4725 | 0.81 |
|
73 |
+
| 0.3732 | 4.0 | 13 | 0.4678 | 0.78 |
|
74 |
+
| 0.3732 | 4.9231 | 16 | 0.4779 | 0.78 |
|
75 |
+
| 0.3732 | 5.8462 | 19 | 0.4564 | 0.79 |
|
76 |
+
| 0.3459 | 6.7692 | 22 | 0.4556 | 0.82 |
|
77 |
+
| 0.3459 | 8.0 | 26 | 0.4757 | 0.77 |
|
78 |
+
| 0.3459 | 8.9231 | 29 | 0.4773 | 0.77 |
|
79 |
+
| 0.3273 | 9.8462 | 32 | 0.4661 | 0.77 |
|
80 |
+
| 0.3273 | 10.7692 | 35 | 0.4518 | 0.79 |
|
81 |
+
| 0.3273 | 12.0 | 39 | 0.4405 | 0.81 |
|
82 |
+
| 0.2974 | 12.9231 | 42 | 0.4359 | 0.82 |
|
83 |
+
| 0.2974 | 13.8462 | 45 | 0.4298 | 0.82 |
|
84 |
+
| 0.2974 | 14.7692 | 48 | 0.4242 | 0.84 |
|
85 |
+
| 0.2874 | 16.0 | 52 | 0.4199 | 0.84 |
|
86 |
+
| 0.2874 | 16.9231 | 55 | 0.4185 | 0.83 |
|
87 |
+
| 0.2874 | 17.8462 | 58 | 0.4179 | 0.83 |
|
88 |
+
| 0.2737 | 18.4615 | 60 | 0.4176 | 0.83 |
|
89 |
|
90 |
|
91 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 110342832
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6129ff8871d62904f7042aa2de5a5a8be060434c05d42e182321352da89b164
|
3 |
size 110342832
|