Push Keras model using huggingface_hub.
#3
by
dsrestrepo
- opened
- README.md +7 -12
- keras_metadata.pb +2 -2
- saved_model.pb +2 -2
- variables/variables.data-00000-of-00001 +2 -2
- variables/variables.index +0 -0
README.md
CHANGED
@@ -4,22 +4,17 @@ library_name: keras
|
|
4 |
|
5 |
## Model description
|
6 |
|
7 |
-
|
8 |
-
The latent space of the model is given by 1024 neurons which can be used to generate embeddings from the sentinel-2 satellite images.
|
9 |
-
|
10 |
-
The model was trained using bands RGB (2, 3 and 4) (Red, Green and Blue) of the Sentinel-2 satellites and using 81 municipalities of Colombia with most dengue cases.
|
11 |
-
|
12 |
-
The input shape of the model is 224, 224, 3. To extract features you should remove the last layer.
|
13 |
|
14 |
## Intended uses & limitations
|
15 |
|
16 |
-
|
17 |
|
18 |
## Training and evaluation data
|
19 |
|
20 |
-
|
21 |
|
22 |
-
|
23 |
|
24 |
### Training hyperparameters
|
25 |
|
@@ -28,10 +23,10 @@ The following hyperparameters were used during training:
|
|
28 |
| Hyperparameters | Value |
|
29 |
| :-- | :-- |
|
30 |
| name | Adam |
|
31 |
-
| learning_rate | 0.
|
32 |
| decay | 0.0 |
|
33 |
-
| beta_1 | 0.
|
34 |
-
| beta_2 | 0.
|
35 |
| epsilon | 1e-07 |
|
36 |
| amsgrad | False |
|
37 |
| training_precision | float32 |
|
|
|
4 |
|
5 |
## Model description
|
6 |
|
7 |
+
More information needed
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
## Intended uses & limitations
|
10 |
|
11 |
+
More information needed
|
12 |
|
13 |
## Training and evaluation data
|
14 |
|
15 |
+
More information needed
|
16 |
|
17 |
+
## Training procedure
|
18 |
|
19 |
### Training hyperparameters
|
20 |
|
|
|
23 |
| Hyperparameters | Value |
|
24 |
| :-- | :-- |
|
25 |
| name | Adam |
|
26 |
+
| learning_rate | 0.001 |
|
27 |
| decay | 0.0 |
|
28 |
+
| beta_1 | 0.9 |
|
29 |
+
| beta_2 | 0.999 |
|
30 |
| epsilon | 1e-07 |
|
31 |
| amsgrad | False |
|
32 |
| training_precision | float32 |
|
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:72e9c2389aa34c4d33fc6ab68618da767284d3cbb3883ab46683ced706ad5137
|
3 |
+
size 213812
|
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:5701db00994f47e59cec5be0168a2fe9e2c5afb4c07a780c607d1cc34dd2990e
|
3 |
+
size 16155668
|
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:6235c13d02b9eb0a0ddf740ee5531193fce63907f54cdd88bbe0255518c0a1c2
|
3 |
+
size 761250970
|
variables/variables.index
CHANGED
Binary files a/variables/variables.index and b/variables/variables.index differ
|
|