arpanl commited on
Commit
92105f4
·
verified ·
1 Parent(s): f3aa7d8

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: Accuracy
25
  type: accuracy
26
- value: 0.592
27
  - name: F1
28
  type: f1
29
- value: 0.4602437417654809
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -36,9 +36,9 @@ 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](https://huggingface.co/google/vit-base-patch16-224) on the imagefolder dataset.
38
  It achieves the following results on the evaluation set:
39
- - Loss: 0.8401
40
- - Accuracy: 0.592
41
- - F1: 0.4602
42
 
43
  ## Model description
44
 
@@ -69,12 +69,12 @@ The following hyperparameters were used during training:
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
- | 3.5336 | 5.0 | 20 | 2.5430 | 0.472 | 0.2688 |
73
- | 1.952 | 10.0 | 40 | 1.4687 | 0.576 | 0.3690 |
74
- | 1.3471 | 15.0 | 60 | 1.2750 | 0.584 | 0.3858 |
75
- | 1.2688 | 20.0 | 80 | 1.2295 | 0.576 | 0.3823 |
76
- | 1.1444 | 25.0 | 100 | 0.9876 | 0.592 | 0.3849 |
77
- | 0.9511 | 30.0 | 120 | 0.8401 | 0.592 | 0.4602 |
78
 
79
 
80
  ### Framework versions
 
23
  metrics:
24
  - name: Accuracy
25
  type: accuracy
26
+ value: 0.608
27
  - name: F1
28
  type: f1
29
+ value: 0.5096170704866357
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](https://huggingface.co/google/vit-base-patch16-224) on the imagefolder dataset.
38
  It achieves the following results on the evaluation set:
39
+ - Loss: 0.7362
40
+ - Accuracy: 0.608
41
+ - F1: 0.5096
42
 
43
  ## Model description
44
 
 
69
 
70
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
71
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
72
+ | 3.2255 | 5.0 | 20 | 1.9574 | 0.512 | 0.3083 |
73
+ | 1.3773 | 10.0 | 40 | 0.8854 | 0.584 | 0.4617 |
74
+ | 0.869 | 15.0 | 60 | 0.7880 | 0.608 | 0.4795 |
75
+ | 0.7966 | 20.0 | 80 | 0.7732 | 0.6 | 0.4846 |
76
+ | 0.8458 | 25.0 | 100 | 0.7795 | 0.576 | 0.4112 |
77
+ | 0.8135 | 30.0 | 120 | 0.7362 | 0.608 | 0.5096 |
78
 
79
 
80
  ### Framework versions