Commit
·
42961b3
1
Parent(s):
dc308af
update model card README.md
Browse files
README.md
CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/beit-base-patch16-224-pt22k](https://huggingface.co/microsoft/beit-base-patch16-224-pt22k) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss:
|
20 |
-
- Accuracy: 0.
|
21 |
|
22 |
## Model description
|
23 |
|
@@ -45,32 +45,22 @@ The following hyperparameters were used during training:
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
-
| No log | 1.0 | 3 | 1.
|
55 |
-
| No log | 2.0 | 6 | 1.
|
56 |
-
| No log | 3.0 | 9 | 1.
|
57 |
-
| 1.
|
58 |
-
| 1.
|
59 |
-
| 1.
|
60 |
-
| 1.
|
61 |
-
| 1.
|
62 |
-
| 1.
|
63 |
-
| 1.
|
64 |
-
| 1.0867 | 11.0 | 33 | 0.9561 | 0.5 |
|
65 |
-
| 1.0867 | 12.0 | 36 | 1.2424 | 0.5 |
|
66 |
-
| 1.0867 | 13.0 | 39 | 0.8336 | 0.5952 |
|
67 |
-
| 0.9834 | 14.0 | 42 | 0.9911 | 0.6190 |
|
68 |
-
| 0.9834 | 15.0 | 45 | 0.9701 | 0.5476 |
|
69 |
-
| 0.9834 | 16.0 | 48 | 0.8365 | 0.5952 |
|
70 |
-
| 0.9604 | 17.0 | 51 | 0.8691 | 0.5 |
|
71 |
-
| 0.9604 | 18.0 | 54 | 0.9503 | 0.5476 |
|
72 |
-
| 0.9604 | 19.0 | 57 | 0.9222 | 0.5476 |
|
73 |
-
| 0.8664 | 20.0 | 60 | 0.9122 | 0.5476 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [microsoft/beit-base-patch16-224-pt22k](https://huggingface.co/microsoft/beit-base-patch16-224-pt22k) on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 1.1881
|
20 |
+
- Accuracy: 0.5714
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_ratio: 0.1
|
48 |
+
- num_epochs: 10
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
54 |
+
| No log | 1.0 | 3 | 1.5369 | 0.4762 |
|
55 |
+
| No log | 2.0 | 6 | 1.4999 | 0.3333 |
|
56 |
+
| No log | 3.0 | 9 | 1.3085 | 0.4524 |
|
57 |
+
| 1.6051 | 4.0 | 12 | 1.3072 | 0.4524 |
|
58 |
+
| 1.6051 | 5.0 | 15 | 1.2578 | 0.5238 |
|
59 |
+
| 1.6051 | 6.0 | 18 | 1.2376 | 0.5476 |
|
60 |
+
| 1.3665 | 7.0 | 21 | 1.2073 | 0.5714 |
|
61 |
+
| 1.3665 | 8.0 | 24 | 1.1972 | 0.5714 |
|
62 |
+
| 1.3665 | 9.0 | 27 | 1.1942 | 0.5714 |
|
63 |
+
| 1.3024 | 10.0 | 30 | 1.1881 | 0.5714 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
|
65 |
|
66 |
### Framework versions
|