hyeongjin99 commited on
Commit
fb07f18
·
1 Parent(s): a80ea92

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Accuracy
26
  type: accuracy
27
- value: 0.9987851440472059
28
  - name: Precision
29
  type: precision
30
- value: 0.9987851440472059
31
  - name: Recall
32
  type: recall
33
- value: 0.9987851440472059
34
  - name: F1
35
  type: f1
36
- value: 0.9987851440472059
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
43
 
44
  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.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.0038
47
- - Accuracy: 0.9988
48
- - Precision: 0.9988
49
- - Recall: 0.9988
50
- - F1: 0.9988
51
 
52
  ## Model description
53
 
@@ -81,11 +81,11 @@ The following hyperparameters were used during training:
81
 
82
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
83
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
84
- | 0.0118 | 1.0 | 101 | 0.0083 | 0.9977 | 0.9977 | 0.9977 | 0.9977 |
85
- | 0.0269 | 2.0 | 203 | 0.0111 | 0.9969 | 0.9969 | 0.9969 | 0.9969 |
86
- | 0.0076 | 3.0 | 304 | 0.0093 | 0.9965 | 0.9965 | 0.9965 | 0.9965 |
87
- | 0.0072 | 4.0 | 406 | 0.0051 | 0.9986 | 0.9986 | 0.9986 | 0.9986 |
88
- | 0.01 | 4.98 | 505 | 0.0038 | 0.9988 | 0.9988 | 0.9988 | 0.9988 |
89
 
90
 
91
  ### Framework versions
 
24
  metrics:
25
  - name: Accuracy
26
  type: accuracy
27
+ value: 0.9979173897952099
28
  - name: Precision
29
  type: precision
30
+ value: 0.9981546674586633
31
  - name: Recall
32
  type: recall
33
+ value: 0.9976078463525905
34
  - name: F1
35
  type: f1
36
+ value: 0.9978801278905362
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
43
 
44
  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.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.0080
47
+ - Accuracy: 0.9979
48
+ - Precision: 0.9982
49
+ - Recall: 0.9976
50
+ - F1: 0.9979
51
 
52
  ## Model description
53
 
 
81
 
82
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
83
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
84
+ | 0.015 | 1.0 | 101 | 0.0229 | 0.9938 | 0.9928 | 0.9929 | 0.9928 |
85
+ | 0.0177 | 2.0 | 203 | 0.0316 | 0.9913 | 0.9928 | 0.9880 | 0.9903 |
86
+ | 0.0177 | 3.0 | 304 | 0.0127 | 0.9958 | 0.9954 | 0.9955 | 0.9954 |
87
+ | 0.0145 | 4.0 | 406 | 0.0129 | 0.9967 | 0.9970 | 0.9960 | 0.9965 |
88
+ | 0.0101 | 4.98 | 505 | 0.0080 | 0.9979 | 0.9982 | 0.9976 | 0.9979 |
89
 
90
 
91
  ### Framework versions