andrecastro commited on
Commit
b5bca51
1 Parent(s): 0526cc1

Model save

Browse files
Files changed (1) hide show
  1. README.md +12 -14
README.md CHANGED
@@ -24,13 +24,13 @@ model-index:
24
  metrics:
25
  - name: Accuracy
26
  type: accuracy
27
- value: 0.9896390374331551
28
  - name: Precision
29
  type: precision
30
- value: 0.9897531473312668
31
  - name: Recall
32
  type: recall
33
- value: 0.9896390374331551
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: 0.0355
44
- - Accuracy: 0.9896
45
- - Precision: 0.9898
46
- - Recall: 0.9896
47
- - Confusion Matrix: [[1508, 4], [27, 1453]]
48
 
49
  ## Model description
50
 
@@ -72,15 +72,13 @@ The following hyperparameters were used during training:
72
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
73
  - lr_scheduler_type: linear
74
  - lr_scheduler_warmup_ratio: 0.1
75
- - num_epochs: 3
76
 
77
  ### Training results
78
 
79
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | Confusion Matrix |
80
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:-----------------------:|
81
- | 0.0585 | 1.0 | 374 | 0.0224 | 0.9940 | 0.9940 | 0.9940 | [[1506, 6], [12, 1468]] |
82
- | 0.0792 | 2.0 | 748 | 0.0346 | 0.9910 | 0.9911 | 0.9910 | [[1509, 3], [24, 1456]] |
83
- | 0.0634 | 3.0 | 1122 | 0.0355 | 0.9896 | 0.9898 | 0.9896 | [[1508, 4], [27, 1453]] |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Accuracy
26
  type: accuracy
27
+ value: 0.9669117647058824
28
  - name: Precision
29
  type: precision
30
+ value: 0.9669680640397452
31
  - name: Recall
32
  type: recall
33
+ value: 0.9669117647058824
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.0861
44
+ - Accuracy: 0.9669
45
+ - Precision: 0.9670
46
+ - Recall: 0.9669
47
+ - Confusion Matrix: [[1471, 41], [58, 1422]]
48
 
49
  ## Model description
50
 
 
72
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
73
  - lr_scheduler_type: linear
74
  - lr_scheduler_warmup_ratio: 0.1
75
+ - num_epochs: 1
76
 
77
  ### Training results
78
 
79
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | Confusion Matrix |
80
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------------------------:|
81
+ | 0.1483 | 1.0 | 374 | 0.0861 | 0.9669 | 0.9670 | 0.9669 | [[1471, 41], [58, 1422]] |
 
 
82
 
83
 
84
  ### Framework versions