khleeloo commited on
Commit
7356ed1
1 Parent(s): ff8dfbb

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -8
README.md CHANGED
@@ -4,6 +4,9 @@ tags:
4
  - generated_from_trainer
5
  metrics:
6
  - accuracy
 
 
 
7
  model-index:
8
  - name: vit-base-skin
9
  results: []
@@ -16,8 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 0.4524
20
- - Accuracy: 0.8705
 
 
 
21
 
22
  ## Model description
23
 
@@ -47,12 +53,12 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | 0.4987 | 1.0 | 626 | 0.5481 | 0.8031 |
53
- | 0.3814 | 2.0 | 1252 | 0.3804 | 0.8912 |
54
- | 0.3182 | 3.0 | 1878 | 0.3915 | 0.8653 |
55
- | 0.067 | 4.0 | 2504 | 0.4524 | 0.8705 |
56
 
57
 
58
  ### Framework versions
 
4
  - generated_from_trainer
5
  metrics:
6
  - accuracy
7
+ - f1
8
+ - precision
9
+ - recall
10
  model-index:
11
  - name: vit-base-skin
12
  results: []
 
19
 
20
  This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
+ - Loss: 0.6272
23
+ - Accuracy: 0.8549
24
+ - F1: 0.8558
25
+ - Precision: 0.8590
26
+ - Recall: 0.8549
27
 
28
  ## Model description
29
 
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
58
+ | 0.4385 | 1.0 | 626 | 0.4796 | 0.8290 | 0.8273 | 0.8726 | 0.8290 |
59
+ | 0.3573 | 2.0 | 1252 | 0.4745 | 0.8549 | 0.8581 | 0.8651 | 0.8549 |
60
+ | 0.1444 | 3.0 | 1878 | 0.6086 | 0.8394 | 0.8406 | 0.8440 | 0.8394 |
61
+ | 0.0055 | 4.0 | 2504 | 0.6272 | 0.8549 | 0.8558 | 0.8590 | 0.8549 |
62
 
63
 
64
  ### Framework versions