Model save
Browse files
README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: google/vit-base-patch16-224-in21k
|
| 4 |
tags:
|
| 5 |
-
- image-classification
|
| 6 |
-
- vision
|
| 7 |
- generated_from_trainer
|
| 8 |
metrics:
|
| 9 |
- accuracy
|
|
@@ -17,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 17 |
|
| 18 |
# vit-base-beans
|
| 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
|
| 21 |
It achieves the following results on the evaluation set:
|
| 22 |
-
- Loss: 0.
|
| 23 |
- Accuracy: 0.9699
|
| 24 |
|
| 25 |
## Model description
|
|
@@ -52,13 +50,13 @@ The following hyperparameters were used during training:
|
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 54 |
| 0.9886 | 1.0 | 17 | 0.7760 | 0.9248 |
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
| 60 |
|
| 61 |
-
- Transformers 4.
|
| 62 |
-
- Pytorch 2.3.
|
| 63 |
- Datasets 2.20.0
|
| 64 |
- Tokenizers 0.19.1
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model: google/vit-base-patch16-224-in21k
|
| 4 |
tags:
|
|
|
|
|
|
|
| 5 |
- generated_from_trainer
|
| 6 |
metrics:
|
| 7 |
- accuracy
|
|
|
|
| 15 |
|
| 16 |
# vit-base-beans
|
| 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 an unknown dataset.
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
+
- Loss: 0.5647
|
| 21 |
- Accuracy: 0.9699
|
| 22 |
|
| 23 |
## Model description
|
|
|
|
| 50 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 51 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 52 |
| 0.9886 | 1.0 | 17 | 0.7760 | 0.9248 |
|
| 53 |
+
| 0.7229 | 2.0 | 34 | 0.6196 | 0.9549 |
|
| 54 |
+
| 0.6042 | 3.0 | 51 | 0.5647 | 0.9699 |
|
| 55 |
|
| 56 |
|
| 57 |
### Framework versions
|
| 58 |
|
| 59 |
+
- Transformers 4.43.0.dev0
|
| 60 |
+
- Pytorch 2.3.1+cu121
|
| 61 |
- Datasets 2.20.0
|
| 62 |
- Tokenizers 0.19.1
|