karoladelk commited on
Commit
cfd1ee3
1 Parent(s): 2937322

Model save

Browse files
README.md CHANGED
@@ -2,8 +2,9 @@
2
  license: apache-2.0
3
  base_model: google/vit-base-patch16-224-in21k
4
  tags:
5
- - image-classification
6
  - generated_from_trainer
 
 
7
  model-index:
8
  - name: bachh
9
  results: []
@@ -14,7 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # bachh
16
 
17
- This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the Pranavkpba2000/skin_cancer_dataset dataset.
 
 
 
18
 
19
  ## Model description
20
 
@@ -41,6 +45,47 @@ The following hyperparameters were used during training:
41
  - lr_scheduler_type: linear
42
  - num_epochs: 4
43
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ### Framework versions
45
 
46
  - Transformers 4.39.3
 
2
  license: apache-2.0
3
  base_model: google/vit-base-patch16-224-in21k
4
  tags:
 
5
  - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
  model-index:
9
  - name: bachh
10
  results: []
 
15
 
16
  # bachh
17
 
18
+ This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.5198
21
+ - Accuracy: 0.8654
22
 
23
  ## Model description
24
 
 
45
  - lr_scheduler_type: linear
46
  - num_epochs: 4
47
 
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | 0.8279 | 0.11 | 100 | 0.9659 | 0.6697 |
53
+ | 0.7801 | 0.22 | 200 | 0.8758 | 0.6725 |
54
+ | 0.7136 | 0.34 | 300 | 0.7788 | 0.7178 |
55
+ | 0.7302 | 0.45 | 400 | 0.7041 | 0.7438 |
56
+ | 0.6793 | 0.56 | 500 | 0.6882 | 0.7431 |
57
+ | 0.5872 | 0.67 | 600 | 0.6480 | 0.7683 |
58
+ | 0.5711 | 0.78 | 700 | 0.6490 | 0.7588 |
59
+ | 0.6003 | 0.9 | 800 | 0.6116 | 0.7727 |
60
+ | 0.4382 | 1.01 | 900 | 0.6016 | 0.7883 |
61
+ | 0.4666 | 1.12 | 1000 | 0.5848 | 0.7803 |
62
+ | 0.3944 | 1.23 | 1100 | 0.6039 | 0.7745 |
63
+ | 0.3805 | 1.35 | 1200 | 0.4929 | 0.8221 |
64
+ | 0.3795 | 1.46 | 1300 | 0.5391 | 0.8048 |
65
+ | 0.3727 | 1.57 | 1400 | 0.5303 | 0.8149 |
66
+ | 0.3658 | 1.68 | 1500 | 0.5471 | 0.8160 |
67
+ | 0.3289 | 1.79 | 1600 | 0.5170 | 0.8184 |
68
+ | 0.2832 | 1.91 | 1700 | 0.4795 | 0.8334 |
69
+ | 0.2048 | 2.02 | 1800 | 0.4942 | 0.8300 |
70
+ | 0.2085 | 2.13 | 1900 | 0.4743 | 0.8394 |
71
+ | 0.1449 | 2.24 | 2000 | 0.4642 | 0.8469 |
72
+ | 0.1662 | 2.35 | 2100 | 0.4669 | 0.8426 |
73
+ | 0.1603 | 2.47 | 2200 | 0.4721 | 0.8452 |
74
+ | 0.1079 | 2.58 | 2300 | 0.5236 | 0.8342 |
75
+ | 0.1952 | 2.69 | 2400 | 0.4448 | 0.8493 |
76
+ | 0.2091 | 2.8 | 2500 | 0.4959 | 0.8518 |
77
+ | 0.166 | 2.91 | 2600 | 0.5036 | 0.8356 |
78
+ | 0.055 | 3.03 | 2700 | 0.4854 | 0.8497 |
79
+ | 0.0639 | 3.14 | 2800 | 0.4987 | 0.8605 |
80
+ | 0.0421 | 3.25 | 2900 | 0.5258 | 0.8543 |
81
+ | 0.0292 | 3.36 | 3000 | 0.5287 | 0.8601 |
82
+ | 0.0136 | 3.48 | 3100 | 0.5250 | 0.8593 |
83
+ | 0.0421 | 3.59 | 3200 | 0.5192 | 0.8647 |
84
+ | 0.0307 | 3.7 | 3300 | 0.5251 | 0.8569 |
85
+ | 0.0536 | 3.81 | 3400 | 0.5300 | 0.8611 |
86
+ | 0.0269 | 3.92 | 3500 | 0.5198 | 0.8654 |
87
+
88
+
89
  ### Framework versions
90
 
91
  - Transformers 4.39.3
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d6fe7b11d3a4bb6c4588d7e7ee07c4df0b147a3d285b58e08dc53bed824de16
3
  size 343242432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a49b2bcc922b9bffc53a81e934bb2e26b70554fc1774492a45c58479afa0f721
3
  size 343242432
runs/Apr21_23-14-53_c06b9207acf6/events.out.tfevents.1713741295.c06b9207acf6.24.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b63795460da087d39747e48d1a7c2ca59816ae7932aff11d995f9cd84cd959ef
3
- size 89900
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb4b338bcd004909285df4c3c9fe62961936cd045718b3280d947a99c1abba46
3
+ size 91520