Model save
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
32 |
|
33 |
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 beans dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
-
- Loss: 0.
|
36 |
- Accuracy: 1.0
|
37 |
|
38 |
## Model description
|
@@ -64,12 +64,12 @@ The following hyperparameters were used during training:
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
-
| 0.
|
68 |
|
69 |
|
70 |
### Framework versions
|
71 |
|
72 |
-
- Transformers 4.33.
|
73 |
- Pytorch 2.0.1+cu118
|
74 |
- Datasets 2.14.5
|
75 |
- Tokenizers 0.13.3
|
|
|
32 |
|
33 |
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 beans dataset.
|
34 |
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.0071
|
36 |
- Accuracy: 1.0
|
37 |
|
38 |
## Model description
|
|
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
67 |
+
| 0.1508 | 3.85 | 500 | 0.0071 | 1.0 |
|
68 |
|
69 |
|
70 |
### Framework versions
|
71 |
|
72 |
+
- Transformers 4.33.2
|
73 |
- Pytorch 2.0.1+cu118
|
74 |
- Datasets 2.14.5
|
75 |
- Tokenizers 0.13.3
|