hkivancoral
commited on
Commit
•
78946fb
1
Parent(s):
0c13fc3
End of training
Browse files- README.md +95 -0
- model.safetensors +1 -1
README.md
ADDED
@@ -0,0 +1,95 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: hushem_conflu_deneme_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: test
|
21 |
+
args: default
|
22 |
+
metrics:
|
23 |
+
- name: Accuracy
|
24 |
+
type: accuracy
|
25 |
+
value: 0.627906976744186
|
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_conflu_deneme_fold3
|
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.9617
|
36 |
+
- Accuracy: 0.6279
|
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: 20
|
63 |
+
|
64 |
+
### Training results
|
65 |
+
|
66 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
67 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
68 |
+
| No log | 1.0 | 6 | 1.6871 | 0.2558 |
|
69 |
+
| 1.9835 | 2.0 | 12 | 1.3632 | 0.2326 |
|
70 |
+
| 1.9835 | 3.0 | 18 | 1.4109 | 0.3256 |
|
71 |
+
| 1.294 | 4.0 | 24 | 1.3794 | 0.4186 |
|
72 |
+
| 1.2341 | 5.0 | 30 | 1.2119 | 0.4651 |
|
73 |
+
| 1.2341 | 6.0 | 36 | 1.4964 | 0.4419 |
|
74 |
+
| 1.0897 | 7.0 | 42 | 1.2398 | 0.4651 |
|
75 |
+
| 1.0897 | 8.0 | 48 | 1.0532 | 0.5349 |
|
76 |
+
| 0.9835 | 9.0 | 54 | 1.1022 | 0.5116 |
|
77 |
+
| 0.9034 | 10.0 | 60 | 0.9784 | 0.6279 |
|
78 |
+
| 0.9034 | 11.0 | 66 | 1.5952 | 0.5116 |
|
79 |
+
| 0.8061 | 12.0 | 72 | 0.9828 | 0.5581 |
|
80 |
+
| 0.8061 | 13.0 | 78 | 0.9199 | 0.7209 |
|
81 |
+
| 0.765 | 14.0 | 84 | 1.0672 | 0.5581 |
|
82 |
+
| 0.6513 | 15.0 | 90 | 1.0129 | 0.6744 |
|
83 |
+
| 0.6513 | 16.0 | 96 | 0.9247 | 0.6977 |
|
84 |
+
| 0.4919 | 17.0 | 102 | 0.9617 | 0.6279 |
|
85 |
+
| 0.4919 | 18.0 | 108 | 0.9617 | 0.6279 |
|
86 |
+
| 0.4742 | 19.0 | 114 | 0.9617 | 0.6279 |
|
87 |
+
| 0.4695 | 20.0 | 120 | 0.9617 | 0.6279 |
|
88 |
+
|
89 |
+
|
90 |
+
### Framework versions
|
91 |
+
|
92 |
+
- Transformers 4.35.0
|
93 |
+
- Pytorch 2.1.0+cu118
|
94 |
+
- Datasets 2.14.6
|
95 |
+
- Tokenizers 0.14.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 22123464
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:09f9dceb65adb37382c7cf7ae3e573e0f89496a0de2a0b1752c4dffcece16bdf
|
3 |
size 22123464
|