NabeelShar
commited on
Commit
•
7d44270
1
Parent(s):
ccd1f63
End of training
Browse files- README.md +10 -25
- tf_model.h5 +2 -2
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:
|
19 |
-
- Validation Loss: 1.
|
20 |
-
- Train Accuracy: 0.
|
21 |
-
- Epoch:
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -37,33 +37,18 @@ More information needed
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
-
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 0.0003, 'decay_steps':
|
41 |
- training_precision: float32
|
42 |
|
43 |
### Training results
|
44 |
|
45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
47 |
-
|
|
48 |
-
|
|
49 |
-
| 1.
|
50 |
-
| 1.
|
51 |
-
| 1.
|
52 |
-
| 1.5647 | 1.4806 | 0.375 | 5 |
|
53 |
-
| 1.4481 | 1.4933 | 0.3438 | 6 |
|
54 |
-
| 1.4185 | 1.4641 | 0.3688 | 7 |
|
55 |
-
| 1.3848 | 1.4206 | 0.4188 | 8 |
|
56 |
-
| 1.3315 | 1.4745 | 0.3625 | 9 |
|
57 |
-
| 1.3214 | 1.3629 | 0.3875 | 10 |
|
58 |
-
| 1.2092 | 1.3953 | 0.4375 | 11 |
|
59 |
-
| 1.2342 | 1.3674 | 0.4313 | 12 |
|
60 |
-
| 1.1648 | 1.3140 | 0.4375 | 13 |
|
61 |
-
| 1.1258 | 1.4024 | 0.3812 | 14 |
|
62 |
-
| 1.0459 | 1.5097 | 0.45 | 15 |
|
63 |
-
| 1.0098 | 1.4080 | 0.4188 | 16 |
|
64 |
-
| 0.9245 | 1.4329 | 0.4313 | 17 |
|
65 |
-
| 0.8194 | 1.3921 | 0.4625 | 18 |
|
66 |
-
| 0.8852 | 1.7692 | 0.425 | 19 |
|
67 |
|
68 |
|
69 |
### 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: 1.7648
|
19 |
+
- Validation Loss: 1.8114
|
20 |
+
- Train Accuracy: 0.1625
|
21 |
+
- Epoch: 4
|
22 |
|
23 |
## Model description
|
24 |
|
|
|
37 |
### Training hyperparameters
|
38 |
|
39 |
The following hyperparameters were used during training:
|
40 |
+
- optimizer: {'name': 'AdamWeightDecay', 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 0.0003, 'decay_steps': 3200, '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 |
+
| 2.0762 | 1.9409 | 0.225 | 0 |
|
48 |
+
| 2.0248 | 2.0010 | 0.1562 | 1 |
|
49 |
+
| 1.9520 | 2.0716 | 0.1437 | 2 |
|
50 |
+
| 1.8909 | 1.7114 | 0.2313 | 3 |
|
51 |
+
| 1.7648 | 1.8114 | 0.1625 | 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
|
53 |
|
54 |
### 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:987fff8f6b152bc7af6fd9b48a857f7664d396b8aa7551db8ad16dfae877f8da
|
3 |
+
size 343504568
|