Model save
Browse files
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
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.
|
22 |
-
- Accuracy: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -53,11 +53,11 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
@@ -65,4 +65,5 @@ The following hyperparameters were used during training:
|
|
65 |
- PEFT 0.13.2
|
66 |
- Transformers 4.46.3
|
67 |
- Pytorch 2.5.1+cu121
|
|
|
68 |
- Tokenizers 0.20.3
|
|
|
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.5310
|
22 |
+
- Accuracy: 0.8593
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
56 |
+
| 0.8792 | 0.9981 | 133 | 0.6722 | 0.8189 |
|
57 |
+
| 0.7263 | 1.9962 | 266 | 0.6078 | 0.8374 |
|
58 |
+
| 0.6474 | 2.9944 | 399 | 0.5694 | 0.8495 |
|
59 |
+
| 0.5784 | 4.0 | 533 | 0.5476 | 0.8564 |
|
60 |
+
| 0.5341 | 4.9906 | 665 | 0.5310 | 0.8593 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
65 |
- PEFT 0.13.2
|
66 |
- Transformers 4.46.3
|
67 |
- Pytorch 2.5.1+cu121
|
68 |
+
- Datasets 3.2.0
|
69 |
- Tokenizers 0.20.3
|