hkivancoral commited on
Commit
09734a1
1 Parent(s): eba648a

End of training

Browse files
README.md ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: microsoft/beit-base-patch16-224
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: hushem_5x_beit_base_adamax_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.8
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_5x_beit_base_adamax_0001_fold1
32
+
33
+ This model is a fine-tuned version of [microsoft/beit-base-patch16-224](https://huggingface.co/microsoft/beit-base-patch16-224) on the imagefolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.9719
36
+ - Accuracy: 0.8
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
+ | 0.4817 | 1.0 | 27 | 0.8446 | 0.6889 |
69
+ | 0.1236 | 2.0 | 54 | 0.5416 | 0.8 |
70
+ | 0.0728 | 3.0 | 81 | 1.1383 | 0.7333 |
71
+ | 0.0137 | 4.0 | 108 | 0.8130 | 0.7556 |
72
+ | 0.0121 | 5.0 | 135 | 1.0498 | 0.7778 |
73
+ | 0.0052 | 6.0 | 162 | 1.2025 | 0.7333 |
74
+ | 0.0025 | 7.0 | 189 | 1.8500 | 0.6889 |
75
+ | 0.0027 | 8.0 | 216 | 1.2581 | 0.7333 |
76
+ | 0.0011 | 9.0 | 243 | 1.0128 | 0.7111 |
77
+ | 0.0002 | 10.0 | 270 | 1.1087 | 0.7111 |
78
+ | 0.0015 | 11.0 | 297 | 1.5799 | 0.6889 |
79
+ | 0.0003 | 12.0 | 324 | 1.1596 | 0.7333 |
80
+ | 0.0003 | 13.0 | 351 | 0.7321 | 0.8222 |
81
+ | 0.0002 | 14.0 | 378 | 0.7110 | 0.8444 |
82
+ | 0.0001 | 15.0 | 405 | 0.9712 | 0.8 |
83
+ | 0.0001 | 16.0 | 432 | 0.9021 | 0.8 |
84
+ | 0.0003 | 17.0 | 459 | 1.0755 | 0.7778 |
85
+ | 0.0001 | 18.0 | 486 | 0.9553 | 0.8 |
86
+ | 0.0001 | 19.0 | 513 | 0.7418 | 0.8 |
87
+ | 0.0001 | 20.0 | 540 | 0.8008 | 0.8222 |
88
+ | 0.0001 | 21.0 | 567 | 0.8246 | 0.8222 |
89
+ | 0.0002 | 22.0 | 594 | 1.0106 | 0.8 |
90
+ | 0.0006 | 23.0 | 621 | 1.3939 | 0.7111 |
91
+ | 0.0001 | 24.0 | 648 | 1.1381 | 0.7111 |
92
+ | 0.0002 | 25.0 | 675 | 1.0384 | 0.7556 |
93
+ | 0.0001 | 26.0 | 702 | 0.9699 | 0.7556 |
94
+ | 0.0001 | 27.0 | 729 | 0.8959 | 0.7778 |
95
+ | 0.0 | 28.0 | 756 | 0.8640 | 0.8 |
96
+ | 0.0 | 29.0 | 783 | 0.8622 | 0.8 |
97
+ | 0.0001 | 30.0 | 810 | 1.0310 | 0.7778 |
98
+ | 0.0001 | 31.0 | 837 | 1.1256 | 0.7778 |
99
+ | 0.0001 | 32.0 | 864 | 1.0777 | 0.7778 |
100
+ | 0.0001 | 33.0 | 891 | 0.9925 | 0.7556 |
101
+ | 0.0001 | 34.0 | 918 | 0.9854 | 0.7778 |
102
+ | 0.0 | 35.0 | 945 | 0.9843 | 0.7778 |
103
+ | 0.0 | 36.0 | 972 | 0.9861 | 0.7778 |
104
+ | 0.0 | 37.0 | 999 | 1.0844 | 0.8222 |
105
+ | 0.0 | 38.0 | 1026 | 1.0708 | 0.8222 |
106
+ | 0.0001 | 39.0 | 1053 | 1.0786 | 0.8 |
107
+ | 0.0 | 40.0 | 1080 | 1.0854 | 0.8 |
108
+ | 0.001 | 41.0 | 1107 | 1.0589 | 0.8 |
109
+ | 0.0001 | 42.0 | 1134 | 1.1362 | 0.7556 |
110
+ | 0.0028 | 43.0 | 1161 | 1.0635 | 0.8 |
111
+ | 0.0 | 44.0 | 1188 | 0.9767 | 0.8 |
112
+ | 0.0 | 45.0 | 1215 | 0.9696 | 0.8 |
113
+ | 0.0003 | 46.0 | 1242 | 0.9742 | 0.8 |
114
+ | 0.0 | 47.0 | 1269 | 0.9715 | 0.8 |
115
+ | 0.0 | 48.0 | 1296 | 0.9720 | 0.8 |
116
+ | 0.0001 | 49.0 | 1323 | 0.9719 | 0.8 |
117
+ | 0.0001 | 50.0 | 1350 | 0.9719 | 0.8 |
118
+
119
+
120
+ ### Framework versions
121
+
122
+ - Transformers 4.35.2
123
+ - Pytorch 2.1.0+cu118
124
+ - Datasets 2.15.0
125
+ - Tokenizers 0.15.0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:498fc1192a7fd7dd51de00f8a0d3320d1f1ef307d0491f98eb1dbab5b550726e
3
  size 343086480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9e38ec11573e40e1dd90f3aad181857931b2703393af770be8911379d430acc
3
  size 343086480
runs/Nov27_22-15-53_0a7ba84d0833/events.out.tfevents.1701123363.0a7ba84d0833.1449.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb8ae699206837e8ce6ff45432f37f7cbff51c705a71f5aa7a1112f6e98ad8fb
3
- size 42226
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78e7f97f403dd8edf53c543e8ae01f8203e3259158b3dfd66c60c26ace33268f
3
+ size 42580