End of training
Browse files- README.md +7 -11
- config.json +1 -1
- 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:
|
| 19 |
-
- Validation Loss:
|
| 20 |
-
- Train Accuracy: 0.
|
| 21 |
-
- Epoch:
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -37,23 +37,19 @@ 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': 3e-05, 'decay_steps':
|
| 41 |
- training_precision: float32
|
| 42 |
|
| 43 |
### Training results
|
| 44 |
|
| 45 |
| Train Loss | Validation Loss | Train Accuracy | Epoch |
|
| 46 |
|:----------:|:---------------:|:--------------:|:-----:|
|
| 47 |
-
|
|
| 48 |
-
| 1.2193 | 0.8359 | 0.883 | 1 |
|
| 49 |
-
| 0.7091 | 0.5590 | 0.886 | 2 |
|
| 50 |
-
| 0.4910 | 0.4151 | 0.915 | 3 |
|
| 51 |
-
| 0.3894 | 0.3361 | 0.918 | 4 |
|
| 52 |
|
| 53 |
|
| 54 |
### Framework versions
|
| 55 |
|
| 56 |
-
- Transformers 4.
|
| 57 |
- TensorFlow 2.16.1
|
| 58 |
- Datasets 2.19.1
|
| 59 |
- Tokenizers 0.19.1
|
|
|
|
| 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: 3.3179
|
| 19 |
+
- Validation Loss: 2.3461
|
| 20 |
+
- Train Accuracy: 0.788
|
| 21 |
+
- Epoch: 0
|
| 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': 3e-05, 'decay_steps': 4000, '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 |
+
| 3.3179 | 2.3461 | 0.788 | 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
|
| 49 |
|
| 50 |
### Framework versions
|
| 51 |
|
| 52 |
+
- Transformers 4.41.0.dev0
|
| 53 |
- TensorFlow 2.16.1
|
| 54 |
- Datasets 2.19.1
|
| 55 |
- Tokenizers 0.19.1
|
config.json
CHANGED
|
@@ -224,5 +224,5 @@
|
|
| 224 |
"num_hidden_layers": 12,
|
| 225 |
"patch_size": 16,
|
| 226 |
"qkv_bias": true,
|
| 227 |
-
"transformers_version": "4.
|
| 228 |
}
|
|
|
|
| 224 |
"num_hidden_layers": 12,
|
| 225 |
"patch_size": 16,
|
| 226 |
"qkv_bias": true,
|
| 227 |
+
"transformers_version": "4.41.0.dev0"
|
| 228 |
}
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343773880
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fd97e611628f99889e459b69a4f1dab84c394e0dfeffc03cb5f76ed01e49567
|
| 3 |
size 343773880
|