update model card README.md
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
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.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -48,17 +48,19 @@ The following hyperparameters were used during training:
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
-
- num_epochs:
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
|
|
|
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
19 |
|
20 |
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.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.4871
|
23 |
+
- Accuracy: 0.8705
|
24 |
+
- F1: 0.8762
|
25 |
+
- Precision: 0.8862
|
26 |
+
- Recall: 0.8705
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
48 |
- seed: 42
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 6
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
58 |
+
| 0.1966 | 1.0 | 626 | 0.3647 | 0.8290 | 0.8307 | 0.8431 | 0.8290 |
|
59 |
+
| 0.1434 | 2.0 | 1252 | 0.3884 | 0.8238 | 0.8259 | 0.8418 | 0.8238 |
|
60 |
+
| 0.058 | 3.0 | 1878 | 0.5064 | 0.8187 | 0.8137 | 0.8183 | 0.8187 |
|
61 |
+
| 0.02 | 4.0 | 2504 | 0.5477 | 0.8394 | 0.8431 | 0.8538 | 0.8394 |
|
62 |
+
| 0.0018 | 5.0 | 3130 | 0.4876 | 0.8705 | 0.8749 | 0.8864 | 0.8705 |
|
63 |
+
| 0.0003 | 6.0 | 3756 | 0.4871 | 0.8705 | 0.8762 | 0.8862 | 0.8705 |
|
64 |
|
65 |
|
66 |
### Framework versions
|