onizukal commited on
Commit
7e68af8
1 Parent(s): acf4bac

End of training

Browse files
Files changed (3) hide show
  1. README.md +27 -17
  2. model.safetensors +1 -1
  3. training_args.bin +1 -1
README.md CHANGED
@@ -22,7 +22,7 @@ model-index:
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
- value: 0.6521621621621622
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-base-patch16-224-pt22k-ft22k](https://huggingface.co/microsoft/beit-base-patch16-224-pt22k-ft22k) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
- - Loss: 1.6935
36
- - Accuracy: 0.6522
37
 
38
  ## Model description
39
 
@@ -52,29 +52,39 @@ More information needed
52
  ### Training hyperparameters
53
 
54
  The following hyperparameters were used during training:
55
- - learning_rate: 1e-05
56
  - train_batch_size: 16
57
  - eval_batch_size: 16
58
  - seed: 42
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
61
  - lr_scheduler_warmup_ratio: 0.1
62
- - num_epochs: 10
63
 
64
  ### Training results
65
 
66
- | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
- |:-------------:|:-----:|:----:|:---------------:|:--------:|
68
- | 1.2092 | 1.0 | 923 | 1.1486 | 0.6143 |
69
- | 0.9013 | 2.0 | 1846 | 1.0409 | 0.6454 |
70
- | 0.7034 | 3.0 | 2769 | 1.0086 | 0.6586 |
71
- | 0.4555 | 4.0 | 3692 | 1.0728 | 0.6608 |
72
- | 0.3588 | 5.0 | 4615 | 1.2071 | 0.65 |
73
- | 0.238 | 6.0 | 5538 | 1.3226 | 0.6538 |
74
- | 0.1299 | 7.0 | 6461 | 1.4741 | 0.6530 |
75
- | 0.1362 | 8.0 | 7384 | 1.5820 | 0.6565 |
76
- | 0.0943 | 9.0 | 8307 | 1.6687 | 0.6503 |
77
- | 0.1229 | 10.0 | 9230 | 1.6935 | 0.6522 |
 
 
 
 
 
 
 
 
 
 
78
 
79
 
80
  ### Framework versions
 
22
  metrics:
23
  - name: Accuracy
24
  type: accuracy
25
+ value: 0.6437837837837838
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-base-patch16-224-pt22k-ft22k](https://huggingface.co/microsoft/beit-base-patch16-224-pt22k-ft22k) on the imagefolder dataset.
34
  It achieves the following results on the evaluation set:
35
+ - Loss: 3.1168
36
+ - Accuracy: 0.6438
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
59
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
  - lr_scheduler_type: linear
61
  - lr_scheduler_warmup_ratio: 0.1
62
+ - num_epochs: 20
63
 
64
  ### Training results
65
 
66
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
68
+ | 1.0678 | 1.0 | 923 | 1.1860 | 0.5962 |
69
+ | 0.9795 | 2.0 | 1846 | 1.0466 | 0.6414 |
70
+ | 0.6213 | 3.0 | 2769 | 1.0577 | 0.6403 |
71
+ | 0.3941 | 4.0 | 3692 | 1.2437 | 0.6424 |
72
+ | 0.3011 | 5.0 | 4615 | 1.4589 | 0.6443 |
73
+ | 0.1999 | 6.0 | 5538 | 1.7644 | 0.63 |
74
+ | 0.039 | 7.0 | 6461 | 1.9747 | 0.64 |
75
+ | 0.0664 | 8.0 | 7384 | 2.2470 | 0.6368 |
76
+ | 0.0635 | 9.0 | 8307 | 2.4483 | 0.6451 |
77
+ | 0.0688 | 10.0 | 9230 | 2.6192 | 0.6516 |
78
+ | 0.0389 | 11.0 | 10153 | 2.7333 | 0.6470 |
79
+ | 0.0075 | 12.0 | 11076 | 2.8548 | 0.6446 |
80
+ | 0.0085 | 13.0 | 11999 | 2.9858 | 0.6416 |
81
+ | 0.0018 | 14.0 | 12922 | 2.9790 | 0.6424 |
82
+ | 0.0034 | 15.0 | 13845 | 3.0326 | 0.6443 |
83
+ | 0.009 | 16.0 | 14768 | 3.0570 | 0.6473 |
84
+ | 0.0005 | 17.0 | 15691 | 3.1227 | 0.6419 |
85
+ | 0.0 | 18.0 | 16614 | 3.1155 | 0.6449 |
86
+ | 0.0002 | 19.0 | 17537 | 3.1130 | 0.6454 |
87
+ | 0.0002 | 20.0 | 18460 | 3.1168 | 0.6438 |
88
 
89
 
90
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:42795afd364fdac7b09ed41bd1788911d3f48e1668fc8ac6177ddb0b226c6de1
3
  size 343129544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5ed53a85bedacda0d10971ff5b293754674c6a160575aab4f657794dd0b2d5b
3
  size 343129544
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48301150511704d2f43e9a07319fe33448aaef772dd4c4e749b5ec757f599e32
3
  size 4704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c3822a460868ec34f2aefea1881d2b0d9cef2f9ee330ba5f1a11fbb0a3cb357
3
  size 4704