pkr7098 commited on
Commit
8f77c3f
·
verified ·
1 Parent(s): b920818

Model save

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -5,8 +5,6 @@ license: apache-2.0
5
  metrics:
6
  - accuracy
7
  tags:
8
- - image-classification
9
- - vision
10
  - generated_from_trainer
11
  model-index:
12
  - name: vit-base-beans
@@ -18,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # vit-base-beans
20
 
21
- 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.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.8530
24
  - Accuracy: 0.8045
25
 
26
  ## Model description
@@ -52,11 +50,11 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
- | 1.0326 | 1.0 | 130 | 1.0319 | 0.6090 |
56
- | 0.9721 | 2.0 | 260 | 0.9699 | 0.7293 |
57
- | 0.8948 | 3.0 | 390 | 0.9060 | 0.7820 |
58
- | 0.8524 | 4.0 | 520 | 0.8661 | 0.8045 |
59
- | 0.866 | 5.0 | 650 | 0.8530 | 0.8045 |
60
 
61
 
62
  ### Framework versions
 
5
  metrics:
6
  - accuracy
7
  tags:
 
 
8
  - generated_from_trainer
9
  model-index:
10
  - name: vit-base-beans
 
16
 
17
  # vit-base-beans
18
 
19
+ 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.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.8347
22
  - Accuracy: 0.8045
23
 
24
  ## Model description
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 1.0299 | 1.0 | 130 | 1.0292 | 0.6241 |
54
+ | 0.9616 | 2.0 | 260 | 0.9589 | 0.7444 |
55
+ | 0.8783 | 3.0 | 390 | 0.8892 | 0.7895 |
56
+ | 0.836 | 4.0 | 520 | 0.8480 | 0.8045 |
57
+ | 0.8494 | 5.0 | 650 | 0.8347 | 0.8045 |
58
 
59
 
60
  ### Framework versions