Countigo commited on
Commit
1357463
·
verified ·
1 Parent(s): 2d9245c

Model save

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Accuracy: 0.9699
21
  - Loss: 0.3436
 
22
 
23
  ## Model description
24
 
@@ -47,13 +47,13 @@ The following hyperparameters were used during training:
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Accuracy | Validation Loss |
51
- |:-------------:|:-----:|:----:|:--------:|:---------------:|
52
- | 0.9867 | 1.0 | 17 | 0.9248 | 0.7573 |
53
- | 0.6898 | 2.0 | 34 | 0.9624 | 0.5536 |
54
- | 0.4979 | 3.0 | 51 | 0.9699 | 0.4195 |
55
- | 0.4541 | 4.0 | 68 | 0.9624 | 0.3605 |
56
- | 0.3922 | 5.0 | 85 | 0.9699 | 0.3436 |
57
 
58
 
59
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
 
20
  - Loss: 0.3436
21
+ - Accuracy: 0.9699
22
 
23
  ## Model description
24
 
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.9867 | 1.0 | 17 | 0.7571 | 0.9248 |
53
+ | 0.69 | 2.0 | 34 | 0.5541 | 0.9624 |
54
+ | 0.4981 | 3.0 | 51 | 0.4203 | 0.9699 |
55
+ | 0.454 | 4.0 | 68 | 0.3609 | 0.9624 |
56
+ | 0.3922 | 5.0 | 85 | 0.3436 | 0.9699 |
57
 
58
 
59
  ### Framework versions