End of training
Browse files- README.md +12 -10
- preprocessor_config.json +22 -0
- tf_model.h5 +2 -2
README.md
CHANGED
|
@@ -4,18 +4,20 @@ base_model: google/vit-base-patch16-224-in21k
|
|
| 4 |
tags:
|
| 5 |
- generated_from_keras_callback
|
| 6 |
model-index:
|
| 7 |
-
- name: petro-daemon
|
| 8 |
results: []
|
| 9 |
---
|
| 10 |
|
| 11 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
| 12 |
probably proofread and complete it, then remove this comment. -->
|
| 13 |
|
| 14 |
-
# petro-daemon
|
| 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: 1.
|
|
|
|
|
|
|
| 19 |
- Epoch: 4
|
| 20 |
|
| 21 |
## Model description
|
|
@@ -40,13 +42,13 @@ The following hyperparameters were used during training:
|
|
| 40 |
|
| 41 |
### Training results
|
| 42 |
|
| 43 |
-
| Train Loss | Epoch |
|
| 44 |
-
|:----------:|:-----:|
|
| 45 |
-
| 1.
|
| 46 |
-
| 1.
|
| 47 |
-
| 1.
|
| 48 |
-
| 1.
|
| 49 |
-
| 1.
|
| 50 |
|
| 51 |
|
| 52 |
### Framework versions
|
|
|
|
| 4 |
tags:
|
| 5 |
- generated_from_keras_callback
|
| 6 |
model-index:
|
| 7 |
+
- name: volvoDon/petro-daemon
|
| 8 |
results: []
|
| 9 |
---
|
| 10 |
|
| 11 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
| 12 |
probably proofread and complete it, then remove this comment. -->
|
| 13 |
|
| 14 |
+
# volvoDon/petro-daemon
|
| 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: 1.6516
|
| 19 |
+
- Validation Loss: 1.7445
|
| 20 |
+
- Train Accuracy: 0.2
|
| 21 |
- Epoch: 4
|
| 22 |
|
| 23 |
## Model description
|
|
|
|
| 42 |
|
| 43 |
### Training results
|
| 44 |
|
| 45 |
+
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 46 |
+
|:----------:|:---------------:|:--------------:|:-----:|
|
| 47 |
+
| 1.8912 | 1.8835 | 0.4 | 0 |
|
| 48 |
+
| 1.8500 | 1.8507 | 0.2 | 1 |
|
| 49 |
+
| 1.8146 | 1.8129 | 0.2 | 2 |
|
| 50 |
+
| 1.7311 | 1.7768 | 0.2 | 3 |
|
| 51 |
+
| 1.6516 | 1.7445 | 0.2 | 4 |
|
| 52 |
|
| 53 |
|
| 54 |
### Framework versions
|
preprocessor_config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"do_normalize": true,
|
| 3 |
+
"do_rescale": true,
|
| 4 |
+
"do_resize": true,
|
| 5 |
+
"image_mean": [
|
| 6 |
+
0.5,
|
| 7 |
+
0.5,
|
| 8 |
+
0.5
|
| 9 |
+
],
|
| 10 |
+
"image_processor_type": "ViTImageProcessor",
|
| 11 |
+
"image_std": [
|
| 12 |
+
0.5,
|
| 13 |
+
0.5,
|
| 14 |
+
0.5
|
| 15 |
+
],
|
| 16 |
+
"resample": 2,
|
| 17 |
+
"rescale_factor": 0.00392156862745098,
|
| 18 |
+
"size": {
|
| 19 |
+
"height": 224,
|
| 20 |
+
"width": 224
|
| 21 |
+
}
|
| 22 |
+
}
|
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:3f38816bea17e19414b428723755746f2b59e64bb737524207ab61674bc6c696
|
| 3 |
+
size 343501496
|