Upload zenml trained model to HF space
Browse files- README.md +15 -0
- config.json +14 -0
- keras_metadata.pb +3 -0
- saved_model.pb +3 -0
- variables/variables.data-00000-of-00001 +0 -0
- variables/variables.index +0 -0
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- vision
|
5 |
+
- image-classification
|
6 |
+
datasets:
|
7 |
+
- mnist
|
8 |
+
---
|
9 |
+
|
10 |
+
# ZenML Community Hour Demo
|
11 |
+
This model is deployed using zenml framework, it goes from local deployment with mlflow to huggingface deployment!
|
12 |
+
## Model description
|
13 |
+
This is a mnist datatset trained using keras framework
|
14 |
+
## Intended uses & limitations
|
15 |
+
More information needed
|
config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"id2label": {
|
3 |
+
"0": 0,
|
4 |
+
"1": 1,
|
5 |
+
"2": 2,
|
6 |
+
"3": 3,
|
7 |
+
"4": 4,
|
8 |
+
"5": 5,
|
9 |
+
"6": 6,
|
10 |
+
"7": 7,
|
11 |
+
"8": 8,
|
12 |
+
"9": 9
|
13 |
+
}
|
14 |
+
}
|
keras_metadata.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d298e72a9f7d4c0e0501d2c62cb93761fdd2f2147c76e17fac0a22165f9c8d9
|
3 |
+
size 5573
|
saved_model.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ec9eca89b5a9d65b9876c227a7531fedb6d2676a1fbe749ebcb5043a4c2370b
|
3 |
+
size 42620
|
variables/variables.data-00000-of-00001
ADDED
Binary file (34 kB). View file
|
|
variables/variables.index
ADDED
Binary file (504 Bytes). View file
|
|