vdprabhu commited on
Commit
ea79f36
·
1 Parent(s): 373c02f
.gitattributes CHANGED
@@ -25,3 +25,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
28
+ model.png filter=lfs diff=lfs merge=lfs -text
29
+ variables/variables.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
30
+ variables/variables.index filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: keras
3
+ tags:
4
+ - text-generation
5
+ ---
6
+
7
+ ## Model description
8
+
9
+ More information needed
10
+
11
+ ## Intended uses & limitations
12
+
13
+ More information needed
14
+
15
+ ## Training and evaluation data
16
+
17
+ More information needed
18
+
19
+ ## Training procedure
20
+
21
+ ### Training hyperparameters
22
+
23
+ The following hyperparameters were used during training:
24
+ - optimizer: {'name': 'Adam', 'learning_rate': 0.001, 'decay': 0.0, 'beta_1': 0.9, 'beta_2': 0.999, 'epsilon': 1e-07, 'amsgrad': False}
25
+ - training_precision: float32
26
+
27
+ ## Training Metrics
28
+
29
+ | Epochs | Train Loss | Train Accuracy | Validation Loss | Validation Accuracy |
30
+ |--- |--- |--- |--- |--- |
31
+ | 1| 0.071| 0.977| 0.12| 0.957|
32
+ | 2| 0.063| 0.98| 0.102| 0.963|
33
+ | 3| 0.061| 0.98| 0.094| 0.967|
34
+ | 4| 0.051| 0.983| 0.091| 0.969|
35
+ | 5| 0.052| 0.983| 0.093| 0.964|
36
+ | 6| 0.05| 0.983| 0.073| 0.975|
37
+ | 7| 0.039| 0.988| 0.069| 0.976|
38
+ | 8| 0.054| 0.983| 0.103| 0.965|
39
+ | 9| 0.04| 0.987| 0.063| 0.977|
40
+ | 10| 0.033| 0.99| 0.141| 0.953|
41
+ | 11| 0.037| 0.989| 0.083| 0.971|
42
+ | 12| 0.04| 0.987| 0.069| 0.976|
43
+ | 13| 0.027| 0.992| 0.053| 0.98|
44
+ | 14| 0.03| 0.991| 0.071| 0.974|
45
+ | 15| 0.03| 0.991| 0.061| 0.979|
46
+ | 16| 0.029| 0.991| 0.048| 0.982|
47
+ | 17| 0.037| 0.989| 0.091| 0.97|
48
+ | 18| 0.023| 0.993| 0.039| 0.987|
49
+ | 19| 0.028| 0.991| 0.058| 0.981|
50
+ | 20| 0.022| 0.994| 0.057| 0.98|
51
+ | 21| 0.023| 0.993| 0.038| 0.987|
52
+ | 22| 0.034| 0.99| 0.054| 0.982|
53
+ | 23| 0.026| 0.993| 0.12| 0.959|
54
+ | 24| 0.027| 0.992| 0.034| 0.989|
55
+ | 25| 0.022| 0.993| 0.047| 0.984|
56
+ | 26| 0.02| 0.994| 0.062| 0.978|
57
+ | 27| 0.024| 0.993| 0.043| 0.985|
58
+ | 28| 0.019| 0.994| 0.057| 0.979|
59
+ | 29| 0.017| 0.995| 0.054| 0.982|
60
+ | 30| 0.021| 0.994| 0.033| 0.989|
61
+ ## Model Plot
62
+
63
+ <details>
64
+ <summary>View Model Plot</summary>
65
+
66
+ ![Model Image](./model.png)
67
+
68
+ </details>
history.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "accuracy": [
3
+ 0.9765555262565613,
4
+ 0.9797629714012146,
5
+ 0.9800000190734863,
6
+ 0.9832888841629028,
7
+ 0.9828962683677673,
8
+ 0.9834926128387451,
9
+ 0.987933337688446,
10
+ 0.9825999736785889,
11
+ 0.9873889088630676,
12
+ 0.9902666807174683,
13
+ 0.9887111186981201,
14
+ 0.9874110817909241,
15
+ 0.9923407435417175,
16
+ 0.990670382976532,
17
+ 0.9906296133995056,
18
+ 0.991181492805481,
19
+ 0.9887259006500244,
20
+ 0.9933518767356873,
21
+ 0.9913296103477478,
22
+ 0.9936444163322449,
23
+ 0.9930962920188904,
24
+ 0.9898185133934021,
25
+ 0.9929111003875732,
26
+ 0.9923555850982666,
27
+ 0.9932296276092529,
28
+ 0.9938481450080872,
29
+ 0.9929555654525757,
30
+ 0.9943222403526306,
31
+ 0.9950518608093262,
32
+ 0.9939296245574951
33
+ ],
34
+ "loss": [
35
+ 0.07086418569087982,
36
+ 0.06256522238254547,
37
+ 0.06098273769021034,
38
+ 0.05085286498069763,
39
+ 0.05176342651247978,
40
+ 0.05031795799732208,
41
+ 0.03866086155176163,
42
+ 0.05358634889125824,
43
+ 0.04046132043004036,
44
+ 0.03257973864674568,
45
+ 0.03658672794699669,
46
+ 0.040026236325502396,
47
+ 0.026555409654974937,
48
+ 0.029959607869386673,
49
+ 0.029947416856884956,
50
+ 0.02899753488600254,
51
+ 0.037271734327077866,
52
+ 0.023272110149264336,
53
+ 0.028339708223938942,
54
+ 0.02224784530699253,
55
+ 0.023205390200018883,
56
+ 0.03383561596274376,
57
+ 0.02550651878118515,
58
+ 0.027274115011096,
59
+ 0.022497957572340965,
60
+ 0.0204831063747406,
61
+ 0.02428578771650791,
62
+ 0.018721798434853554,
63
+ 0.016776081174612045,
64
+ 0.02074044570326805
65
+ ],
66
+ "val_accuracy": [
67
+ 0.9568333625793457,
68
+ 0.9625999927520752,
69
+ 0.9673666954040527,
70
+ 0.9689666628837585,
71
+ 0.9643666744232178,
72
+ 0.9746000170707703,
73
+ 0.9762666821479797,
74
+ 0.9646333456039429,
75
+ 0.9773666858673096,
76
+ 0.95333331823349,
77
+ 0.9714333415031433,
78
+ 0.975766658782959,
79
+ 0.9804999828338623,
80
+ 0.9744333624839783,
81
+ 0.9791666865348816,
82
+ 0.9819666743278503,
83
+ 0.9698333144187927,
84
+ 0.9866666793823242,
85
+ 0.9806666374206543,
86
+ 0.9803666472434998,
87
+ 0.9869666695594788,
88
+ 0.9815666675567627,
89
+ 0.9592999815940857,
90
+ 0.9886999726295471,
91
+ 0.984000027179718,
92
+ 0.9783666729927063,
93
+ 0.9848666787147522,
94
+ 0.9794666767120361,
95
+ 0.982366681098938,
96
+ 0.9894000291824341
97
+ ],
98
+ "val_loss": [
99
+ 0.12020029127597809,
100
+ 0.10156204551458359,
101
+ 0.09372034668922424,
102
+ 0.09052970260381699,
103
+ 0.0929703339934349,
104
+ 0.07316416501998901,
105
+ 0.06878605484962463,
106
+ 0.10296177864074707,
107
+ 0.06290170550346375,
108
+ 0.14099028706550598,
109
+ 0.0831957533955574,
110
+ 0.0692874938249588,
111
+ 0.05258971452713013,
112
+ 0.0707954540848732,
113
+ 0.060817472636699677,
114
+ 0.04779519513249397,
115
+ 0.09102087467908859,
116
+ 0.03899554908275604,
117
+ 0.0580076165497303,
118
+ 0.057152263820171356,
119
+ 0.03780753165483475,
120
+ 0.05404135212302208,
121
+ 0.11977823823690414,
122
+ 0.03384380415081978,
123
+ 0.047030020505189896,
124
+ 0.06249568611383438,
125
+ 0.04284659028053284,
126
+ 0.056979645043611526,
127
+ 0.054171789437532425,
128
+ 0.0330519862473011
129
+ ]
130
+ }
keras_metadata.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06d8ce5bdf759a35a8e72eec54d45dd7342a7e53317cf9f8651b89e6d452eee8
3
+ size 13456
logs/train/events.out.tfevents.1654151650.42b53a882d70.2320.2.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f983d88b1b2f792c7d1be34e502b3cf67f41dc179ae4c10a0c5389460b8fcf3d
3
+ size 586831
logs/validation/events.out.tfevents.1654151659.42b53a882d70.2320.3.v2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:085ede00059e7f02137f25ac489f41c7405eecffd6fc3dea2b4906c5ea1e3091
3
+ size 9696
model.png ADDED

Git LFS Details

  • SHA256: 1ec03349f4c31d31f4c05a274b67689f39b810b512d7fc9d285e804ba58fda58
  • Pointer size: 130 Bytes
  • Size of remote file: 11.1 kB
saved_model.pb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dec6e2bf7d1f20c1198684c8bdd83bfc9c7e9c056c66dcd0e774ad32779e73fc
3
+ size 1424696
variables/variables.data-00000-of-00001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a97ad63fefac101327218ae9cb403753d4e01ae97ae442459eec558e18ccc31e
3
+ size 826844
variables/variables.index ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30e25e2b2ae1e9e2648fa4ef5b1c4abb7fb8b2ca97ac104daa1694e2e1393ff7
3
+ size 846