End of training
Browse files- README.md +24 -9
- 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-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: 1.0
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,18 +37,33 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- optimizer: {'name': 'AdamWeightDecay', 'clipnorm': 1.0, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps':
|
41 |
- training_precision: float32
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
-
| 0.
|
48 |
-
| 0.
|
49 |
-
| 0.
|
50 |
-
| 0.
|
51 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
|
54 |
### 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.0361
|
19 |
+
- Validation Loss: 0.0352
|
20 |
- Train Accuracy: 1.0
|
21 |
+
- Epoch: 19
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- optimizer: {'name': 'AdamWeightDecay', 'clipnorm': 1.0, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 3e-05, 'decay_steps': 7200, '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}
|
41 |
- training_precision: float32
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
+
| 0.9729 | 0.5902 | 1.0 | 0 |
|
48 |
+
| 0.4190 | 0.2874 | 1.0 | 1 |
|
49 |
+
| 0.2212 | 0.1722 | 1.0 | 2 |
|
50 |
+
| 0.1512 | 0.1305 | 1.0 | 3 |
|
51 |
+
| 0.1192 | 0.1058 | 1.0 | 4 |
|
52 |
+
| 0.1007 | 0.0926 | 1.0 | 5 |
|
53 |
+
| 0.0885 | 0.0827 | 1.0 | 6 |
|
54 |
+
| 0.0796 | 0.0753 | 1.0 | 7 |
|
55 |
+
| 0.0726 | 0.0689 | 1.0 | 8 |
|
56 |
+
| 0.0668 | 0.0636 | 1.0 | 9 |
|
57 |
+
| 0.0620 | 0.0594 | 1.0 | 10 |
|
58 |
+
| 0.0578 | 0.0554 | 1.0 | 11 |
|
59 |
+
| 0.0541 | 0.0524 | 1.0 | 12 |
|
60 |
+
| 0.0507 | 0.0494 | 1.0 | 13 |
|
61 |
+
| 0.0477 | 0.0459 | 1.0 | 14 |
|
62 |
+
| 0.0450 | 0.0436 | 1.0 | 15 |
|
63 |
+
| 0.0425 | 0.0413 | 1.0 | 16 |
|
64 |
+
| 0.0402 | 0.0392 | 1.0 | 17 |
|
65 |
+
| 0.0380 | 0.0371 | 1.0 | 18 |
|
66 |
+
| 0.0361 | 0.0352 | 1.0 | 19 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343492280
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0240e3c042bad9221d60e331024e5f5b533da72c192d1911fa1bd91c927a78d1
|
3 |
size 343492280
|