Countigo commited on
Commit
d332f37
·
verified ·
1 Parent(s): 45e8c16

Model save

Browse files
Files changed (1) hide show
  1. README.md +7 -11
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,10 +15,10 @@ 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.3442
23
- - Accuracy: 0.9624
24
 
25
  ## Model description
26
 
@@ -45,17 +43,15 @@ The following hyperparameters were used during training:
45
  - seed: 1337
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: linear
48
- - num_epochs: 5.0
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
- | 0.9867 | 1.0 | 17 | 0.7571 | 0.9248 |
55
- | 0.6897 | 2.0 | 34 | 0.5547 | 0.9624 |
56
- | 0.4993 | 3.0 | 51 | 0.4208 | 0.9699 |
57
- | 0.455 | 4.0 | 68 | 0.3615 | 0.9624 |
58
- | 0.3931 | 5.0 | 85 | 0.3442 | 0.9624 |
59
 
60
 
61
  ### 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.5646
21
+ - Accuracy: 0.9699
22
 
23
  ## Model description
24
 
 
43
  - seed: 1337
44
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
  - lr_scheduler_type: linear
46
+ - num_epochs: 3.0
47
 
48
  ### Training results
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.9886 | 1.0 | 17 | 0.7758 | 0.9248 |
53
+ | 0.7226 | 2.0 | 34 | 0.6198 | 0.9549 |
54
+ | 0.6041 | 3.0 | 51 | 0.5646 | 0.9699 |
 
 
55
 
56
 
57
  ### Framework versions