Upload TFViTForImageClassification
Browse files- README.md +19 -10
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
@@ -16,10 +16,10 @@ probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
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.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Train Loss:
|
20 |
-
- Validation Loss:
|
21 |
-
- Train Accuracy: 0.
|
22 |
-
- Epoch:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -38,19 +38,28 @@ 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 | Validation Loss | Train Accuracy | Epoch |
|
47 |
|:----------:|:---------------:|:--------------:|:-----:|
|
48 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
|
51 |
### Framework versions
|
52 |
|
53 |
-
- Transformers 4.
|
54 |
-
- TensorFlow 2.
|
55 |
-
- Datasets 3.0
|
56 |
-
- Tokenizers 0.20.
|
|
|
16 |
|
17 |
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.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- Train Loss: 1.9897
|
20 |
+
- Validation Loss: 1.9904
|
21 |
+
- Train Accuracy: 0.3905
|
22 |
+
- Epoch: 9
|
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': 10, '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 | Validation Loss | Train Accuracy | Epoch |
|
47 |
|:----------:|:---------------:|:--------------:|:-----:|
|
48 |
+
| 1.9904 | 1.9904 | 0.3905 | 0 |
|
49 |
+
| 1.9894 | 1.9904 | 0.3905 | 1 |
|
50 |
+
| 1.9898 | 1.9904 | 0.3905 | 2 |
|
51 |
+
| 1.9897 | 1.9904 | 0.3905 | 3 |
|
52 |
+
| 1.9897 | 1.9904 | 0.3905 | 4 |
|
53 |
+
| 1.9901 | 1.9904 | 0.3905 | 5 |
|
54 |
+
| 1.9897 | 1.9904 | 0.3905 | 6 |
|
55 |
+
| 1.9897 | 1.9904 | 0.3905 | 7 |
|
56 |
+
| 1.9902 | 1.9904 | 0.3905 | 8 |
|
57 |
+
| 1.9897 | 1.9904 | 0.3905 | 9 |
|
58 |
|
59 |
|
60 |
### Framework versions
|
61 |
|
62 |
+
- Transformers 4.46.2
|
63 |
+
- TensorFlow 2.17.1
|
64 |
+
- Datasets 3.1.0
|
65 |
+
- Tokenizers 0.20.3
|
config.json
CHANGED
@@ -38,5 +38,5 @@
|
|
38 |
"num_hidden_layers": 12,
|
39 |
"patch_size": 16,
|
40 |
"qkv_bias": true,
|
41 |
-
"transformers_version": "4.
|
42 |
}
|
|
|
38 |
"num_hidden_layers": 12,
|
39 |
"patch_size": 16,
|
40 |
"qkv_bias": true,
|
41 |
+
"transformers_version": "4.46.2"
|
42 |
}
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 343488184
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0be1776dca95ebe0fb6bf9f2be8cd755333093b9b7ad9a7b9b4395c14224a85f
|
3 |
size 343488184
|