ahmedesmail16 commited on
Commit
ac217d5
1 Parent(s): ea80238

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -63,7 +63,7 @@ The following hyperparameters were used during training:
63
 
64
  ### Test results
65
 
66
- | | precision | recall | f1-score | support|
67
  |:-------------------:|:---------:|:------:|:--------:|:------:|
68
  | Erythromelal | 1.00 | 1.00 | 1.00 | 5 |
69
  | Guttate | 1.00 | 1.00 | 1.00 | 7 |
@@ -73,11 +73,16 @@ The following hyperparameters were used during training:
73
  | Plaque | 1.00 | 1.00 | 1.00 | 10 |
74
  | Psoriatic Arthritis | 1.00 | 1.00 | 1.00 | 6 |
75
  | Pustular | 1.00 | 1.00 | 1.00 | 6 |
76
- |:-------------------:|:---------:|:------:|:--------:|:------:|
77
- | accuracy | | 1.00 | 59
78
  | macro avg | 1.00 | 1.00 | 1.00 | 59 |
79
  | weighted avg | 1.00 | 1.00 | 1.00 | 59 |
80
 
 
 
 
 
 
81
  ### Framework versions
82
 
83
  - Transformers 4.39.3
 
63
 
64
  ### Test results
65
 
66
+ | Classes | precision | recall | f1-score | support|
67
  |:-------------------:|:---------:|:------:|:--------:|:------:|
68
  | Erythromelal | 1.00 | 1.00 | 1.00 | 5 |
69
  | Guttate | 1.00 | 1.00 | 1.00 | 7 |
 
73
  | Plaque | 1.00 | 1.00 | 1.00 | 10 |
74
  | Psoriatic Arthritis | 1.00 | 1.00 | 1.00 | 6 |
75
  | Pustular | 1.00 | 1.00 | 1.00 | 6 |
76
+ | | | | | |
77
+ | accuracy | | | 1.00 | 59|
78
  | macro avg | 1.00 | 1.00 | 1.00 | 59 |
79
  | weighted avg | 1.00 | 1.00 | 1.00 | 59 |
80
 
81
+ ### confusion Matrix results
82
+
83
+ ![image.png](attachment:image.png)
84
+
85
+
86
  ### Framework versions
87
 
88
  - Transformers 4.39.3