jjpetrisko commited on
Commit
c4bd51a
2 Parent(s): 660256a ba9dbf1

Merge branch 'main' of https://huggingface.co/jjpetrisko/authentiface_v1.0f into main

Browse files
Files changed (1) hide show
  1. README.md +32 -16
README.md CHANGED
@@ -16,7 +16,7 @@ It achieves the following results on the evaluation set:
16
  - Train Loss: 0.0063
17
  - Validation Loss: 0.0268
18
  - Validation Accuracy: 0.9927
19
- - Epoch: 27
20
 
21
  ## Model description
22
 
@@ -40,21 +40,37 @@ The following hyperparameters were used during training:
40
 
41
  ### Training results
42
 
43
- | Train Loss | Validation Loss | Validation Accuracy | Epoch |
44
- |:----------:|:---------------:|:-------------------:|:-----:|
45
- | 0.0139 | 0.0236 | 0.9917 | 15 |
46
- | 0.0125 | 0.0500 | 0.9842 | 16 |
47
- | 0.0109 | 0.0236 | 0.9919 | 17 |
48
- | 0.0096 | 0.0332 | 0.9894 | 18 |
49
- | 0.0097 | 0.0272 | 0.9923 | 19 |
50
- | 0.0092 | 0.0240 | 0.9931 | 20 |
51
- | 0.0086 | 0.0254 | 0.9923 | 21 |
52
- | 0.0079 | 0.0287 | 0.9916 | 22 |
53
- | 0.0076 | 0.0338 | 0.9900 | 23 |
54
- | 0.0070 | 0.0254 | 0.9926 | 24 |
55
- | 0.0066 | 0.0266 | 0.9918 | 25 |
56
- | 0.0065 | 0.0284 | 0.9925 | 26 |
57
- | 0.0063 | 0.0268 | 0.9927 | 27 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
 
59
 
60
  ### Framework versions
 
16
  - Train Loss: 0.0063
17
  - Validation Loss: 0.0268
18
  - Validation Accuracy: 0.9927
19
+ - Epoch: 28
20
 
21
  ## Model description
22
 
 
40
 
41
  ### Training results
42
 
43
+ | Epoch | Train Loss | Validation Loss | Validation Accuracy |
44
+ |:-----:|:----------:|:---------------:|:-------------------:|
45
+ | 1 | 0.3307 | 0.2049 | 0.9166 |
46
+ | 2 | 0.1693 | 0.1199 | 0.9548 |
47
+ | 3 | 0.1128 | 0.0903 | 0.9658 |
48
+ | 4 | 0.0825 | 0.0644 | 0.9768 |
49
+ | 5 | 0.0641 | 0.0539 | 0.9805 |
50
+ | 6 | 0.0520 | 0.0560 | 0.9797 |
51
+ | 7 | 0.0406 | 0.0401 | 0.9855 |
52
+ | 8 | 0.0345 | 0.0343 | 0.9876 |
53
+ | 9 | 0.0304 | 0.0302 | 0.9894 |
54
+ | 10 | 0.0248 | 0.0300 | 0.9897 |
55
+ | 11 | 0.0222 | 0.0290 | 0.9894 |
56
+ | 12 | 0.0202 | 0.0329 | 0.9882 |
57
+ | 13 | 0.0175 | 0.0276 | 0.9909 |
58
+ | 14 | 0.0162 | 0.0263 | 0.9921 |
59
+ | 15 | 0.0154 | 0.0273 | 0.9913 |
60
+ | 16 | 0.0139 | 0.0236 | 0.9917 |
61
+ | 17 | 0.0125 | 0.0500 | 0.9842 |
62
+ | 18 | 0.0109 | 0.0236 | 0.9919 |
63
+ | 19 | 0.0096 | 0.0332 | 0.9894 |
64
+ | 20 | 0.0097 | 0.0272 | 0.9923 |
65
+ | 21 | 0.0092 | 0.0240 | 0.9931 |
66
+ | 22 | 0.0086 | 0.0254 | 0.9923 |
67
+ | 23 | 0.0079 | 0.0287 | 0.9916 |
68
+ | 24 | 0.0076 | 0.0338 | 0.9900 |
69
+ | 25 | 0.0070 | 0.0254 | 0.9926 |
70
+ | 26 | 0.0066 | 0.0266 | 0.9918 |
71
+ | 27 | 0.0065 | 0.0284 | 0.9925 |
72
+ | 28 | 0.0063 | 0.0268 | 0.9927 |
73
+
74
 
75
 
76
  ### Framework versions