hkivancoral commited on
Commit
d4d54dc
1 Parent(s): 9061df7

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: hushem_40x_deit_base_sgd_0001_fold2
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.3333333333333333
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
+ # hushem_40x_deit_base_sgd_0001_fold2
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: 1.2543
36
+ - Accuracy: 0.3333
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.3992 | 1.0 | 215 | 1.3998 | 0.2667 |
69
+ | 1.3515 | 2.0 | 430 | 1.3921 | 0.3111 |
70
+ | 1.3529 | 3.0 | 645 | 1.3851 | 0.3111 |
71
+ | 1.3241 | 4.0 | 860 | 1.3787 | 0.3111 |
72
+ | 1.3174 | 5.0 | 1075 | 1.3730 | 0.3333 |
73
+ | 1.331 | 6.0 | 1290 | 1.3675 | 0.3333 |
74
+ | 1.3242 | 7.0 | 1505 | 1.3623 | 0.3333 |
75
+ | 1.2565 | 8.0 | 1720 | 1.3574 | 0.3111 |
76
+ | 1.2719 | 9.0 | 1935 | 1.3525 | 0.3333 |
77
+ | 1.2647 | 10.0 | 2150 | 1.3477 | 0.3333 |
78
+ | 1.2293 | 11.0 | 2365 | 1.3430 | 0.3556 |
79
+ | 1.1981 | 12.0 | 2580 | 1.3386 | 0.3556 |
80
+ | 1.2258 | 13.0 | 2795 | 1.3342 | 0.3556 |
81
+ | 1.1901 | 14.0 | 3010 | 1.3299 | 0.3111 |
82
+ | 1.1988 | 15.0 | 3225 | 1.3257 | 0.3333 |
83
+ | 1.2048 | 16.0 | 3440 | 1.3214 | 0.3333 |
84
+ | 1.1848 | 17.0 | 3655 | 1.3173 | 0.3333 |
85
+ | 1.1799 | 18.0 | 3870 | 1.3134 | 0.3333 |
86
+ | 1.1629 | 19.0 | 4085 | 1.3095 | 0.3333 |
87
+ | 1.1482 | 20.0 | 4300 | 1.3058 | 0.3333 |
88
+ | 1.1478 | 21.0 | 4515 | 1.3022 | 0.3333 |
89
+ | 1.1472 | 22.0 | 4730 | 1.2988 | 0.3333 |
90
+ | 1.1143 | 23.0 | 4945 | 1.2955 | 0.3333 |
91
+ | 1.1122 | 24.0 | 5160 | 1.2923 | 0.3333 |
92
+ | 1.1 | 25.0 | 5375 | 1.2893 | 0.3111 |
93
+ | 1.1089 | 26.0 | 5590 | 1.2864 | 0.3111 |
94
+ | 1.1001 | 27.0 | 5805 | 1.2836 | 0.3333 |
95
+ | 1.0858 | 28.0 | 6020 | 1.2810 | 0.3333 |
96
+ | 1.093 | 29.0 | 6235 | 1.2786 | 0.3333 |
97
+ | 1.081 | 30.0 | 6450 | 1.2761 | 0.3333 |
98
+ | 1.0426 | 31.0 | 6665 | 1.2739 | 0.3333 |
99
+ | 1.0757 | 32.0 | 6880 | 1.2718 | 0.3333 |
100
+ | 1.0524 | 33.0 | 7095 | 1.2698 | 0.3333 |
101
+ | 1.0725 | 34.0 | 7310 | 1.2680 | 0.3333 |
102
+ | 1.055 | 35.0 | 7525 | 1.2662 | 0.3333 |
103
+ | 1.0308 | 36.0 | 7740 | 1.2646 | 0.3333 |
104
+ | 1.0978 | 37.0 | 7955 | 1.2631 | 0.3333 |
105
+ | 1.0264 | 38.0 | 8170 | 1.2617 | 0.3333 |
106
+ | 1.0508 | 39.0 | 8385 | 1.2604 | 0.3333 |
107
+ | 1.0208 | 40.0 | 8600 | 1.2593 | 0.3333 |
108
+ | 1.0505 | 41.0 | 8815 | 1.2583 | 0.3333 |
109
+ | 1.0147 | 42.0 | 9030 | 1.2574 | 0.3333 |
110
+ | 1.0355 | 43.0 | 9245 | 1.2566 | 0.3333 |
111
+ | 1.0064 | 44.0 | 9460 | 1.2559 | 0.3333 |
112
+ | 1.019 | 45.0 | 9675 | 1.2554 | 0.3333 |
113
+ | 1.0292 | 46.0 | 9890 | 1.2549 | 0.3333 |
114
+ | 1.0584 | 47.0 | 10105 | 1.2546 | 0.3333 |
115
+ | 1.0425 | 48.0 | 10320 | 1.2544 | 0.3333 |
116
+ | 1.0211 | 49.0 | 10535 | 1.2543 | 0.3333 |
117
+ | 1.0221 | 50.0 | 10750 | 1.2543 | 0.3333 |
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:f1efda335086b47f96e62e76079ed983227641c1850b0fc1b4d2417e739a3de2
3
  size 343275306
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2335432f09a734b5f7cd5f6e241e78eaa9b8f67f73924e678988364fb81962fd
3
  size 343275306