andrecastro commited on
Commit
6d90e18
1 Parent(s): 57813db

Model save

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -24,13 +24,13 @@ model-index:
24
  metrics:
25
  - name: Accuracy
26
  type: accuracy
27
- value: 0.6343582887700535
28
  - name: Precision
29
  type: precision
30
- value: 0.7715676584335054
31
  - name: Recall
32
  type: recall
33
- value: 0.6343582887700535
34
  ---
35
 
36
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -40,11 +40,11 @@ should probably proofread and complete it, then remove this comment. -->
40
 
41
  This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
42
  It achieves the following results on the evaluation set:
43
- - Loss: 3.3036
44
- - Accuracy: 0.6344
45
- - Precision: 0.7716
46
- - Recall: 0.6344
47
- - Confusion Matrix: [[1498, 14], [1080, 400]]
48
 
49
  ## Model description
50
 
@@ -76,11 +76,11 @@ The following hyperparameters were used during training:
76
 
77
  ### Training results
78
 
79
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | Confusion Matrix |
80
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:-------------------------:|
81
- | 0.1263 | 1.0 | 374 | 1.1458 | 0.7309 | 0.8125 | 0.7309 | [[1493, 19], [786, 694]] |
82
- | 0.0301 | 2.0 | 748 | 3.0924 | 0.6330 | 0.7754 | 0.6330 | [[1502, 10], [1088, 392]] |
83
- | 0.0467 | 3.0 | 1122 | 3.3036 | 0.6344 | 0.7716 | 0.6344 | [[1498, 14], [1080, 400]] |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Accuracy
26
  type: accuracy
27
+ value: 0.9966577540106952
28
  - name: Precision
29
  type: precision
30
+ value: 0.9966586895563994
31
  - name: Recall
32
  type: recall
33
+ value: 0.9966577540106952
34
  ---
35
 
36
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
40
 
41
  This model is a fine-tuned version of [microsoft/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
42
  It achieves the following results on the evaluation set:
43
+ - Loss: 0.0154
44
+ - Accuracy: 0.9967
45
+ - Precision: 0.9967
46
+ - Recall: 0.9967
47
+ - Confusion Matrix: [[1506, 6], [4, 1476]]
48
 
49
  ## Model description
50
 
 
76
 
77
  ### Training results
78
 
79
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | Confusion Matrix |
80
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:-----------------------:|
81
+ | 0.0568 | 1.0 | 374 | 0.0186 | 0.9940 | 0.9940 | 0.9940 | [[1500, 12], [6, 1474]] |
82
+ | 0.0516 | 2.0 | 748 | 0.0191 | 0.9960 | 0.9960 | 0.9960 | [[1504, 8], [4, 1476]] |
83
+ | 0.0719 | 3.0 | 1122 | 0.0154 | 0.9967 | 0.9967 | 0.9967 | [[1506, 6], [4, 1476]] |
84
 
85
 
86
  ### Framework versions