jayclifford345 commited on
Commit
3a9e908
·
1 Parent(s): b6dc001

Push Keras model using huggingface_hub.

Browse files
config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"name": "model_30", "trainable": true, "layers": [{"class_name": "InputLayer", "config": {"batch_input_shape": [null, 1], "dtype": "float32", "sparse": false, "ragged": false, "name": "input_36"}, "name": "input_36", "inbound_nodes": []}, {"class_name": "Dense", "config": {"name": "dense_114", "trainable": true, "dtype": "float32", "units": 8, "activation": "relu", "use_bias": true, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": {"class_name": "L1L2", "config": {"l1": 0.0, "l2": 0.10000000149011612}}, "kernel_constraint": null, "bias_constraint": null}, "name": "dense_114", "inbound_nodes": [[["input_36", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "batch_normalization_54", "trainable": true, "dtype": "float32", "axis": [1], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "batch_normalization_54", "inbound_nodes": [[["dense_114", 0, 0, {}]]]}, {"class_name": "Dense", "config": {"name": "dense_115", "trainable": true, "dtype": "float32", "units": 4, "activation": "relu", "use_bias": true, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "dense_115", "inbound_nodes": [[["batch_normalization_54", 0, 0, {}]]]}, {"class_name": "Dense", "config": {"name": "dense_116", "trainable": true, "dtype": "float32", "units": 4, "activation": "relu", "use_bias": true, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "dense_116", "inbound_nodes": [[["dense_115", 0, 0, {}]]]}, {"class_name": "BatchNormalization", "config": {"name": "batch_normalization_55", "trainable": true, "dtype": "float32", "axis": [1], "momentum": 0.99, "epsilon": 0.001, "center": true, "scale": true, "beta_initializer": {"class_name": "Zeros", "config": {}}, "gamma_initializer": {"class_name": "Ones", "config": {}}, "moving_mean_initializer": {"class_name": "Zeros", "config": {}}, "moving_variance_initializer": {"class_name": "Ones", "config": {}}, "beta_regularizer": null, "gamma_regularizer": null, "beta_constraint": null, "gamma_constraint": null}, "name": "batch_normalization_55", "inbound_nodes": [[["dense_116", 0, 0, {}]]]}, {"class_name": "Dense", "config": {"name": "dense_117", "trainable": true, "dtype": "float32", "units": 1, "activation": "sigmoid", "use_bias": true, "kernel_initializer": {"class_name": "GlorotUniform", "config": {"seed": null}}, "bias_initializer": {"class_name": "Zeros", "config": {}}, "kernel_regularizer": null, "bias_regularizer": null, "activity_regularizer": null, "kernel_constraint": null, "bias_constraint": null}, "name": "dense_117", "inbound_nodes": [[["batch_normalization_55", 0, 0, {}]]]}], "input_layers": [["input_36", 0, 0]], "output_layers": [["dense_117", 0, 0]]}
fingerprint.pb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8486c69452efd3150d2ab296a6be4e704000a47d315a95f331e28029e2acebbf
3
  size 57
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47608f9774c069bc8816f5146323bd722529b6cab74a3cfa1089395a523a3b5a
3
  size 57
keras_metadata.pb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e10a5565a6f6d4af19734876cc25e190a45e26d5daa276b7e75881d0cc1a34c5
3
  size 17238
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1d60cfb23a28955ef1607eb108a7421b0bfed20bad8e6b6b6ea23b3774f8be0
3
  size 17238
logs/train/{events.out.tfevents.1687971501.Jays-MBP.58786.7.v2 → events.out.tfevents.1687971851.Jays-MBP.58786.8.v2} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2e2d8a80f448fba75505d8989a538e1fdbb1dd0e34796405038bc6aba1a17b2b
3
  size 1445332
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53b29ed752238047322eb8123869a92ebe77f68fc943c4f9b1bd0edd15fac6f7
3
  size 1445332
saved_model.pb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:24cdd94f4886c4002387f48e2946782cd4ce2bd081a34307b57145fe2b540ffe
3
  size 251875
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a54e90ed26de174945c14a4f492b862a2c82bd18eda8e5880e61e62b46ca92c
3
  size 251875
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