RenAaron Ellis
commited on
Commit
•
c950e1c
1
Parent(s):
5711c6d
Training in progress epoch 0
Browse files- README.md +7 -11
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -19,11 +19,11 @@ probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the mnist dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Train Loss:
|
23 |
-
- Train Accuracy: 0.
|
24 |
-
- Validation Loss:
|
25 |
-
- Validation Accuracy: 0.
|
26 |
-
- Epoch:
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -42,18 +42,14 @@ More information needed
|
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
-
- optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': 1.0, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': False, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps':
|
46 |
- training_precision: float32
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
51 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
52 |
-
| 2.
|
53 |
-
| 1.3596 | 0.9151 | 0.9948 | 0.9151 | 1 |
|
54 |
-
| 0.9608 | 0.9302 | 0.7593 | 0.9302 | 2 |
|
55 |
-
| 0.6974 | 0.9448 | 0.5795 | 0.9448 | 3 |
|
56 |
-
| 0.5080 | 0.958 | 0.4289 | 0.9580 | 4 |
|
57 |
|
58 |
|
59 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the mnist dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Train Loss: 2.0107
|
23 |
+
- Train Accuracy: 0.8548
|
24 |
+
- Validation Loss: 1.5288
|
25 |
+
- Validation Accuracy: 0.8548
|
26 |
+
- Epoch: 0
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
+
- optimizer: {'name': 'Adam', 'weight_decay': None, 'clipnorm': None, 'global_clipnorm': 1.0, 'clipvalue': None, 'use_ema': False, 'ema_momentum': 0.99, 'ema_overwrite_frequency': None, 'jit_compile': False, 'is_legacy_optimizer': False, 'learning_rate': {'module': 'keras.optimizers.schedules', 'class_name': 'PolynomialDecay', 'config': {'initial_learning_rate': 2e-05, 'decay_steps': 6000, 'end_learning_rate': 0.0, 'power': 1.0, 'cycle': False, 'name': None}, 'registered_name': None}, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-08, 'amsgrad': False}
|
46 |
- training_precision: float32
|
47 |
|
48 |
### Training results
|
49 |
|
50 |
| Train Loss | Train Accuracy | Validation Loss | Validation Accuracy | Epoch |
|
51 |
|:----------:|:--------------:|:---------------:|:-------------------:|:-----:|
|
52 |
+
| 2.0107 | 0.8548 | 1.5288 | 0.8548 | 0 |
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### Framework versions
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343494328
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbee15c200534b213b9d09cefd97704b0fd1ce640a8f773b309abb54ee71771b
|
3 |
size 343494328
|