pkr7098 commited on
Commit
6776130
1 Parent(s): 65c0b7a

Model save

Browse files
Files changed (1) hide show
  1. README.md +10 -12
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,10 +16,10 @@ 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: 1.0667
24
- - Accuracy: 0.5188
25
 
26
  ## Model description
27
 
@@ -41,8 +39,8 @@ More information needed
41
 
42
  The following hyperparameters were used during training:
43
  - learning_rate: 2e-05
44
- - train_batch_size: 128
45
- - eval_batch_size: 128
46
  - seed: 1337
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: linear
@@ -52,11 +50,11 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
- | No log | 1.0 | 9 | 1.0751 | 0.4737 |
56
- | 1.0798 | 2.0 | 18 | 1.0715 | 0.4812 |
57
- | 1.0728 | 3.0 | 27 | 1.0689 | 0.4962 |
58
- | 1.0719 | 4.0 | 36 | 1.0673 | 0.5188 |
59
- | 1.062 | 5.0 | 45 | 1.0667 | 0.5188 |
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.8530
22
+ - Accuracy: 0.8045
23
 
24
  ## Model description
25
 
 
39
 
40
  The following hyperparameters were used during training:
41
  - learning_rate: 2e-05
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
  - seed: 1337
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
 
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 1.0326 | 1.0 | 130 | 1.0319 | 0.6090 |
54
+ | 0.9721 | 2.0 | 260 | 0.9699 | 0.7293 |
55
+ | 0.8948 | 3.0 | 390 | 0.9060 | 0.7820 |
56
+ | 0.8524 | 4.0 | 520 | 0.8661 | 0.8045 |
57
+ | 0.866 | 5.0 | 650 | 0.8530 | 0.8045 |
58
 
59
 
60
  ### Framework versions