./wmc_v2_vit_base_wm811k_cls_contra_learning_0916
Browse files- README.md +23 -11
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- F1: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -52,18 +52,30 @@ The following hyperparameters were used during training:
|
|
52 |
- total_train_batch_size: 128
|
53 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
- lr_scheduler_type: linear
|
55 |
-
- num_epochs:
|
56 |
- mixed_precision_training: Native AMP
|
57 |
|
58 |
### Training results
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
61 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
62 |
-
| 1.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.0661
|
25 |
+
- Accuracy: 0.9768
|
26 |
+
- Precision: 0.9627
|
27 |
+
- Recall: 0.9551
|
28 |
+
- F1: 0.9585
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
52 |
- total_train_batch_size: 128
|
53 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
54 |
- lr_scheduler_type: linear
|
55 |
+
- num_epochs: 3
|
56 |
- mixed_precision_training: Native AMP
|
57 |
|
58 |
### Training results
|
59 |
|
60 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
61 |
|:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
62 |
+
| 1.1711 | 0.1697 | 100 | 0.6405 | 0.7559 | 0.6494 | 0.5790 | 0.5526 |
|
63 |
+
| 0.7143 | 0.3394 | 200 | 0.3116 | 0.8971 | 0.8478 | 0.7631 | 0.7576 |
|
64 |
+
| 0.584 | 0.5091 | 300 | 0.2060 | 0.9489 | 0.9137 | 0.8836 | 0.8940 |
|
65 |
+
| 0.4654 | 0.6788 | 400 | 0.1431 | 0.9603 | 0.9190 | 0.9289 | 0.9230 |
|
66 |
+
| 0.4465 | 0.8485 | 500 | 0.1176 | 0.9679 | 0.9458 | 0.9295 | 0.9373 |
|
67 |
+
| 0.3368 | 1.0182 | 600 | 0.1395 | 0.9550 | 0.9338 | 0.9244 | 0.9248 |
|
68 |
+
| 0.3741 | 1.1880 | 700 | 0.1541 | 0.9528 | 0.9287 | 0.9328 | 0.9269 |
|
69 |
+
| 0.3191 | 1.3577 | 800 | 0.1039 | 0.9697 | 0.9510 | 0.9453 | 0.9470 |
|
70 |
+
| 0.3354 | 1.5274 | 900 | 0.0952 | 0.9709 | 0.9530 | 0.9539 | 0.9529 |
|
71 |
+
| 0.3122 | 1.6971 | 1000 | 0.0799 | 0.9761 | 0.9456 | 0.9665 | 0.9556 |
|
72 |
+
| 0.295 | 1.8668 | 1100 | 0.0770 | 0.9758 | 0.9615 | 0.9534 | 0.9567 |
|
73 |
+
| 0.2993 | 2.0365 | 1200 | 0.0650 | 0.9794 | 0.9655 | 0.9597 | 0.9624 |
|
74 |
+
| 0.227 | 2.2062 | 1300 | 0.0717 | 0.9763 | 0.9598 | 0.9573 | 0.9584 |
|
75 |
+
| 0.2508 | 2.3759 | 1400 | 0.0653 | 0.9785 | 0.9605 | 0.9621 | 0.9613 |
|
76 |
+
| 0.3053 | 2.5456 | 1500 | 0.0629 | 0.9797 | 0.9623 | 0.9617 | 0.9620 |
|
77 |
+
| 0.2183 | 2.7153 | 1600 | 0.0676 | 0.9767 | 0.9597 | 0.9553 | 0.9572 |
|
78 |
+
| 0.219 | 2.8850 | 1700 | 0.0661 | 0.9768 | 0.9627 | 0.9551 | 0.9585 |
|
79 |
|
80 |
|
81 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 345598832
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc18ca2d31acb40965c69979e8088199d254e978e94d84d0708bd4a981cb3c35
|
3 |
size 345598832
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:192266ad9824f3b5b63a2b0853205302e246ea5e8ded581f7f354174165d0c48
|
3 |
size 5240
|