update model card README.md
Browse files
README.md
CHANGED
@@ -17,9 +17,9 @@ 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 the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Precision: 0.
|
22 |
-
- Recall: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -45,15 +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_steps: 100
|
48 |
-
- num_epochs:
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### 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 the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0189
|
21 |
+
- Precision: 0.9974
|
22 |
+
- Recall: 0.9974
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_steps: 100
|
48 |
+
- num_epochs: 10
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
54 |
+
| 0.1023 | 1.0 | 190 | 0.0528 | 0.9829 | 0.9828 |
|
55 |
+
| 0.058 | 2.0 | 380 | 0.0375 | 0.9896 | 0.9894 |
|
56 |
+
| 0.038 | 3.0 | 570 | 0.0359 | 0.9909 | 0.9907 |
|
57 |
+
| 0.0283 | 4.0 | 760 | 0.0467 | 0.9861 | 0.9854 |
|
58 |
+
| 0.0326 | 5.0 | 950 | 0.0222 | 0.9934 | 0.9934 |
|
59 |
+
| 0.0257 | 6.0 | 1140 | 0.0249 | 0.9934 | 0.9934 |
|
60 |
+
| 0.0259 | 7.0 | 1330 | 0.0296 | 0.9921 | 0.9921 |
|
61 |
+
| 0.0171 | 8.0 | 1520 | 0.0239 | 0.9948 | 0.9947 |
|
62 |
+
| 0.0211 | 9.0 | 1710 | 0.0190 | 0.9974 | 0.9974 |
|
63 |
+
| 0.0054 | 10.0 | 1900 | 0.0189 | 0.9974 | 0.9974 |
|
64 |
|
65 |
|
66 |
### Framework versions
|