LaLegumbreArtificial commited on
Commit
896d556
1 Parent(s): 943b1e6

End of training

Browse files
Files changed (2) hide show
  1. README.md +10 -6
  2. 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.5443
19
- - Validation Loss: 0.4559
20
- - Train Accuracy: 0.8087
21
- - Epoch: 0
22
 
23
  ## Model description
24
 
@@ -37,14 +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': 3e-05, 'decay_steps': 20824, '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.5443 | 0.4559 | 0.8087 | 0 |
 
 
 
 
48
 
49
 
50
  ### 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.2845
19
+ - Validation Loss: 0.2719
20
+ - Train Accuracy: 0.9077
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': 3e-05, 'decay_steps': 104120, '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.5467 | 0.4564 | 0.8104 | 0 |
48
+ | 0.4128 | 0.3748 | 0.8691 | 1 |
49
+ | 0.3511 | 0.3281 | 0.8926 | 2 |
50
+ | 0.3123 | 0.2966 | 0.9010 | 3 |
51
+ | 0.2845 | 0.2719 | 0.9077 | 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:ac69c5f0476193b3695e031c70b953a08998bfe0854c50702137786d1cb44cf7
3
  size 343469752
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e9ea82dd414bccb0954bad89194168d98a5795606407228e1068287a4fe9a77
3
  size 343469752