citradiani commited on
Commit
8cfdbbf
1 Parent(s): 92e365e

End of training

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.36875
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -32,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
32
 
33
  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 imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 1.5998
36
- - Accuracy: 0.3688
37
 
38
  ## Model description
39
 
@@ -53,11 +53,11 @@ More information needed
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 5e-05
56
- - train_batch_size: 32
57
- - eval_batch_size: 32
58
  - seed: 42
59
  - gradient_accumulation_steps: 4
60
- - total_train_batch_size: 128
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
@@ -67,16 +67,16 @@ The following hyperparameters were used during training:
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
- | No log | 1.0 | 5 | 2.0612 | 0.1812 |
71
- | 2.0585 | 2.0 | 10 | 2.0091 | 0.3125 |
72
- | 2.0585 | 3.0 | 15 | 1.9362 | 0.375 |
73
- | 1.9064 | 4.0 | 20 | 1.8335 | 0.3812 |
74
- | 1.9064 | 5.0 | 25 | 1.7466 | 0.35 |
75
- | 1.7196 | 6.0 | 30 | 1.6906 | 0.3312 |
76
- | 1.7196 | 7.0 | 35 | 1.6453 | 0.375 |
77
- | 1.5947 | 8.0 | 40 | 1.6180 | 0.4125 |
78
- | 1.5947 | 9.0 | 45 | 1.5876 | 0.4375 |
79
- | 1.5433 | 10.0 | 50 | 1.5849 | 0.4062 |
80
 
81
 
82
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.44375
26
  ---
27
 
28
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
32
 
33
  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 imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 1.5356
36
+ - Accuracy: 0.4437
37
 
38
  ## Model description
39
 
 
53
 
54
  The following hyperparameters were used during training:
55
  - learning_rate: 5e-05
56
+ - train_batch_size: 16
57
+ - eval_batch_size: 16
58
  - seed: 42
59
  - gradient_accumulation_steps: 4
60
+ - total_train_batch_size: 64
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
  - lr_scheduler_warmup_ratio: 0.1
 
67
 
68
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
70
+ | 2.0785 | 1.0 | 10 | 2.0617 | 0.125 |
71
+ | 2.0054 | 2.0 | 20 | 1.9826 | 0.275 |
72
+ | 1.8694 | 3.0 | 30 | 1.8516 | 0.325 |
73
+ | 1.7212 | 4.0 | 40 | 1.7082 | 0.3812 |
74
+ | 1.6101 | 5.0 | 50 | 1.6297 | 0.4375 |
75
+ | 1.5409 | 6.0 | 60 | 1.5981 | 0.4188 |
76
+ | 1.4801 | 7.0 | 70 | 1.5526 | 0.4437 |
77
+ | 1.433 | 8.0 | 80 | 1.5574 | 0.4813 |
78
+ | 1.4056 | 9.0 | 90 | 1.5094 | 0.5062 |
79
+ | 1.3797 | 10.0 | 100 | 1.5232 | 0.4688 |
80
 
81
 
82
  ### Framework versions