Erik W commited on
Commit
50f966a
1 Parent(s): 5595175

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Accuracy
26
  type: accuracy
27
- value: 0.9888888888888889
28
  - name: F1
29
  type: f1
30
- value: 0.9888960568775346
31
  - name: Precision
32
  type: precision
33
- value: 0.9889615535194125
34
  - name: Recall
35
  type: recall
36
- value: 0.9888888888888889
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
43
 
44
  This model is a fine-tuned version of [microsoft/swinv2-tiny-patch4-window8-256](https://huggingface.co/microsoft/swinv2-tiny-patch4-window8-256) on the imagefolder dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.0383
47
- - Accuracy: 0.9889
48
- - F1: 0.9889
49
- - Precision: 0.9890
50
- - Recall: 0.9889
51
 
52
  ## Model description
53
 
@@ -81,11 +81,11 @@ The following hyperparameters were used during training:
81
 
82
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
83
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
84
- | 0.3514 | 1.0 | 95 | 0.1291 | 0.9563 | 0.9566 | 0.9584 | 0.9563 |
85
- | 0.2514 | 2.0 | 190 | 0.0652 | 0.9778 | 0.9778 | 0.9780 | 0.9778 |
86
- | 0.1703 | 3.0 | 285 | 0.0464 | 0.9841 | 0.9841 | 0.9842 | 0.9841 |
87
- | 0.1449 | 4.0 | 380 | 0.0422 | 0.9863 | 0.9863 | 0.9864 | 0.9863 |
88
- | 0.1303 | 5.0 | 475 | 0.0383 | 0.9889 | 0.9889 | 0.9890 | 0.9889 |
89
 
90
 
91
  ### Framework versions
 
24
  metrics:
25
  - name: Accuracy
26
  type: accuracy
27
+ value: 0.9825925925925926
28
  - name: F1
29
  type: f1
30
+ value: 0.9825868474705166
31
  - name: Precision
32
  type: precision
33
+ value: 0.9828193476192771
34
  - name: Recall
35
  type: recall
36
+ value: 0.9825925925925926
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
43
 
44
  This model is a fine-tuned version of [microsoft/swinv2-tiny-patch4-window8-256](https://huggingface.co/microsoft/swinv2-tiny-patch4-window8-256) on the imagefolder dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.0510
47
+ - Accuracy: 0.9826
48
+ - F1: 0.9826
49
+ - Precision: 0.9828
50
+ - Recall: 0.9826
51
 
52
  ## Model description
53
 
 
81
 
82
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
83
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
84
+ | 0.4479 | 1.0 | 95 | 0.1592 | 0.9478 | 0.9478 | 0.9500 | 0.9478 |
85
+ | 0.3078 | 2.0 | 190 | 0.0914 | 0.9685 | 0.9686 | 0.9695 | 0.9685 |
86
+ | 0.2307 | 3.0 | 285 | 0.0603 | 0.9785 | 0.9785 | 0.9790 | 0.9785 |
87
+ | 0.227 | 4.0 | 380 | 0.0531 | 0.9811 | 0.9811 | 0.9814 | 0.9811 |
88
+ | 0.1674 | 5.0 | 475 | 0.0510 | 0.9826 | 0.9826 | 0.9828 | 0.9826 |
89
 
90
 
91
  ### Framework versions