ahmedesmail16 commited on
Commit
6c0ba0e
1 Parent(s): e577fa5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -8,6 +8,7 @@ metrics:
8
  model-index:
9
  - name: Psoriasis-Project-Aug-M2-swinv2-base-patch4-window12-192-22k
10
  results: []
 
11
  ---
12
 
13
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -60,10 +61,25 @@ The following hyperparameters were used during training:
60
  | 0.018 | 5.99 | 217 | 0.0139 | 1.0 |
61
  | 0.0112 | 6.95 | 252 | 0.0088 | 1.0 |
62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
 
64
  ### Framework versions
65
 
66
  - Transformers 4.39.3
67
  - Pytorch 2.1.2
68
  - Datasets 2.18.0
69
- - Tokenizers 0.15.2
 
8
  model-index:
9
  - name: Psoriasis-Project-Aug-M2-swinv2-base-patch4-window12-192-22k
10
  results: []
11
+ pipeline_tag: image-classification
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
61
  | 0.018 | 5.99 | 217 | 0.0139 | 1.0 |
62
  | 0.0112 | 6.95 | 252 | 0.0088 | 1.0 |
63
 
64
+ ### Training results
65
+ precision recall f1-score support
66
+
67
+ Erythromelal 1.00 1.00 1.00 5
68
+ Guttate 1.00 1.00 1.00 7
69
+ Inverse 1.00 1.00 1.00 4
70
+ Nail 1.00 1.00 1.00 10
71
+ Normal 1.00 1.00 1.00 11
72
+ Plaque 1.00 1.00 1.00 10
73
+ Psoriatic Arthritis 1.00 1.00 1.00 6
74
+ Pustular 1.00 1.00 1.00 6
75
+
76
+ accuracy 1.00 59
77
+ macro avg 1.00 1.00 1.00 59
78
+ weighted avg 1.00 1.00 1.00 59
79
 
80
  ### Framework versions
81
 
82
  - Transformers 4.39.3
83
  - Pytorch 2.1.2
84
  - Datasets 2.18.0
85
+ - Tokenizers 0.15.2