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 |
|
@@ -38,7 +38,7 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- learning_rate: 0.
|
42 |
- train_batch_size: 32
|
43 |
- eval_batch_size: 32
|
44 |
- seed: 42
|
@@ -51,16 +51,16 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
|
65 |
|
66 |
### 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.0126
|
21 |
+
- Precision: 0.9960
|
22 |
+
- Recall: 0.9960
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 0.0002
|
42 |
- train_batch_size: 32
|
43 |
- eval_batch_size: 32
|
44 |
- seed: 42
|
|
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|
|
54 |
+
| 0.1018 | 1.0 | 190 | 0.0375 | 0.9934 | 0.9934 |
|
55 |
+
| 0.0484 | 2.0 | 380 | 0.0167 | 0.9961 | 0.9960 |
|
56 |
+
| 0.0357 | 3.0 | 570 | 0.0253 | 0.9948 | 0.9947 |
|
57 |
+
| 0.0133 | 4.0 | 760 | 0.0198 | 0.9961 | 0.9960 |
|
58 |
+
| 0.012 | 5.0 | 950 | 0.0203 | 0.9947 | 0.9947 |
|
59 |
+
| 0.0139 | 6.0 | 1140 | 0.0204 | 0.9947 | 0.9947 |
|
60 |
+
| 0.0076 | 7.0 | 1330 | 0.0175 | 0.9961 | 0.9960 |
|
61 |
+
| 0.0098 | 8.0 | 1520 | 0.0115 | 0.9974 | 0.9974 |
|
62 |
+
| 0.0062 | 9.0 | 1710 | 0.0133 | 0.9960 | 0.9960 |
|
63 |
+
| 0.0012 | 10.0 | 1900 | 0.0126 | 0.9960 | 0.9960 |
|
64 |
|
65 |
|
66 |
### Framework versions
|