MoGHenry commited on
Commit
5f883ee
·
verified ·
1 Parent(s): 316816c

End of training

Browse files
Files changed (3) hide show
  1. README.md +6 -6
  2. model.safetensors +1 -1
  3. preprocessor_config.json +22 -0
README.md CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.0060
22
  - Accuracy: 1.0
23
 
24
  ## Model description
@@ -50,11 +50,11 @@ The following hyperparameters were used during training:
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | No log | 1.0 | 125 | 0.0508 | 1.0 |
54
- | No log | 2.0 | 250 | 0.0158 | 1.0 |
55
- | No log | 3.0 | 375 | 0.0085 | 1.0 |
56
- | 0.0854 | 4.0 | 500 | 0.0074 | 1.0 |
57
- | 0.0854 | 5.0 | 625 | 0.0060 | 1.0 |
58
 
59
 
60
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [microsoft/resnet-50](https://huggingface.co/microsoft/resnet-50) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0013
22
  - Accuracy: 1.0
23
 
24
  ## Model description
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | No log | 1.0 | 125 | 0.0057 | 1.0 |
54
+ | No log | 2.0 | 250 | 0.0030 | 1.0 |
55
+ | No log | 3.0 | 375 | 0.0017 | 1.0 |
56
+ | 0.0066 | 4.0 | 500 | 0.0014 | 1.0 |
57
+ | 0.0066 | 5.0 | 625 | 0.0013 | 1.0 |
58
 
59
 
60
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a837dfae93dcd1df6a1d332a2d1aa7c5010cb510af06787bcd193ed5d6a0371
3
  size 94302952
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a319a07fab2b8f6a38cd7a4118ab3e33b7d6fd6adeed856c7bd33eff09d16fab
3
  size 94302952
preprocessor_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_pct": 0.875,
3
+ "do_normalize": true,
4
+ "do_rescale": true,
5
+ "do_resize": true,
6
+ "image_mean": [
7
+ 0.485,
8
+ 0.456,
9
+ 0.406
10
+ ],
11
+ "image_processor_type": "ConvNextImageProcessor",
12
+ "image_std": [
13
+ 0.229,
14
+ 0.224,
15
+ 0.225
16
+ ],
17
+ "resample": 3,
18
+ "rescale_factor": 0.00392156862745098,
19
+ "size": {
20
+ "shortest_edge": 224
21
+ }
22
+ }