Save model using Keras.
Browse files- .gitattributes +1 -0
- README.md +15 -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,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
12 |
+
more information.
|
13 |
+
|
14 |
+
For more details about the model architecture, check out
|
15 |
+
[config.json](./config.json).A plot of the model can be found [here](./assets/summary_plot.png).
|
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.6.0", "date_saved": "2024-10-08@00:07:45"}
|
model.weights.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e56937bc877c460efa2d31d3ca0f85277a4bc4b134c49d04d24273e3f2c7883a
|
3 |
+
size 381045640
|