louislu9911 commited on
Commit
d52e137
1 Parent(s): bec6973

Model save

Browse files
Files changed (2) hide show
  1. README.md +34 -7
  2. model.safetensors +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.3560747663551402
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 [microsoft/resnet-152](https://huggingface.co/microsoft/resnet-152) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 4.1197
36
- - Accuracy: 0.3561
37
 
38
  ## Model description
39
 
@@ -61,15 +61,42 @@ 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: 3
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
- | 6.4984 | 0.99 | 24 | 5.4849 | 0.0771 |
71
- | 5.2526 | 1.98 | 48 | 4.2884 | 0.3290 |
72
- | 4.118 | 2.97 | 72 | 4.1197 | 0.3561 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
 
74
 
75
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.7995327102803739
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 [microsoft/resnet-152](https://huggingface.co/microsoft/resnet-152) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 0.5757
36
+ - Accuracy: 0.7995
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: 30
65
 
66
  ### Training results
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 7.2158 | 0.99 | 24 | 6.8151 | 0.0014 |
71
+ | 6.6136 | 1.98 | 48 | 5.6994 | 0.0463 |
72
+ | 4.7064 | 2.97 | 72 | 3.3529 | 0.4556 |
73
+ | 3.0888 | 4.0 | 97 | 2.1476 | 0.5921 |
74
+ | 1.8458 | 4.99 | 121 | 1.5884 | 0.6285 |
75
+ | 1.4168 | 5.98 | 145 | 1.2460 | 0.6589 |
76
+ | 1.1951 | 6.97 | 169 | 1.0658 | 0.6869 |
77
+ | 0.9871 | 8.0 | 194 | 0.9436 | 0.7037 |
78
+ | 0.9247 | 8.99 | 218 | 0.8640 | 0.7238 |
79
+ | 0.826 | 9.98 | 242 | 0.7977 | 0.7318 |
80
+ | 0.7964 | 10.97 | 266 | 0.7539 | 0.7509 |
81
+ | 0.7168 | 12.0 | 291 | 0.7179 | 0.7514 |
82
+ | 0.6893 | 12.99 | 315 | 0.6952 | 0.7631 |
83
+ | 0.687 | 13.98 | 339 | 0.6813 | 0.7640 |
84
+ | 0.6496 | 14.97 | 363 | 0.6577 | 0.7692 |
85
+ | 0.6477 | 16.0 | 388 | 0.6434 | 0.7813 |
86
+ | 0.5992 | 16.99 | 412 | 0.6389 | 0.7771 |
87
+ | 0.6059 | 17.98 | 436 | 0.6236 | 0.7907 |
88
+ | 0.5993 | 18.97 | 460 | 0.6181 | 0.7935 |
89
+ | 0.5802 | 20.0 | 485 | 0.6115 | 0.7911 |
90
+ | 0.5905 | 20.99 | 509 | 0.6005 | 0.7930 |
91
+ | 0.5825 | 21.98 | 533 | 0.5945 | 0.7953 |
92
+ | 0.5837 | 22.97 | 557 | 0.5882 | 0.7981 |
93
+ | 0.5501 | 24.0 | 582 | 0.5848 | 0.8023 |
94
+ | 0.5593 | 24.99 | 606 | 0.5861 | 0.7963 |
95
+ | 0.5454 | 25.98 | 630 | 0.5776 | 0.8014 |
96
+ | 0.5656 | 26.97 | 654 | 0.5793 | 0.7977 |
97
+ | 0.5708 | 28.0 | 679 | 0.5815 | 0.8005 |
98
+ | 0.5541 | 28.99 | 703 | 0.5749 | 0.8033 |
99
+ | 0.5439 | 29.69 | 720 | 0.5757 | 0.7995 |
100
 
101
 
102
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6a31cd1163ccf70feebf96935288aa454a39d2dab5ba563788ac4c291d7d1fe0
3
  size 241501816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65d8af14b76b88a72dba26c9f42886b968beebc64a154174afd93b4d1db2e341
3
  size 241501816