hkivancoral commited on
Commit
d7c8b09
·
1 Parent(s): 1c41da4

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_adamax_00001_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.9115191986644408
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_adamax_00001_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.8545
36
+ - Accuracy: 0.9115
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: 1e-05
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
+ | 0.2768 | 1.0 | 751 | 0.3271 | 0.8681 |
69
+ | 0.2559 | 2.0 | 1502 | 0.2686 | 0.8932 |
70
+ | 0.1723 | 3.0 | 2253 | 0.2752 | 0.8932 |
71
+ | 0.1343 | 4.0 | 3004 | 0.2784 | 0.8898 |
72
+ | 0.1389 | 5.0 | 3755 | 0.2896 | 0.8965 |
73
+ | 0.1143 | 6.0 | 4506 | 0.3456 | 0.8881 |
74
+ | 0.0797 | 7.0 | 5257 | 0.3441 | 0.8865 |
75
+ | 0.0583 | 8.0 | 6008 | 0.3964 | 0.8998 |
76
+ | 0.0472 | 9.0 | 6759 | 0.4458 | 0.8915 |
77
+ | 0.0757 | 10.0 | 7510 | 0.4767 | 0.8982 |
78
+ | 0.0191 | 11.0 | 8261 | 0.5147 | 0.8915 |
79
+ | 0.031 | 12.0 | 9012 | 0.5873 | 0.8898 |
80
+ | 0.0022 | 13.0 | 9763 | 0.6291 | 0.8982 |
81
+ | 0.0003 | 14.0 | 10514 | 0.6449 | 0.9048 |
82
+ | 0.0014 | 15.0 | 11265 | 0.6651 | 0.8982 |
83
+ | 0.0237 | 16.0 | 12016 | 0.7228 | 0.9015 |
84
+ | 0.0016 | 17.0 | 12767 | 0.7272 | 0.8948 |
85
+ | 0.0001 | 18.0 | 13518 | 0.7560 | 0.9032 |
86
+ | 0.0001 | 19.0 | 14269 | 0.7571 | 0.8982 |
87
+ | 0.0 | 20.0 | 15020 | 0.7689 | 0.9048 |
88
+ | 0.0 | 21.0 | 15771 | 0.7584 | 0.9048 |
89
+ | 0.0 | 22.0 | 16522 | 0.7967 | 0.9032 |
90
+ | 0.0 | 23.0 | 17273 | 0.7987 | 0.9065 |
91
+ | 0.0001 | 24.0 | 18024 | 0.8298 | 0.9065 |
92
+ | 0.0 | 25.0 | 18775 | 0.8022 | 0.9098 |
93
+ | 0.0 | 26.0 | 19526 | 0.8054 | 0.9098 |
94
+ | 0.0 | 27.0 | 20277 | 0.8124 | 0.9065 |
95
+ | 0.0 | 28.0 | 21028 | 0.8128 | 0.9082 |
96
+ | 0.0194 | 29.0 | 21779 | 0.8361 | 0.9015 |
97
+ | 0.0 | 30.0 | 22530 | 0.8316 | 0.9065 |
98
+ | 0.0 | 31.0 | 23281 | 0.8255 | 0.9132 |
99
+ | 0.0 | 32.0 | 24032 | 0.8225 | 0.9115 |
100
+ | 0.0 | 33.0 | 24783 | 0.8294 | 0.9098 |
101
+ | 0.0 | 34.0 | 25534 | 0.8377 | 0.9082 |
102
+ | 0.0 | 35.0 | 26285 | 0.8477 | 0.9032 |
103
+ | 0.0 | 36.0 | 27036 | 0.8439 | 0.9115 |
104
+ | 0.0 | 37.0 | 27787 | 0.8492 | 0.9065 |
105
+ | 0.0 | 38.0 | 28538 | 0.8435 | 0.9098 |
106
+ | 0.0 | 39.0 | 29289 | 0.8490 | 0.9098 |
107
+ | 0.0 | 40.0 | 30040 | 0.8482 | 0.9115 |
108
+ | 0.0 | 41.0 | 30791 | 0.8506 | 0.9065 |
109
+ | 0.0 | 42.0 | 31542 | 0.8515 | 0.9082 |
110
+ | 0.0 | 43.0 | 32293 | 0.8517 | 0.9115 |
111
+ | 0.0 | 44.0 | 33044 | 0.8525 | 0.9115 |
112
+ | 0.0 | 45.0 | 33795 | 0.8550 | 0.9048 |
113
+ | 0.0 | 46.0 | 34546 | 0.8557 | 0.9082 |
114
+ | 0.0 | 47.0 | 35297 | 0.8547 | 0.9115 |
115
+ | 0.0 | 48.0 | 36048 | 0.8545 | 0.9115 |
116
+ | 0.0 | 49.0 | 36799 | 0.8544 | 0.9115 |
117
+ | 0.0 | 50.0 | 37550 | 0.8545 | 0.9115 |
118
+
119
+
120
+ ### Framework versions
121
+
122
+ - Transformers 4.32.1
123
+ - Pytorch 2.1.1+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:8bc8ce8a824123cb6fc55265c7f99855857a9c70eeaec6527c776a8801bba1df
3
  size 22167850
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7468aa636eed67c16c7ff909b24f6268f922bdfc3c707fa3f540710bc5a8625f
3
  size 22167850