mizworski commited on
Commit
31e7b8e
1 Parent(s): 0ceb2b8

End of training

Browse files
Files changed (2) hide show
  1. README.md +9 -9
  2. tf_model.h5 +2 -2
README.md CHANGED
@@ -15,9 +15,9 @@ 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.3732
19
- - Validation Loss: 0.3524
20
- - Train Accuracy: 0.914
21
  - Epoch: 4
22
 
23
  ## Model description
@@ -37,18 +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': 20000, '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.7660 | 1.5911 | 0.851 | 0 |
48
- | 1.2056 | 0.7954 | 0.904 | 1 |
49
- | 0.6604 | 0.4987 | 0.906 | 2 |
50
- | 0.4618 | 0.4260 | 0.902 | 3 |
51
- | 0.3732 | 0.3524 | 0.914 | 4 |
52
 
53
 
54
  ### 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.8832
19
+ - Validation Loss: 0.8080
20
+ - Train Accuracy: 0.965
21
  - Epoch: 4
22
 
23
  ## Model description
 
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.3274 | 2.4030 | 0.715 | 0 |
48
+ | 1.9821 | 1.6755 | 0.96 | 1 |
49
+ | 1.4823 | 1.2900 | 0.96 | 2 |
50
+ | 1.1250 | 1.0242 | 0.965 | 3 |
51
+ | 0.8832 | 0.8080 | 0.965 | 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:dee65783c97577f14056c52a249f5d4b58358b2c571296544998567a3f37125c
3
- size 343773880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de34087057678b4026302830c52b44075e12de7c55ffcbbfa7a55e8c01534309
3
+ size 343790264