Model save
Browse files
README.md
CHANGED
@@ -5,8 +5,6 @@ license: apache-2.0
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
tags:
|
8 |
-
- image-classification
|
9 |
-
- vision
|
10 |
- generated_from_trainer
|
11 |
model-index:
|
12 |
- name: vit-base-beans
|
@@ -18,9 +16,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# vit-base-beans
|
20 |
|
21 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
- Accuracy: 0.8045
|
25 |
|
26 |
## Model description
|
@@ -52,11 +50,11 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
| 1.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
tags:
|
|
|
|
|
8 |
- generated_from_trainer
|
9 |
model-index:
|
10 |
- name: vit-base-beans
|
|
|
16 |
|
17 |
# vit-base-beans
|
18 |
|
19 |
+
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.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.8347
|
22 |
- Accuracy: 0.8045
|
23 |
|
24 |
## Model description
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| 1.0299 | 1.0 | 130 | 1.0292 | 0.6241 |
|
54 |
+
| 0.9616 | 2.0 | 260 | 0.9589 | 0.7444 |
|
55 |
+
| 0.8783 | 3.0 | 390 | 0.8892 | 0.7895 |
|
56 |
+
| 0.836 | 4.0 | 520 | 0.8480 | 0.8045 |
|
57 |
+
| 0.8494 | 5.0 | 650 | 0.8347 | 0.8045 |
|
58 |
|
59 |
|
60 |
### Framework versions
|