Countigo commited on
Commit
5bd9184
·
verified ·
1 Parent(s): c544a5b

Model save

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -2,8 +2,6 @@
2
  license: apache-2.0
3
  base_model: google/vit-base-patch16-224-in21k
4
  tags:
5
- - image-classification
6
- - vision
7
  - generated_from_trainer
8
  metrics:
9
  - accuracy
@@ -17,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # vit-base-beans
19
 
20
- 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.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.2272
23
  - Accuracy: 0.9699
24
 
25
  ## Model description
@@ -52,12 +50,12 @@ The following hyperparameters were used during training:
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
  | 0.9859 | 1.0 | 17 | 0.7492 | 0.9323 |
55
- | 0.6764 | 2.0 | 34 | 0.5274 | 0.9624 |
56
- | 0.4601 | 3.0 | 51 | 0.3714 | 0.9624 |
57
- | 0.4047 | 4.0 | 68 | 0.2976 | 0.9699 |
58
- | 0.3172 | 5.0 | 85 | 0.2534 | 0.9699 |
59
- | 0.2545 | 6.0 | 102 | 0.2284 | 0.9774 |
60
- | 0.2632 | 7.0 | 119 | 0.2272 | 0.9699 |
61
 
62
 
63
  ### Framework versions
 
2
  license: apache-2.0
3
  base_model: google/vit-base-patch16-224-in21k
4
  tags:
 
 
5
  - generated_from_trainer
6
  metrics:
7
  - accuracy
 
15
 
16
  # vit-base-beans
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.2269
21
  - Accuracy: 0.9699
22
 
23
  ## Model description
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
  | 0.9859 | 1.0 | 17 | 0.7492 | 0.9323 |
53
+ | 0.6759 | 2.0 | 34 | 0.5282 | 0.9624 |
54
+ | 0.461 | 3.0 | 51 | 0.3734 | 0.9624 |
55
+ | 0.4048 | 4.0 | 68 | 0.2987 | 0.9699 |
56
+ | 0.3174 | 5.0 | 85 | 0.2543 | 0.9699 |
57
+ | 0.2542 | 6.0 | 102 | 0.2282 | 0.9774 |
58
+ | 0.2627 | 7.0 | 119 | 0.2269 | 0.9699 |
59
 
60
 
61
  ### Framework versions