siddharth963 commited on
Commit
0400a46
1 Parent(s): f3dd52e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -19,7 +19,7 @@ model-index:
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
- value: 0.8644859813084113
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -29,8 +29,8 @@ should probably proofread and complete it, then remove this comment. -->
29
 
30
  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 image_folder dataset.
31
  It achieves the following results on the evaluation set:
32
- - Loss: 0.4173
33
- - Accuracy: 0.8645
34
 
35
  ## Model description
36
 
@@ -50,11 +50,11 @@ More information needed
50
 
51
  The following hyperparameters were used during training:
52
  - learning_rate: 5e-05
53
- - train_batch_size: 32
54
- - eval_batch_size: 32
55
  - seed: 42
56
  - gradient_accumulation_steps: 4
57
- - total_train_batch_size: 128
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
  - lr_scheduler_warmup_ratio: 0.1
@@ -64,16 +64,16 @@ The following hyperparameters were used during training:
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
- | 0.5832 | 0.99 | 133 | 0.5485 | 0.8299 |
68
- | 0.4638 | 1.99 | 266 | 0.4436 | 0.8575 |
69
- | 0.3115 | 2.99 | 399 | 0.4173 | 0.8645 |
70
- | 0.2926 | 3.99 | 532 | 0.4475 | 0.8477 |
71
- | 0.2127 | 4.99 | 665 | 0.4497 | 0.8575 |
72
- | 0.1934 | 5.99 | 798 | 0.4548 | 0.8582 |
73
- | 0.1777 | 6.99 | 931 | 0.4680 | 0.8561 |
74
- | 0.1187 | 7.99 | 1064 | 0.4880 | 0.8591 |
75
- | 0.0801 | 8.99 | 1197 | 0.5014 | 0.8556 |
76
- | 0.088 | 9.99 | 1330 | 0.5053 | 0.8558 |
77
 
78
 
79
  ### Framework versions
 
19
  metrics:
20
  - name: Accuracy
21
  type: accuracy
22
+ value: 0.8714953271028038
23
  ---
24
 
25
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
29
 
30
  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 image_folder dataset.
31
  It achieves the following results on the evaluation set:
32
+ - Loss: 0.3881
33
+ - Accuracy: 0.8715
34
 
35
  ## Model description
36
 
 
50
 
51
  The following hyperparameters were used during training:
52
  - learning_rate: 5e-05
53
+ - train_batch_size: 8
54
+ - eval_batch_size: 8
55
  - seed: 42
56
  - gradient_accumulation_steps: 4
57
+ - total_train_batch_size: 32
58
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
59
  - lr_scheduler_type: linear
60
  - lr_scheduler_warmup_ratio: 0.1
 
64
 
65
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
66
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
67
+ | 0.5531 | 1.0 | 535 | 0.4938 | 0.8336 |
68
+ | 0.4139 | 2.0 | 1070 | 0.4071 | 0.8612 |
69
+ | 0.287 | 3.0 | 1605 | 0.3954 | 0.8643 |
70
+ | 0.4211 | 4.0 | 2140 | 0.3906 | 0.8701 |
71
+ | 0.316 | 5.0 | 2675 | 0.3716 | 0.8755 |
72
+ | 0.2709 | 6.0 | 3210 | 0.3784 | 0.8736 |
73
+ | 0.177 | 7.0 | 3745 | 0.3772 | 0.8745 |
74
+ | 0.2409 | 8.0 | 4280 | 0.3875 | 0.8762 |
75
+ | 0.1929 | 9.0 | 4815 | 0.3915 | 0.8708 |
76
+ | 0.1877 | 10.0 | 5350 | 0.3881 | 0.8715 |
77
 
78
 
79
  ### Framework versions