Save model using Keras.
Browse files- .gitattributes +1 -0
- README.md +17 -0
- assets/summary_plot.png +3 -0
- config.json +0 -0
- metadata.json +1 -0
- model.weights.h5 +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
assets/summary_plot.png filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
library_name: keras
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
This model has been uploaded using the Keras library and can be used with JAX,
|
| 7 |
+
TensorFlow, and PyTorch backends.
|
| 8 |
+
|
| 9 |
+
This model card has been generated automatically and should be completed by the
|
| 10 |
+
model author.
|
| 11 |
+
See [Model Cards documentation](https://huggingface.co/docs/hub/model-cards) for more
|
| 12 |
+
information.
|
| 13 |
+
|
| 14 |
+
For more details about the model architecture, check out [config.json](./config.json).
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+

|
assets/summary_plot.png
ADDED
|
Git LFS Details
|
config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"keras_version": "3.3.3", "date_saved": "2024-06-17@14:30:58"}
|
model.weights.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22b21d161be8db44dd9fafe6180b80f805c344d43e41c89a534967ae2756c234
|
| 3 |
+
size 33294576
|