dmartincc commited on
Commit
7d2fcc5
·
verified ·
1 Parent(s): 264a8e6

Model save

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -23,10 +23,10 @@ model-index:
23
  metrics:
24
  - name: F1
25
  type: f1
26
- value: 0.95
27
  - name: Accuracy
28
  type: accuracy
29
- value: 0.94
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -36,10 +36,10 @@ should probably proofread and complete it, then remove this comment. -->
36
 
37
  This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.1643
40
- - F1: 0.95
41
- - Roc Auc: 0.96
42
- - Accuracy: 0.94
43
 
44
  ## Model description
45
 
@@ -73,11 +73,11 @@ The following hyperparameters were used during training:
73
 
74
  | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
75
  |:-------------:|:-----:|:----:|:---------------:|:----:|:-------:|:--------:|
76
- | 0.523 | 1.0 | 122 | 0.5292 | 0.53 | 0.67 | 0.45 |
77
- | 0.3308 | 2.0 | 245 | 0.3331 | 0.82 | 0.86 | 0.79 |
78
- | 0.1989 | 3.0 | 367 | 0.2265 | 0.91 | 0.93 | 0.9 |
79
- | 0.1182 | 4.0 | 490 | 0.1949 | 0.92 | 0.94 | 0.92 |
80
- | 0.0936 | 4.98 | 610 | 0.1643 | 0.95 | 0.96 | 0.94 |
81
 
82
 
83
  ### Framework versions
 
23
  metrics:
24
  - name: F1
25
  type: f1
26
+ value: 0.93
27
  - name: Accuracy
28
  type: accuracy
29
+ value: 0.92
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
36
 
37
  This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the imagefolder dataset.
38
  It achieves the following results on the evaluation set:
39
+ - Loss: 0.1817
40
+ - F1: 0.93
41
+ - Roc Auc: 0.95
42
+ - Accuracy: 0.92
43
 
44
  ## Model description
45
 
 
73
 
74
  | Training Loss | Epoch | Step | Validation Loss | F1 | Roc Auc | Accuracy |
75
  |:-------------:|:-----:|:----:|:---------------:|:----:|:-------:|:--------:|
76
+ | 0.5369 | 1.0 | 122 | 0.5339 | 0.53 | 0.67 | 0.41 |
77
+ | 0.3995 | 2.0 | 245 | 0.3591 | 0.8 | 0.84 | 0.73 |
78
+ | 0.2357 | 3.0 | 367 | 0.2492 | 0.89 | 0.92 | 0.88 |
79
+ | 0.1409 | 4.0 | 490 | 0.2015 | 0.91 | 0.93 | 0.9 |
80
+ | 0.1137 | 4.98 | 610 | 0.1817 | 0.93 | 0.95 | 0.92 |
81
 
82
 
83
  ### Framework versions