Commit
·
a53cd2e
1
Parent(s):
920609f
Push Keras model using huggingface_hub.
Browse files- README.md +11 -12
- fingerprint.pb +3 -0
- keras_metadata.pb +2 -2
- saved_model.pb +2 -2
- variables/variables.data-00000-of-00001 +0 -0
- variables/variables.index +0 -0
README.md
CHANGED
@@ -23,20 +23,19 @@ The following hyperparameters were used during training:
|
|
23 |
| Hyperparameters | Value |
|
24 |
| :-- | :-- |
|
25 |
| name | Adam |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
| learning_rate | 0.0010000000474974513 |
|
27 |
-
|
|
28 |
-
|
|
29 |
-
| beta_2 | 0.9990000128746033 |
|
30 |
| epsilon | 1e-07 |
|
31 |
| amsgrad | False |
|
32 |
| training_precision | float32 |
|
33 |
|
34 |
-
|
35 |
-
## Model Plot
|
36 |
-
|
37 |
-
<details>
|
38 |
-
<summary>View Model Plot</summary>
|
39 |
-
|
40 |
-

|
41 |
-
|
42 |
-
</details>
|
|
|
23 |
| Hyperparameters | Value |
|
24 |
| :-- | :-- |
|
25 |
| name | Adam |
|
26 |
+
| weight_decay | None |
|
27 |
+
| clipnorm | None |
|
28 |
+
| global_clipnorm | None |
|
29 |
+
| clipvalue | None |
|
30 |
+
| use_ema | False |
|
31 |
+
| ema_momentum | 0.99 |
|
32 |
+
| ema_overwrite_frequency | None |
|
33 |
+
| jit_compile | False |
|
34 |
+
| is_legacy_optimizer | False |
|
35 |
| learning_rate | 0.0010000000474974513 |
|
36 |
+
| beta_1 | 0.9 |
|
37 |
+
| beta_2 | 0.999 |
|
|
|
38 |
| epsilon | 1e-07 |
|
39 |
| amsgrad | False |
|
40 |
| training_precision | float32 |
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fingerprint.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a8ebfdb4f730786e240c3a7204704efb07fc99a8be015c31f87dfbae9c7e664
|
3 |
+
size 53
|
keras_metadata.pb
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b8d34f77f527d18f2174999f3266b071e441a40fc3c2a7ac98ab2992452a96ba
|
3 |
+
size 13997
|
saved_model.pb
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7c69d886c818ba7af019cb819b3ff2f8aa87ff4600d1f31415f24b27a8b27aa
|
3 |
+
size 104326
|
variables/variables.data-00000-of-00001
CHANGED
Binary files a/variables/variables.data-00000-of-00001 and b/variables/variables.data-00000-of-00001 differ
|
|
variables/variables.index
CHANGED
Binary files a/variables/variables.index and b/variables/variables.index differ
|
|