saffin commited on
Commit
e766cc4
1 Parent(s): cfc21fe

End of training

Browse files
.ipynb_checkpoints/preprocessor_config-checkpoint.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "do_rescale": true,
4
+ "do_resize": true,
5
+ "image_mean": [
6
+ 0.5,
7
+ 0.5,
8
+ 0.5
9
+ ],
10
+ "image_processor_type": "ViTImageProcessor",
11
+ "image_std": [
12
+ 0.5,
13
+ 0.5,
14
+ 0.5
15
+ ],
16
+ "resample": 2,
17
+ "rescale_factor": 0.00392156862745098,
18
+ "size": {
19
+ "height": 224,
20
+ "width": 224
21
+ }
22
+ }
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.3769
19
- - Validation Loss: 0.3429
20
- - Train Accuracy: 0.917
21
  - Epoch: 4
22
 
23
  ## Model description
@@ -44,11 +44,11 @@ The following hyperparameters were used during training:
44
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
- | 2.8373 | 1.7012 | 0.802 | 0 |
48
- | 1.2331 | 0.8580 | 0.866 | 1 |
49
- | 0.7057 | 0.5621 | 0.89 | 2 |
50
- | 0.4982 | 0.4215 | 0.908 | 3 |
51
- | 0.3769 | 0.3429 | 0.917 | 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.3935
19
+ - Validation Loss: 0.3000
20
+ - Train Accuracy: 0.932
21
  - Epoch: 4
22
 
23
  ## Model description
 
44
 
45
  | Train Loss | Validation Loss | Train Accuracy | Epoch |
46
  |:----------:|:---------------:|:--------------:|:-----:|
47
+ | 2.8460 | 1.6868 | 0.827 | 0 |
48
+ | 1.2591 | 0.8662 | 0.87 | 1 |
49
+ | 0.7270 | 0.5129 | 0.909 | 2 |
50
+ | 0.5073 | 0.3779 | 0.928 | 3 |
51
+ | 0.3935 | 0.3000 | 0.932 | 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:b6ba07ff669fe10c61b13040c470de33b18173870e9991024cdeb2d83c487c2d
3
  size 343773880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28e5d64f441dd47abe3e906286b233a94266f96e33b10ab48c97aa449a63c8b5
3
  size 343773880