BilalMuftuoglu commited on
Commit
1874da2
·
verified ·
1 Parent(s): 022b042

Model save

Browse files
README.md ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/deit-base-distilled-patch16-224
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - imagefolder
8
+ metrics:
9
+ - accuracy
10
+ model-index:
11
+ - name: deit-base-distilled-patch16-224-hasta-65-fold3
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: train
21
+ args: default
22
+ metrics:
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.5277777777777778
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
+ # deit-base-distilled-patch16-224-hasta-65-fold3
32
+
33
+ This model is a fine-tuned version of [facebook/deit-base-distilled-patch16-224](https://huggingface.co/facebook/deit-base-distilled-patch16-224) on the imagefolder dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.8886
36
+ - Accuracy: 0.5278
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: 5e-05
56
+ - train_batch_size: 32
57
+ - eval_batch_size: 32
58
+ - seed: 42
59
+ - gradient_accumulation_steps: 4
60
+ - total_train_batch_size: 128
61
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
+ - lr_scheduler_type: linear
63
+ - lr_scheduler_warmup_ratio: 0.1
64
+ - num_epochs: 100
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
69
+ |:-------------:|:-------:|:----:|:---------------:|:--------:|
70
+ | No log | 0.5714 | 1 | 1.0782 | 0.3889 |
71
+ | No log | 1.7143 | 3 | 1.0920 | 0.4444 |
72
+ | No log | 2.8571 | 5 | 1.1444 | 0.3333 |
73
+ | No log | 4.0 | 7 | 1.0610 | 0.4444 |
74
+ | No log | 4.5714 | 8 | 1.0671 | 0.5 |
75
+ | 1.0571 | 5.7143 | 10 | 1.1793 | 0.4444 |
76
+ | 1.0571 | 6.8571 | 12 | 1.0866 | 0.4722 |
77
+ | 1.0571 | 8.0 | 14 | 1.1468 | 0.5 |
78
+ | 1.0571 | 8.5714 | 15 | 1.2370 | 0.4167 |
79
+ | 1.0571 | 9.7143 | 17 | 1.0559 | 0.5 |
80
+ | 1.0571 | 10.8571 | 19 | 0.9752 | 0.5278 |
81
+ | 0.8894 | 12.0 | 21 | 1.0526 | 0.5 |
82
+ | 0.8894 | 12.5714 | 22 | 1.0317 | 0.5556 |
83
+ | 0.8894 | 13.7143 | 24 | 1.0262 | 0.5556 |
84
+ | 0.8894 | 14.8571 | 26 | 0.9769 | 0.4722 |
85
+ | 0.8894 | 16.0 | 28 | 0.9297 | 0.4722 |
86
+ | 0.8894 | 16.5714 | 29 | 0.8848 | 0.5556 |
87
+ | 0.7239 | 17.7143 | 31 | 0.8514 | 0.5833 |
88
+ | 0.7239 | 18.8571 | 33 | 0.8981 | 0.5 |
89
+ | 0.7239 | 20.0 | 35 | 0.9670 | 0.5 |
90
+ | 0.7239 | 20.5714 | 36 | 0.8502 | 0.5556 |
91
+ | 0.7239 | 21.7143 | 38 | 0.7785 | 0.6389 |
92
+ | 0.6094 | 22.8571 | 40 | 0.9256 | 0.5556 |
93
+ | 0.6094 | 24.0 | 42 | 0.9037 | 0.5278 |
94
+ | 0.6094 | 24.5714 | 43 | 0.8753 | 0.5278 |
95
+ | 0.6094 | 25.7143 | 45 | 0.8113 | 0.5556 |
96
+ | 0.6094 | 26.8571 | 47 | 0.9797 | 0.5 |
97
+ | 0.6094 | 28.0 | 49 | 1.0319 | 0.5 |
98
+ | 0.4826 | 28.5714 | 50 | 0.9114 | 0.5 |
99
+ | 0.4826 | 29.7143 | 52 | 0.7637 | 0.6389 |
100
+ | 0.4826 | 30.8571 | 54 | 0.8048 | 0.5556 |
101
+ | 0.4826 | 32.0 | 56 | 0.9822 | 0.5 |
102
+ | 0.4826 | 32.5714 | 57 | 0.9031 | 0.5278 |
103
+ | 0.4826 | 33.7143 | 59 | 0.7211 | 0.5833 |
104
+ | 0.3943 | 34.8571 | 61 | 0.6979 | 0.6111 |
105
+ | 0.3943 | 36.0 | 63 | 0.7324 | 0.6111 |
106
+ | 0.3943 | 36.5714 | 64 | 0.7462 | 0.6389 |
107
+ | 0.3943 | 37.7143 | 66 | 0.7728 | 0.5833 |
108
+ | 0.3943 | 38.8571 | 68 | 0.7530 | 0.6389 |
109
+ | 0.3325 | 40.0 | 70 | 0.7361 | 0.6389 |
110
+ | 0.3325 | 40.5714 | 71 | 0.7227 | 0.6389 |
111
+ | 0.3325 | 41.7143 | 73 | 0.7938 | 0.5833 |
112
+ | 0.3325 | 42.8571 | 75 | 0.8003 | 0.5556 |
113
+ | 0.3325 | 44.0 | 77 | 0.7544 | 0.6389 |
114
+ | 0.3325 | 44.5714 | 78 | 0.7556 | 0.6389 |
115
+ | 0.2911 | 45.7143 | 80 | 0.7858 | 0.5833 |
116
+ | 0.2911 | 46.8571 | 82 | 0.7992 | 0.5556 |
117
+ | 0.2911 | 48.0 | 84 | 0.8293 | 0.6111 |
118
+ | 0.2911 | 48.5714 | 85 | 0.8294 | 0.5833 |
119
+ | 0.2911 | 49.7143 | 87 | 0.8113 | 0.5833 |
120
+ | 0.2911 | 50.8571 | 89 | 0.8062 | 0.5278 |
121
+ | 0.2577 | 52.0 | 91 | 0.8508 | 0.5556 |
122
+ | 0.2577 | 52.5714 | 92 | 0.8744 | 0.5556 |
123
+ | 0.2577 | 53.7143 | 94 | 0.8948 | 0.5556 |
124
+ | 0.2577 | 54.8571 | 96 | 0.8976 | 0.5278 |
125
+ | 0.2577 | 56.0 | 98 | 0.8933 | 0.5278 |
126
+ | 0.2577 | 56.5714 | 99 | 0.8900 | 0.5278 |
127
+ | 0.2642 | 57.1429 | 100 | 0.8886 | 0.5278 |
128
+
129
+
130
+ ### Framework versions
131
+
132
+ - Transformers 4.41.0
133
+ - Pytorch 2.3.0+cu121
134
+ - Datasets 2.19.1
135
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65f70126fe2175f11e902be22f9a0e105ee00b4c67122dd8b67c48119ddd2604
3
  size 343233492
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9deca5313678f776ea0eac93c53db3ac5851fb2d26eb16819434f4ff3cdc54f8
3
  size 343233492
runs/May22_14-43-45_927069b479b5/events.out.tfevents.1716389026.927069b479b5.252.20 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7847d0616e9433ec4464c513597ae50b8514ee7b4dc3d1a968011b37db4b33b
3
- size 24311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06226c82c70aa6e5be3fd7c4cd2c3150150c92b35905f58f6b7833dd5b9db8d4
3
+ size 25817