habibi26 commited on
Commit
44ac4e5
1 Parent(s): 38499f9

Model save

Browse files
README.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: openai/clip-vit-base-patch32
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - imagefolder
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: ktp-kk-crop
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ dataset:
16
+ name: imagefolder
17
+ type: imagefolder
18
+ config: default
19
+ split: validation
20
+ args: default
21
+ metrics:
22
+ - name: Accuracy
23
+ type: accuracy
24
+ value: 0.945054945054945
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # ktp-kk-crop
31
+
32
+ This model is a fine-tuned version of [openai/clip-vit-base-patch32](https://huggingface.co/openai/clip-vit-base-patch32) on the imagefolder dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 0.2528
35
+ - Accuracy: 0.9451
36
+
37
+ ## Model description
38
+
39
+ More information needed
40
+
41
+ ## Intended uses & limitations
42
+
43
+ More information needed
44
+
45
+ ## Training and evaluation data
46
+
47
+ More information needed
48
+
49
+ ## Training procedure
50
+
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 5e-05
55
+ - train_batch_size: 16
56
+ - eval_batch_size: 16
57
+ - seed: 42
58
+ - gradient_accumulation_steps: 4
59
+ - total_train_batch_size: 64
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - lr_scheduler_warmup_ratio: 0.1
63
+ - num_epochs: 25
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
68
+ |:-------------:|:-------:|:----:|:---------------:|:--------:|
69
+ | No log | 0.9655 | 7 | 0.5985 | 0.6154 |
70
+ | No log | 1.9310 | 14 | 0.1681 | 0.9341 |
71
+ | 0.4711 | 2.8966 | 21 | 0.2271 | 0.9011 |
72
+ | 0.4711 | 4.0 | 29 | 0.8009 | 0.7473 |
73
+ | 0.3768 | 4.9655 | 36 | 0.1365 | 0.9560 |
74
+ | 0.3768 | 5.9310 | 43 | 0.1176 | 0.9780 |
75
+ | 0.069 | 6.8966 | 50 | 0.0880 | 0.9890 |
76
+ | 0.069 | 8.0 | 58 | 0.6839 | 0.9011 |
77
+ | 0.0212 | 8.9655 | 65 | 0.3376 | 0.9451 |
78
+ | 0.0212 | 9.9310 | 72 | 0.2240 | 0.9670 |
79
+ | 0.0201 | 10.8966 | 79 | 0.5612 | 0.9341 |
80
+ | 0.0201 | 12.0 | 87 | 0.2688 | 0.9560 |
81
+ | 0.0039 | 12.9655 | 94 | 0.1710 | 0.9780 |
82
+ | 0.0039 | 13.9310 | 101 | 0.3437 | 0.9560 |
83
+ | 0.0293 | 14.8966 | 108 | 0.2446 | 0.9670 |
84
+ | 0.0293 | 16.0 | 116 | 0.1507 | 0.9780 |
85
+ | 0.0009 | 16.9655 | 123 | 0.2032 | 0.9670 |
86
+ | 0.0009 | 17.9310 | 130 | 0.2481 | 0.9451 |
87
+ | 0.0 | 18.8966 | 137 | 0.2608 | 0.9451 |
88
+ | 0.0 | 20.0 | 145 | 0.2611 | 0.9451 |
89
+ | 0.0 | 20.9655 | 152 | 0.2579 | 0.9451 |
90
+ | 0.0 | 21.9310 | 159 | 0.2554 | 0.9451 |
91
+ | 0.0 | 22.8966 | 166 | 0.2536 | 0.9451 |
92
+ | 0.0 | 24.0 | 174 | 0.2528 | 0.9451 |
93
+ | 0.0 | 24.1379 | 175 | 0.2528 | 0.9451 |
94
+
95
+
96
+ ### Framework versions
97
+
98
+ - Transformers 4.41.2
99
+ - Pytorch 2.1.2
100
+ - Datasets 2.19.2
101
+ - Tokenizers 0.19.1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5cb315798a12f6271f94d9387bd872ef59a6c7212654b9c7f01bdc5ed9636ce3
3
  size 349854120
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8ce9118621b4439fdc519446cf347cc3932e4d2446cc78e70839aec6c24abf3
3
  size 349854120
runs/Jul09_04-46-11_2f6ca34d0b80/events.out.tfevents.1720500406.2f6ca34d0b80.34.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3006704c8e993e1d498c134f3aadddcde02870333b4b83cd82a6542ef97be9f
3
- size 14659
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19180e2c51490a5f439084fbe73d353c66659fad85dd598596f7d2c1dc130e7c
3
+ size 15336