onizukal commited on
Commit
5d0e89e
1 Parent(s): 1d5727f

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.6869399945696443
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 [microsoft/beit-large-patch16-224](https://huggingface.co/microsoft/beit-large-patch16-224) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 0.7305
36
- - Accuracy: 0.6869
37
 
38
  ## Model description
39
 
@@ -52,7 +52,7 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 0.001
56
  - train_batch_size: 16
57
  - eval_batch_size: 16
58
  - seed: 42
@@ -65,11 +65,11 @@ The following hyperparameters were used during training:
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 0.8299 | 1.0 | 924 | 0.8876 | 0.6324 |
69
- | 0.8045 | 2.0 | 1848 | 0.7925 | 0.6668 |
70
- | 0.7935 | 3.0 | 2772 | 0.7529 | 0.6823 |
71
- | 0.6711 | 4.0 | 3696 | 0.7351 | 0.6869 |
72
- | 0.766 | 5.0 | 4620 | 0.7305 | 0.6869 |
73
 
74
 
75
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.5791474341569373
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 [microsoft/beit-large-patch16-224](https://huggingface.co/microsoft/beit-large-patch16-224) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 1.0464
36
+ - Accuracy: 0.5791
37
 
38
  ## Model description
39
 
 
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
+ - learning_rate: 0.0001
56
  - train_batch_size: 16
57
  - eval_batch_size: 16
58
  - seed: 42
 
65
 
66
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
+ | 1.0784 | 1.0 | 924 | 1.1060 | 0.5639 |
69
+ | 1.184 | 2.0 | 1848 | 1.0752 | 0.5718 |
70
+ | 1.1271 | 3.0 | 2772 | 1.0588 | 0.5751 |
71
+ | 1.0958 | 4.0 | 3696 | 1.0493 | 0.5786 |
72
+ | 1.0857 | 5.0 | 4620 | 1.0464 | 0.5791 |
73
 
74
 
75
  ### Framework versions