liangy2 commited on
Commit
9514c14
1 Parent(s): 2967560

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -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 beans dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.0711
35
  - Accuracy: 0.9850
 
36
 
37
  ## Model description
38
 
@@ -61,13 +61,13 @@ The following hyperparameters were used during training:
61
 
62
  ### Training results
63
 
64
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
65
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
66
- | 0.3303 | 1.0 | 130 | 0.2543 | 0.9624 |
67
- | 0.1519 | 2.0 | 260 | 0.1059 | 0.9850 |
68
- | 0.1879 | 3.0 | 390 | 0.0908 | 0.9850 |
69
- | 0.1189 | 4.0 | 520 | 0.0714 | 0.9850 |
70
- | 0.1095 | 5.0 | 650 | 0.0711 | 0.9850 |
71
 
72
 
73
  ### Framework versions
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 beans dataset.
33
  It achieves the following results on the evaluation set:
 
34
  - Accuracy: 0.9850
35
+ - Loss: 0.0711
36
 
37
  ## Model description
38
 
61
 
62
  ### Training results
63
 
64
+ | Training Loss | Epoch | Step | Accuracy | Validation Loss |
65
+ |:-------------:|:-----:|:----:|:--------:|:---------------:|
66
+ | 0.3303 | 1.0 | 130 | 0.9624 | 0.2543 |
67
+ | 0.1519 | 2.0 | 260 | 0.9850 | 0.1059 |
68
+ | 0.1879 | 3.0 | 390 | 0.9850 | 0.0908 |
69
+ | 0.1189 | 4.0 | 520 | 0.9850 | 0.0714 |
70
+ | 0.1095 | 5.0 | 650 | 0.9850 | 0.0711 |
71
 
72
 
73
  ### Framework versions