arieg commited on
Commit
12a7623
·
1 Parent(s): 97c5f6f

End of training

Browse files
Files changed (2) hide show
  1. README.md +26 -26
  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.0141
19
- - Train Categorical Accuracy: 0.2486
20
- - Validation Loss: 0.0136
21
- - Validation Categorical Accuracy: 0.2625
22
  - Epoch: 19
23
 
24
  ## Model description
@@ -43,28 +43,28 @@ The following hyperparameters were used during training:
43
 
44
  ### Training results
45
 
46
- | Train Loss | Train Categorical Accuracy | Validation Loss | Validation Categorical Accuracy | Epoch |
47
- |:----------:|:--------------------------:|:---------------:|:-------------------------------:|:-----:|
48
- | 0.5757 | 0.2444 | 0.2065 | 0.2625 | 0 |
49
- | 0.1471 | 0.2486 | 0.1088 | 0.2625 | 1 |
50
- | 0.0944 | 0.2486 | 0.0818 | 0.2625 | 2 |
51
- | 0.0748 | 0.2486 | 0.0681 | 0.2625 | 3 |
52
- | 0.0630 | 0.2486 | 0.0582 | 0.2625 | 4 |
53
- | 0.0545 | 0.2486 | 0.0508 | 0.2625 | 5 |
54
- | 0.0478 | 0.2486 | 0.0449 | 0.2625 | 6 |
55
- | 0.0423 | 0.2486 | 0.0399 | 0.2625 | 7 |
56
- | 0.0377 | 0.2486 | 0.0356 | 0.2625 | 8 |
57
- | 0.0339 | 0.2486 | 0.0321 | 0.2625 | 9 |
58
- | 0.0305 | 0.2486 | 0.0290 | 0.2625 | 10 |
59
- | 0.0276 | 0.2486 | 0.0263 | 0.2625 | 11 |
60
- | 0.0251 | 0.2486 | 0.0239 | 0.2625 | 12 |
61
- | 0.0229 | 0.2486 | 0.0219 | 0.2625 | 13 |
62
- | 0.0209 | 0.2486 | 0.0200 | 0.2625 | 14 |
63
- | 0.0192 | 0.2486 | 0.0184 | 0.2625 | 15 |
64
- | 0.0177 | 0.2486 | 0.0170 | 0.2625 | 16 |
65
- | 0.0164 | 0.2486 | 0.0157 | 0.2625 | 17 |
66
- | 0.0151 | 0.2486 | 0.0146 | 0.2625 | 18 |
67
- | 0.0141 | 0.2486 | 0.0136 | 0.2625 | 19 |
68
 
69
 
70
  ### 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.0143
19
+ - Train Sparse Categorical Accuracy: 1.0
20
+ - Validation Loss: 0.0140
21
+ - Validation Sparse Categorical Accuracy: 1.0
22
  - Epoch: 19
23
 
24
  ## Model description
 
43
 
44
  ### Training results
45
 
46
+ | Train Loss | Train Sparse Categorical Accuracy | Validation Loss | Validation Sparse Categorical Accuracy | Epoch |
47
+ |:----------:|:---------------------------------:|:---------------:|:--------------------------------------:|:-----:|
48
+ | 0.6064 | 0.9569 | 0.2224 | 1.0 | 0 |
49
+ | 0.1543 | 1.0 | 0.1168 | 1.0 | 1 |
50
+ | 0.0979 | 1.0 | 0.0858 | 1.0 | 2 |
51
+ | 0.0769 | 1.0 | 0.0709 | 1.0 | 3 |
52
+ | 0.0647 | 1.0 | 0.0603 | 1.0 | 4 |
53
+ | 0.0558 | 1.0 | 0.0528 | 1.0 | 5 |
54
+ | 0.0490 | 1.0 | 0.0465 | 1.0 | 6 |
55
+ | 0.0434 | 1.0 | 0.0414 | 1.0 | 7 |
56
+ | 0.0387 | 1.0 | 0.0369 | 1.0 | 8 |
57
+ | 0.0347 | 1.0 | 0.0332 | 1.0 | 9 |
58
+ | 0.0312 | 1.0 | 0.0300 | 1.0 | 10 |
59
+ | 0.0282 | 1.0 | 0.0272 | 1.0 | 11 |
60
+ | 0.0256 | 1.0 | 0.0248 | 1.0 | 12 |
61
+ | 0.0234 | 1.0 | 0.0226 | 1.0 | 13 |
62
+ | 0.0214 | 1.0 | 0.0207 | 1.0 | 14 |
63
+ | 0.0196 | 1.0 | 0.0190 | 1.0 | 15 |
64
+ | 0.0181 | 1.0 | 0.0176 | 1.0 | 16 |
65
+ | 0.0167 | 1.0 | 0.0162 | 1.0 | 17 |
66
+ | 0.0155 | 1.0 | 0.0150 | 1.0 | 18 |
67
+ | 0.0143 | 1.0 | 0.0140 | 1.0 | 19 |
68
 
69
 
70
  ### Framework versions
tf_model.h5 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ed3cd3e9ce33c40a91bb4d1f963545e333710a9c888603458869572eb51bf4a
3
  size 343492280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e164a0416d60773897e96cb15162c1f51a69505530bd66a9f522c430ee51e5a
3
  size 343492280