hkivancoral commited on
Commit
2d273e3
·
1 Parent(s): 209bf32

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-base-patch16-224
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: smids_5x_deit_base_sgd_001_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.8931552587646077
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_5x_deit_base_sgd_001_fold1
32
+
33
+ This model is a fine-tuned version of [facebook/deit-base-patch16-224](https://huggingface.co/facebook/deit-base-patch16-224) on the imagefolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.2661
36
+ - Accuracy: 0.8932
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.001
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.7985 | 1.0 | 376 | 0.8182 | 0.6978 |
69
+ | 0.594 | 2.0 | 752 | 0.5849 | 0.7746 |
70
+ | 0.4653 | 3.0 | 1128 | 0.4811 | 0.8197 |
71
+ | 0.4509 | 4.0 | 1504 | 0.4265 | 0.8264 |
72
+ | 0.406 | 5.0 | 1880 | 0.3929 | 0.8447 |
73
+ | 0.3758 | 6.0 | 2256 | 0.3696 | 0.8581 |
74
+ | 0.3147 | 7.0 | 2632 | 0.3531 | 0.8698 |
75
+ | 0.3421 | 8.0 | 3008 | 0.3417 | 0.8664 |
76
+ | 0.3606 | 9.0 | 3384 | 0.3307 | 0.8798 |
77
+ | 0.2866 | 10.0 | 3760 | 0.3222 | 0.8865 |
78
+ | 0.2912 | 11.0 | 4136 | 0.3153 | 0.8798 |
79
+ | 0.2629 | 12.0 | 4512 | 0.3094 | 0.8865 |
80
+ | 0.2464 | 13.0 | 4888 | 0.3048 | 0.8848 |
81
+ | 0.2413 | 14.0 | 5264 | 0.3005 | 0.8881 |
82
+ | 0.3125 | 15.0 | 5640 | 0.2955 | 0.8932 |
83
+ | 0.226 | 16.0 | 6016 | 0.2931 | 0.8865 |
84
+ | 0.2346 | 17.0 | 6392 | 0.2899 | 0.8915 |
85
+ | 0.2997 | 18.0 | 6768 | 0.2867 | 0.8881 |
86
+ | 0.2564 | 19.0 | 7144 | 0.2849 | 0.8898 |
87
+ | 0.1951 | 20.0 | 7520 | 0.2838 | 0.8898 |
88
+ | 0.2828 | 21.0 | 7896 | 0.2817 | 0.8898 |
89
+ | 0.2327 | 22.0 | 8272 | 0.2806 | 0.8898 |
90
+ | 0.2604 | 23.0 | 8648 | 0.2786 | 0.8865 |
91
+ | 0.2065 | 24.0 | 9024 | 0.2780 | 0.8881 |
92
+ | 0.2338 | 25.0 | 9400 | 0.2766 | 0.8881 |
93
+ | 0.2197 | 26.0 | 9776 | 0.2745 | 0.8898 |
94
+ | 0.1797 | 27.0 | 10152 | 0.2743 | 0.8898 |
95
+ | 0.199 | 28.0 | 10528 | 0.2732 | 0.8915 |
96
+ | 0.2002 | 29.0 | 10904 | 0.2724 | 0.8898 |
97
+ | 0.1586 | 30.0 | 11280 | 0.2714 | 0.8932 |
98
+ | 0.1861 | 31.0 | 11656 | 0.2710 | 0.8932 |
99
+ | 0.2539 | 32.0 | 12032 | 0.2706 | 0.8948 |
100
+ | 0.1906 | 33.0 | 12408 | 0.2700 | 0.8948 |
101
+ | 0.1642 | 34.0 | 12784 | 0.2697 | 0.8915 |
102
+ | 0.1856 | 35.0 | 13160 | 0.2694 | 0.8915 |
103
+ | 0.2084 | 36.0 | 13536 | 0.2691 | 0.8932 |
104
+ | 0.1812 | 37.0 | 13912 | 0.2681 | 0.8948 |
105
+ | 0.2073 | 38.0 | 14288 | 0.2680 | 0.8948 |
106
+ | 0.1854 | 39.0 | 14664 | 0.2677 | 0.8915 |
107
+ | 0.1953 | 40.0 | 15040 | 0.2671 | 0.8932 |
108
+ | 0.1912 | 41.0 | 15416 | 0.2672 | 0.8948 |
109
+ | 0.1646 | 42.0 | 15792 | 0.2669 | 0.8932 |
110
+ | 0.1689 | 43.0 | 16168 | 0.2666 | 0.8932 |
111
+ | 0.1894 | 44.0 | 16544 | 0.2664 | 0.8932 |
112
+ | 0.173 | 45.0 | 16920 | 0.2663 | 0.8932 |
113
+ | 0.2186 | 46.0 | 17296 | 0.2661 | 0.8932 |
114
+ | 0.1671 | 47.0 | 17672 | 0.2661 | 0.8932 |
115
+ | 0.1916 | 48.0 | 18048 | 0.2661 | 0.8932 |
116
+ | 0.1583 | 49.0 | 18424 | 0.2661 | 0.8932 |
117
+ | 0.137 | 50.0 | 18800 | 0.2661 | 0.8932 |
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:2c7576bff16a43abf39a9f1f4670f630a03fb86b4af31c4db45449d59180a0c3
3
  size 343272234
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b15875386b998da29c8be4a68fe4924345e8b9819da82b9a7c6d3b5f22cecc8
3
  size 343272234