Training in progress epoch 8
Browse files- README.md +12 -4
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -15,10 +15,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [google/vit-base-patch32-384](https://huggingface.co/google/vit-base-patch32-384) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss:
|
| 19 |
-
- Validation Loss:
|
| 20 |
-
- Train Accuracy: 0.
|
| 21 |
-
- Epoch:
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -45,6 +45,14 @@ The following hyperparameters were used during training:
|
|
| 45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 47 |
| 1.9894 | 1.4451 | 0.6364 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
|
| 50 |
### Framework versions
|
|
|
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [google/vit-base-patch32-384](https://huggingface.co/google/vit-base-patch32-384) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: 0.0374
|
| 19 |
+
- Validation Loss: 0.0935
|
| 20 |
+
- Train Accuracy: 0.9818
|
| 21 |
+
- Epoch: 8
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 47 |
| 1.9894 | 1.4451 | 0.6364 | 0 |
|
| 48 |
+
| 0.6770 | 0.6352 | 0.8727 | 1 |
|
| 49 |
+
| 0.2797 | 0.6216 | 0.8455 | 2 |
|
| 50 |
+
| 0.1648 | 0.2777 | 0.9 | 3 |
|
| 51 |
+
| 0.1120 | 0.2635 | 0.9182 | 4 |
|
| 52 |
+
| 0.1131 | 0.3882 | 0.8364 | 5 |
|
| 53 |
+
| 0.1013 | 0.6015 | 0.8273 | 6 |
|
| 54 |
+
| 0.0444 | 0.1688 | 0.9727 | 7 |
|
| 55 |
+
| 0.0374 | 0.0935 | 0.9818 | 8 |
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 350427832
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:542b1d8ec913466cb947829fbbfc955528613c42c0fcb8422ecc64c73619bc6e
|
| 3 |
size 350427832
|