End of training
Browse files- README.md +26 -16
- tf_model.h5 +2 -2
README.md
CHANGED
@@ -15,11 +15,11 @@ 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 |
-
- Train Accuracy: 0.
|
20 |
-
- Validation Loss: 0.
|
21 |
-
- Validation Accuracy: 0.
|
22 |
-
- Epoch:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,23 +38,33 @@ More information needed
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
-
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps':
|
42 |
- training_precision: float32
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
47 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
48 |
-
| 1.
|
49 |
-
| 1.
|
50 |
-
| 1.
|
51 |
-
| 1.
|
52 |
-
| 1.
|
53 |
-
| 1.
|
54 |
-
| 1.
|
55 |
-
| 1.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|
|
|
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.5782
|
19 |
+
- Train Accuracy: 0.8361
|
20 |
+
- Validation Loss: 0.5283
|
21 |
+
- Validation Accuracy: 0.8361
|
22 |
+
- Epoch: 19
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
38 |
### Training hyperparameters
|
39 |
|
40 |
The following hyperparameters were used during training:
|
41 |
+
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps': 3640, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False, 'weight_decay_rate': 0.01}
|
42 |
- training_precision: float32
|
43 |
|
44 |
### Training results
|
45 |
|
46 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
47 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
48 |
+
| 1.5945 | 0.5574 | 1.5482 | 0.5574 | 0 |
|
49 |
+
| 1.5213 | 0.7541 | 1.4625 | 0.7541 | 1 |
|
50 |
+
| 1.4429 | 0.7049 | 1.3574 | 0.7049 | 2 |
|
51 |
+
| 1.3399 | 0.7869 | 1.2390 | 0.7869 | 3 |
|
52 |
+
| 1.2264 | 0.6721 | 1.1328 | 0.6721 | 4 |
|
53 |
+
| 1.1660 | 0.7869 | 1.0287 | 0.7869 | 5 |
|
54 |
+
| 1.0825 | 0.7377 | 0.9690 | 0.7377 | 6 |
|
55 |
+
| 1.0005 | 0.8197 | 0.8654 | 0.8197 | 7 |
|
56 |
+
| 0.9121 | 0.7869 | 0.8303 | 0.7869 | 8 |
|
57 |
+
| 0.8530 | 0.8525 | 0.7590 | 0.8525 | 9 |
|
58 |
+
| 0.8602 | 0.8361 | 0.7169 | 0.8361 | 10 |
|
59 |
+
| 0.8420 | 0.8197 | 0.6993 | 0.8197 | 11 |
|
60 |
+
| 0.7772 | 0.8689 | 0.6347 | 0.8689 | 12 |
|
61 |
+
| 0.7447 | 0.8689 | 0.6023 | 0.8689 | 13 |
|
62 |
+
| 0.7253 | 0.8197 | 0.6458 | 0.8197 | 14 |
|
63 |
+
| 0.6994 | 0.8361 | 0.6045 | 0.8361 | 15 |
|
64 |
+
| 0.6761 | 0.8361 | 0.6030 | 0.8361 | 16 |
|
65 |
+
| 0.5814 | 0.8197 | 0.5523 | 0.8197 | 17 |
|
66 |
+
| 0.5939 | 0.8689 | 0.5456 | 0.8689 | 18 |
|
67 |
+
| 0.5782 | 0.8361 | 0.5283 | 0.8361 | 19 |
|
68 |
|
69 |
|
70 |
### 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:ca016f193afa5c1ab756bf808d0f3f8303a4c8ba57f30e5689b2c3b69305981d
|
3 |
+
size 343495352
|