End of training
Browse files- README.md +11 -11
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -15,9 +15,9 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
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.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Train Loss: 0.
|
| 19 |
-
- Validation Loss: 0.
|
| 20 |
-
- Train Accuracy: 0.
|
| 21 |
- Epoch: 4
|
| 22 |
|
| 23 |
## Model description
|
|
@@ -44,16 +44,16 @@ The following hyperparameters were used during training:
|
|
| 44 |
|
| 45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 47 |
-
| 1.
|
| 48 |
-
| 0.
|
| 49 |
-
| 0.
|
| 50 |
-
| 0.
|
| 51 |
-
| 0.
|
| 52 |
|
| 53 |
|
| 54 |
### Framework versions
|
| 55 |
|
| 56 |
-
- Transformers 4.
|
| 57 |
- TensorFlow 2.15.0
|
| 58 |
-
- Datasets 2.
|
| 59 |
-
- Tokenizers 0.15.
|
|
|
|
| 15 |
|
| 16 |
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.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Train Loss: 0.5468
|
| 19 |
+
- Validation Loss: 0.6111
|
| 20 |
+
- Train Accuracy: 0.7674
|
| 21 |
- Epoch: 4
|
| 22 |
|
| 23 |
## Model description
|
|
|
|
| 44 |
|
| 45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 47 |
+
| 1.0659 | 1.0044 | 0.6279 | 0 |
|
| 48 |
+
| 0.9502 | 0.9168 | 0.7442 | 1 |
|
| 49 |
+
| 0.8135 | 0.7778 | 0.7287 | 2 |
|
| 50 |
+
| 0.6570 | 0.6767 | 0.7442 | 3 |
|
| 51 |
+
| 0.5468 | 0.6111 | 0.7674 | 4 |
|
| 52 |
|
| 53 |
|
| 54 |
### Framework versions
|
| 55 |
|
| 56 |
+
- Transformers 4.38.1
|
| 57 |
- TensorFlow 2.15.0
|
| 58 |
+
- Datasets 2.18.0
|
| 59 |
+
- Tokenizers 0.15.2
|
config.json
CHANGED
|
@@ -28,5 +28,5 @@
|
|
| 28 |
"num_hidden_layers": 12,
|
| 29 |
"patch_size": 16,
|
| 30 |
"qkv_bias": true,
|
| 31 |
-
"transformers_version": "4.
|
| 32 |
}
|
|
|
|
| 28 |
"num_hidden_layers": 12,
|
| 29 |
"patch_size": 16,
|
| 30 |
"qkv_bias": true,
|
| 31 |
+
"transformers_version": "4.38.1"
|
| 32 |
}
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343472824
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4cba052e7b0645a65e276e60a9d107d0ed651eb1ba6a98b8b1777e6b3746c020
|
| 3 |
size 343472824
|