Push Keras model using huggingface_hub.
Browse files- README.md +26 -0
- fingerprint.pb +2 -2
- saved_model.pb +2 -2
- variables/variables.data-00000-of-00001 +2 -2
- variables/variables.index +0 -0
README.md
CHANGED
@@ -14,6 +14,32 @@ More information needed
|
|
14 |
|
15 |
More information needed
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
## Model Plot
|
18 |
|
19 |
<details>
|
|
|
14 |
|
15 |
More information needed
|
16 |
|
17 |
+
## Training procedure
|
18 |
+
|
19 |
+
### Training hyperparameters
|
20 |
+
|
21 |
+
The following hyperparameters were used during training:
|
22 |
+
|
23 |
+
| Hyperparameters | Value |
|
24 |
+
| :-- | :-- |
|
25 |
+
| name | Adam |
|
26 |
+
| weight_decay | None |
|
27 |
+
| clipnorm | None |
|
28 |
+
| global_clipnorm | None |
|
29 |
+
| clipvalue | 1.0 |
|
30 |
+
| use_ema | False |
|
31 |
+
| ema_momentum | 0.99 |
|
32 |
+
| ema_overwrite_frequency | None |
|
33 |
+
| jit_compile | True |
|
34 |
+
| is_legacy_optimizer | False |
|
35 |
+
| learning_rate | 9.999999747378752e-05 |
|
36 |
+
| beta_1 | 0.9 |
|
37 |
+
| beta_2 | 0.999 |
|
38 |
+
| epsilon | 1e-07 |
|
39 |
+
| amsgrad | False |
|
40 |
+
| training_precision | float32 |
|
41 |
+
|
42 |
+
|
43 |
## Model Plot
|
44 |
|
45 |
<details>
|
fingerprint.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:2e153c3f0b0ad527b55f77378afa88aefe8a8faae5ed123c8913a94fc2ccca94
|
3 |
+
size 56
|
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:16ad101ffe16c15899df4b310e907282e0633c9abad6672da7f4ce35ef7f3ce2
|
3 |
+
size 2443274
|
variables/variables.data-00000-of-00001
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:9b2217185745f9eb1966b52de408d3a661c257b64877620b75c77b569739d5f1
|
3 |
+
size 71936450
|
variables/variables.index
CHANGED
Binary files a/variables/variables.index and b/variables/variables.index differ
|
|