heon98 commited on
Commit
8f1ef17
·
1 Parent(s): ea6eb9c

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
- value: 0.6047227926078029
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  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 pokemon-classification dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 4.3322
35
- - Accuracy: 0.6047
36
 
37
  ## Model description
38
 
@@ -66,9 +66,9 @@ The following hyperparameters were used during training:
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
- | 4.7523 | 1.0 | 61 | 4.7318 | 0.2197 |
70
- | 4.459 | 2.0 | 122 | 4.4401 | 0.5380 |
71
- | 4.2805 | 3.0 | 183 | 4.3322 | 0.6047 |
72
 
73
 
74
  ### Framework versions
 
21
  metrics:
22
  - name: Accuracy
23
  type: accuracy
24
+ value: 0.5852156057494866
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  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 pokemon-classification dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 4.3447
35
+ - Accuracy: 0.5852
36
 
37
  ## Model description
38
 
 
66
 
67
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
69
+ | 4.7732 | 1.0 | 61 | 4.7448 | 0.1992 |
70
+ | 4.443 | 2.0 | 122 | 4.4606 | 0.4897 |
71
+ | 4.2705 | 3.0 | 183 | 4.3447 | 0.5852 |
72
 
73
 
74
  ### Framework versions