ahmed-ai commited on
Commit
ef37240
1 Parent(s): 7459775

Create model card

Browse files
Files changed (1) hide show
  1. README.md +38 -0
README.md ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: google/vit-large-patch16-224-in21k
4
+ datasets:
5
+ - ahmed-ai/skin-lesions-classification-dataset
6
+ metrics:
7
+ - accuracy
8
+ pipeline_tag: image-classification
9
+ ---
10
+ <!-- This model card has been generated automatically according to the information Keras had access to. You should
11
+ probably proofread and complete it, then remove this comment. -->
12
+
13
+ # ahmed-ai/slc-2
14
+ ## Skin Lesions Classifier
15
+
16
+ <h2 style="color:red; font-size: 1.5rem">Important Warning</h2>
17
+ <p style="font-weight: bold; font-size: 1.25rem;">This model is currently undergoing development and, as such, cannot be considered reliable for real-world applications at this time.</p>
18
+
19
+ This model is a fine-tuned version of [google/vit-large-patch16-224-in21k](https://huggingface.co/google/vit-large-patch16-224-in21k) on an unknown dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Train Loss: 0.08
22
+ - Validation Loss: 0.27
23
+ - Train Accuracy: 0.92
24
+ - Number of Epochs: 8
25
+
26
+
27
+ ### Training results
28
+
29
+ | Train Loss | Validation Loss | Accuracy | Epoch |
30
+ |:----------:|:---------------:|:---------:|:-----:|
31
+ | 0.628000 | 0.593520 | 0.785519 | 0 |
32
+ | 0.437800 | 0.481456 | 0.827322 | 1 |
33
+ | 0.398300 | 0.418967 | 0.853825 | 2 |
34
+ | 0.224900 | 0.363181 | 0.874590 | 3 |
35
+ | 0.192100 | 0.372062 | 0.886339 | 4 |
36
+ | 0.167800 | 0.321268 | 0.898361 | 5 |
37
+ | 0.083000 | 0.283219 | 0.914754 | 6 |
38
+ | 0.084300 | 0.273708 | 0.921585 | 7 |