surajjoshi commited on
Commit
0d32211
·
1 Parent(s): 325d8ba

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -9
README.md CHANGED
@@ -6,6 +6,9 @@ datasets:
6
  - imagefolder
7
  metrics:
8
  - accuracy
 
 
 
9
  model-index:
10
  - name: swin-tiny-patch4-window7-224-finetuned-brainTumorData
11
  results:
@@ -21,7 +24,16 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.9735294117647059
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  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.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.0764
35
- - Accuracy: 0.9735
 
 
 
36
 
37
  ## Model description
38
 
@@ -64,12 +79,12 @@ The following hyperparameters were used during training:
64
 
65
  ### Training results
66
 
67
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 0.4994 | 1.0 | 24 | 0.2253 | 0.9059 |
70
- | 0.2449 | 2.0 | 48 | 0.0806 | 0.9735 |
71
- | 0.1921 | 3.0 | 72 | 0.0640 | 0.9765 |
72
- | 0.1755 | 4.0 | 96 | 0.0764 | 0.9735 |
73
 
74
 
75
  ### Framework versions
 
6
  - imagefolder
7
  metrics:
8
  - accuracy
9
+ - f1
10
+ - recall
11
+ - precision
12
  model-index:
13
  - name: swin-tiny-patch4-window7-224-finetuned-brainTumorData
14
  results:
 
24
  metrics:
25
  - name: Accuracy
26
  type: accuracy
27
+ value: 0.9911764705882353
28
+ - name: F1
29
+ type: f1
30
+ value: 0.9923273657289001
31
+ - name: Recall
32
+ type: recall
33
+ value: 0.9948717948717949
34
+ - name: Precision
35
+ type: precision
36
+ value: 0.9897959183673469
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/swin-tiny-patch4-window7-224](https://huggingface.co/microsoft/swin-tiny-patch4-window7-224) on the imagefolder dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.0484
47
+ - Accuracy: 0.9912
48
+ - F1: 0.9923
49
+ - Recall: 0.9949
50
+ - Precision: 0.9898
51
 
52
  ## Model description
53
 
 
79
 
80
  ### Training results
81
 
82
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall | Precision |
83
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|:---------:|
84
+ | 0.3405 | 1.0 | 24 | 0.1137 | 0.9647 | 0.9688 | 0.9538 | 0.9841 |
85
+ | 0.2449 | 2.0 | 48 | 0.0811 | 0.9735 | 0.9766 | 0.9641 | 0.9895 |
86
+ | 0.1713 | 3.0 | 72 | 0.0613 | 0.9794 | 0.9818 | 0.9692 | 0.9947 |
87
+ | 0.1615 | 4.0 | 96 | 0.0484 | 0.9912 | 0.9923 | 0.9949 | 0.9898 |
88
 
89
 
90
  ### Framework versions