hkivancoral commited on
Commit
fee2503
1 Parent(s): 3f0d596

End of training

Browse files
Files changed (2) hide show
  1. README.md +125 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/deit-tiny-patch16-224
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: smids_10x_deit_tiny_sgd_0001_fold1
12
+ results:
13
+ - task:
14
+ name: Image Classification
15
+ type: image-classification
16
+ dataset:
17
+ name: imagefolder
18
+ type: imagefolder
19
+ config: default
20
+ split: test
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.8113522537562604
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # smids_10x_deit_tiny_sgd_0001_fold1
32
+
33
+ This model is a fine-tuned version of [facebook/deit-tiny-patch16-224](https://huggingface.co/facebook/deit-tiny-patch16-224) on the imagefolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.4530
36
+ - Accuracy: 0.8114
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 0.0001
56
+ - train_batch_size: 32
57
+ - eval_batch_size: 32
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: 50
63
+
64
+ ### Training results
65
+
66
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
67
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
68
+ | 1.0181 | 1.0 | 751 | 0.9693 | 0.5359 |
69
+ | 0.81 | 2.0 | 1502 | 0.8850 | 0.5993 |
70
+ | 0.7699 | 3.0 | 2253 | 0.8246 | 0.6377 |
71
+ | 0.6601 | 4.0 | 3004 | 0.7789 | 0.6578 |
72
+ | 0.653 | 5.0 | 3755 | 0.7391 | 0.6745 |
73
+ | 0.6463 | 6.0 | 4506 | 0.7047 | 0.6912 |
74
+ | 0.5744 | 7.0 | 5257 | 0.6756 | 0.7028 |
75
+ | 0.4963 | 8.0 | 6008 | 0.6490 | 0.7129 |
76
+ | 0.5329 | 9.0 | 6759 | 0.6286 | 0.7195 |
77
+ | 0.5165 | 10.0 | 7510 | 0.6094 | 0.7295 |
78
+ | 0.5717 | 11.0 | 8261 | 0.5949 | 0.7279 |
79
+ | 0.4844 | 12.0 | 9012 | 0.5809 | 0.7396 |
80
+ | 0.4587 | 13.0 | 9763 | 0.5699 | 0.7446 |
81
+ | 0.4195 | 14.0 | 10514 | 0.5589 | 0.7496 |
82
+ | 0.4521 | 15.0 | 11265 | 0.5504 | 0.7579 |
83
+ | 0.4327 | 16.0 | 12016 | 0.5411 | 0.7596 |
84
+ | 0.4611 | 17.0 | 12767 | 0.5341 | 0.7663 |
85
+ | 0.4248 | 18.0 | 13518 | 0.5294 | 0.7746 |
86
+ | 0.4694 | 19.0 | 14269 | 0.5215 | 0.7780 |
87
+ | 0.395 | 20.0 | 15020 | 0.5170 | 0.7880 |
88
+ | 0.3437 | 21.0 | 15771 | 0.5117 | 0.7880 |
89
+ | 0.4367 | 22.0 | 16522 | 0.5057 | 0.7947 |
90
+ | 0.3451 | 23.0 | 17273 | 0.5010 | 0.7930 |
91
+ | 0.4413 | 24.0 | 18024 | 0.4962 | 0.7930 |
92
+ | 0.3908 | 25.0 | 18775 | 0.4929 | 0.7930 |
93
+ | 0.4631 | 26.0 | 19526 | 0.4899 | 0.7930 |
94
+ | 0.3779 | 27.0 | 20277 | 0.4860 | 0.7930 |
95
+ | 0.4436 | 28.0 | 21028 | 0.4829 | 0.7963 |
96
+ | 0.3794 | 29.0 | 21779 | 0.4792 | 0.7997 |
97
+ | 0.3732 | 30.0 | 22530 | 0.4775 | 0.7963 |
98
+ | 0.3411 | 31.0 | 23281 | 0.4746 | 0.7980 |
99
+ | 0.4745 | 32.0 | 24032 | 0.4718 | 0.7980 |
100
+ | 0.4263 | 33.0 | 24783 | 0.4692 | 0.7997 |
101
+ | 0.3711 | 34.0 | 25534 | 0.4676 | 0.8030 |
102
+ | 0.3951 | 35.0 | 26285 | 0.4656 | 0.8047 |
103
+ | 0.4026 | 36.0 | 27036 | 0.4635 | 0.8047 |
104
+ | 0.4811 | 37.0 | 27787 | 0.4621 | 0.8063 |
105
+ | 0.3816 | 38.0 | 28538 | 0.4609 | 0.8063 |
106
+ | 0.2904 | 39.0 | 29289 | 0.4596 | 0.8047 |
107
+ | 0.4708 | 40.0 | 30040 | 0.4586 | 0.8097 |
108
+ | 0.3633 | 41.0 | 30791 | 0.4575 | 0.8080 |
109
+ | 0.367 | 42.0 | 31542 | 0.4565 | 0.8080 |
110
+ | 0.4048 | 43.0 | 32293 | 0.4557 | 0.8080 |
111
+ | 0.3531 | 44.0 | 33044 | 0.4549 | 0.8080 |
112
+ | 0.3608 | 45.0 | 33795 | 0.4542 | 0.8097 |
113
+ | 0.3794 | 46.0 | 34546 | 0.4538 | 0.8097 |
114
+ | 0.3429 | 47.0 | 35297 | 0.4534 | 0.8114 |
115
+ | 0.395 | 48.0 | 36048 | 0.4532 | 0.8114 |
116
+ | 0.3682 | 49.0 | 36799 | 0.4531 | 0.8114 |
117
+ | 0.3927 | 50.0 | 37550 | 0.4530 | 0.8114 |
118
+
119
+
120
+ ### Framework versions
121
+
122
+ - Transformers 4.32.1
123
+ - Pytorch 2.1.0+cu121
124
+ - Datasets 2.12.0
125
+ - Tokenizers 0.13.2
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2fa57d1fed131bb83db034bdc25794616f6806b5b638354ff7576b40b8f57873
3
  size 22167850
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b43947efb41660ef244001b57c974615b589710799f5d7ef5b4ae646ae2027f3
3
  size 22167850