End of training
Browse files- README.md +23 -13
- model.safetensors +1 -1
README.md
CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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:
|
21 |
-
- Accuracy: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -46,22 +46,32 @@ The following hyperparameters were used during training:
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_ratio: 0.1
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
-
|
|
61 |
-
|
|
62 |
-
|
|
63 |
-
|
|
64 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
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: 1.6266
|
21 |
+
- Accuracy: 0.7355
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
47 |
- lr_scheduler_type: linear
|
48 |
- lr_scheduler_warmup_ratio: 0.1
|
49 |
+
- num_epochs: 20
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
+
| 3.2092 | 1.0 | 227 | 3.8429 | 0.4847 |
|
56 |
+
| 3.1076 | 2.0 | 455 | 3.6825 | 0.4990 |
|
57 |
+
| 2.7996 | 3.0 | 682 | 3.4241 | 0.5194 |
|
58 |
+
| 2.4653 | 4.0 | 910 | 3.1673 | 0.5513 |
|
59 |
+
| 2.117 | 5.0 | 1137 | 2.9653 | 0.5733 |
|
60 |
+
| 1.977 | 6.0 | 1365 | 2.7396 | 0.6057 |
|
61 |
+
| 1.7053 | 7.0 | 1592 | 2.6115 | 0.6107 |
|
62 |
+
| 1.5829 | 8.0 | 1820 | 2.4370 | 0.6395 |
|
63 |
+
| 1.4496 | 9.0 | 2047 | 2.2758 | 0.6635 |
|
64 |
+
| 1.3663 | 10.0 | 2275 | 2.1700 | 0.6816 |
|
65 |
+
| 1.2573 | 11.0 | 2502 | 2.0498 | 0.6910 |
|
66 |
+
| 1.1949 | 12.0 | 2730 | 1.9767 | 0.6956 |
|
67 |
+
| 1.1401 | 13.0 | 2957 | 1.8944 | 0.7050 |
|
68 |
+
| 1.0346 | 14.0 | 3185 | 1.8601 | 0.7072 |
|
69 |
+
| 0.9015 | 15.0 | 3412 | 1.7747 | 0.7215 |
|
70 |
+
| 0.8774 | 16.0 | 3640 | 1.7055 | 0.7239 |
|
71 |
+
| 0.875 | 17.0 | 3867 | 1.7231 | 0.7294 |
|
72 |
+
| 0.9291 | 18.0 | 4095 | 1.6697 | 0.7303 |
|
73 |
+
| 0.8888 | 19.0 | 4322 | 1.6108 | 0.7404 |
|
74 |
+
| 0.8496 | 19.96 | 4540 | 1.6266 | 0.7355 |
|
75 |
|
76 |
|
77 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 346284620
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3e78db8b3cffeb33a19d1affce3277415d264492a9f1477508b47a07ecc7abb
|
3 |
size 346284620
|