enverkulahli commited on
Commit
ba107cb
1 Parent(s): f7d5b66

Model save

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -25,16 +25,16 @@ model-index:
25
  metrics:
26
  - name: Accuracy
27
  type: accuracy
28
- value: 0.9259882253994953
29
  - name: F1
30
  type: f1
31
- value: 0.9268755487412734
32
  - name: Precision
33
  type: precision
34
- value: 0.9315188840219485
35
  - name: Recall
36
  type: recall
37
- value: 0.9259882253994953
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -44,11 +44,11 @@ should probably proofread and complete it, then remove this comment. -->
44
 
45
  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.
46
  It achieves the following results on the evaluation set:
47
- - Loss: 0.3230
48
- - Accuracy: 0.9260
49
- - F1: 0.9269
50
- - Precision: 0.9315
51
- - Recall: 0.9260
52
 
53
  ## Model description
54
 
@@ -82,9 +82,9 @@ The following hyperparameters were used during training:
82
 
83
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
84
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
85
- | 0.6474 | 1.0 | 297 | 0.6716 | 0.8360 | 0.8380 | 0.8527 | 0.8360 |
86
- | 0.413 | 2.0 | 594 | 0.4295 | 0.8999 | 0.9013 | 0.9098 | 0.8999 |
87
- | 0.2144 | 3.0 | 891 | 0.3230 | 0.9260 | 0.9269 | 0.9315 | 0.9260 |
88
 
89
 
90
  ### Framework versions
 
25
  metrics:
26
  - name: Accuracy
27
  type: accuracy
28
+ value: 0.9461732548359967
29
  - name: F1
30
  type: f1
31
+ value: 0.9463827697148198
32
  - name: Precision
33
  type: precision
34
+ value: 0.9476585951632728
35
  - name: Recall
36
  type: recall
37
+ value: 0.9461732548359967
38
  ---
39
 
40
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
44
 
45
  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.
46
  It achieves the following results on the evaluation set:
47
+ - Loss: 0.2256
48
+ - Accuracy: 0.9462
49
+ - F1: 0.9464
50
+ - Precision: 0.9477
51
+ - Recall: 0.9462
52
 
53
  ## Model description
54
 
 
82
 
83
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
84
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
85
+ | 0.2716 | 1.0 | 297 | 0.3630 | 0.8957 | 0.8961 | 0.9047 | 0.8957 |
86
+ | 0.098 | 2.0 | 594 | 0.2674 | 0.9344 | 0.9350 | 0.9372 | 0.9344 |
87
+ | 0.0487 | 3.0 | 891 | 0.2256 | 0.9462 | 0.9464 | 0.9477 | 0.9462 |
88
 
89
 
90
  ### Framework versions