louislu9911 commited on
Commit
ddde838
1 Parent(s): 971084b

Model save

Browse files
Files changed (2) hide show
  1. README.md +36 -36
  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.7995327102803739
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: 0.5757
36
- - Accuracy: 0.7995
37
 
38
  ## Model description
39
 
@@ -53,11 +53,11 @@ More information needed
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 5e-05
56
- - train_batch_size: 200
57
- - eval_batch_size: 200
58
  - seed: 42
59
  - gradient_accumulation_steps: 4
60
- - total_train_batch_size: 800
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
@@ -67,36 +67,36 @@ The following hyperparameters were used during training:
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
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.7397196261682243
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.7961
36
+ - Accuracy: 0.7397
37
 
38
  ## Model description
39
 
 
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 5e-05
56
+ - train_batch_size: 480
57
+ - eval_batch_size: 480
58
  - seed: 42
59
  - gradient_accumulation_steps: 4
60
+ - total_train_batch_size: 1920
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
 
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 7.309 | 0.98 | 10 | 7.0088 | 0.0028 |
71
+ | 6.9946 | 1.95 | 20 | 6.4363 | 0.0061 |
72
+ | 6.4082 | 2.93 | 30 | 5.5840 | 0.0673 |
73
+ | 5.6018 | 4.0 | 41 | 4.1884 | 0.3687 |
74
+ | 4.5652 | 4.98 | 51 | 3.3123 | 0.4640 |
75
+ | 3.6106 | 5.95 | 61 | 2.7918 | 0.5136 |
76
+ | 2.9184 | 6.93 | 71 | 2.3762 | 0.5636 |
77
+ | 2.3775 | 8.0 | 82 | 1.9163 | 0.6084 |
78
+ | 2.0119 | 8.98 | 92 | 1.7038 | 0.6299 |
79
+ | 1.7519 | 9.95 | 102 | 1.5220 | 0.6411 |
80
+ | 1.4995 | 10.93 | 112 | 1.3828 | 0.6575 |
81
+ | 1.3648 | 12.0 | 123 | 1.2715 | 0.6668 |
82
+ | 1.2357 | 12.98 | 133 | 1.2040 | 0.6692 |
83
+ | 1.1606 | 13.95 | 143 | 1.1249 | 0.6785 |
84
+ | 1.0793 | 14.93 | 153 | 1.0600 | 0.6897 |
85
+ | 1.0332 | 16.0 | 164 | 1.0160 | 0.6935 |
86
+ | 0.9724 | 16.98 | 174 | 0.9706 | 0.7047 |
87
+ | 0.9349 | 17.95 | 184 | 0.9524 | 0.7075 |
88
+ | 0.895 | 18.93 | 194 | 0.9210 | 0.7093 |
89
+ | 0.8913 | 20.0 | 205 | 0.9007 | 0.7168 |
90
+ | 0.8519 | 20.98 | 215 | 0.8672 | 0.7229 |
91
+ | 0.8434 | 21.95 | 225 | 0.8432 | 0.7252 |
92
+ | 0.8346 | 22.93 | 235 | 0.8307 | 0.7304 |
93
+ | 0.8019 | 24.0 | 246 | 0.8154 | 0.7308 |
94
+ | 0.8001 | 24.98 | 256 | 0.8121 | 0.7327 |
95
+ | 0.7813 | 25.95 | 266 | 0.8036 | 0.7341 |
96
+ | 0.7845 | 26.93 | 276 | 0.8025 | 0.7383 |
97
+ | 0.7635 | 28.0 | 287 | 0.7934 | 0.7444 |
98
+ | 0.7782 | 28.98 | 297 | 0.7910 | 0.7421 |
99
+ | 0.7634 | 29.27 | 300 | 0.7961 | 0.7397 |
100
 
101
 
102
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:172b4dc04a8d87442521259f70f9a677c1fb4bab11f3e1024081de7204739f39
3
  size 241501816
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:082deb2909a649cdc610700c71d6d1444541b75ed1347773543812f47986c91a
3
  size 241501816