End of training
Browse files- README.md +8 -8
- tf_model.h5 +2 -2
README.md
CHANGED
|
@@ -14,9 +14,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
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.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- Train Loss: 1.
|
| 18 |
-
- Validation Loss: 2.
|
| 19 |
-
- Train Accuracy: 0.
|
| 20 |
- Epoch: 4
|
| 21 |
|
| 22 |
## Model description
|
|
@@ -43,11 +43,11 @@ The following hyperparameters were used during training:
|
|
| 43 |
|
| 44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 46 |
-
| 2.
|
| 47 |
-
| 2.
|
| 48 |
-
| 2.
|
| 49 |
-
|
|
| 50 |
-
| 1.
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|
|
|
|
| 14 |
|
| 15 |
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.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Train Loss: 1.9094
|
| 18 |
+
- Validation Loss: 2.0767
|
| 19 |
+
- Train Accuracy: 0.4231
|
| 20 |
- Epoch: 4
|
| 21 |
|
| 22 |
## Model description
|
|
|
|
| 43 |
|
| 44 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 45 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 46 |
+
| 2.4440 | 2.4069 | 0.1923 | 0 |
|
| 47 |
+
| 2.3135 | 2.3220 | 0.2308 | 1 |
|
| 48 |
+
| 2.1668 | 2.2474 | 0.3462 | 2 |
|
| 49 |
+
| 2.0369 | 2.1577 | 0.3846 | 3 |
|
| 50 |
+
| 1.9094 | 2.0767 | 0.4231 | 4 |
|
| 51 |
|
| 52 |
|
| 53 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b74309b31c3771da91d0efa109fe92cd16f07548e0baaca0348e8c31c6f8ede
|
| 3 |
+
size 343500472
|