safoinme commited on
Commit
591e484
1 Parent(s): 13e8885

Upload zenml trained model to HF space

Browse files
README.md CHANGED
@@ -7,7 +7,9 @@ datasets:
7
  - mnist
8
  ---
9
 
 
 
10
  ## Model description
11
- More information needed
12
  ## Intended uses & limitations
13
  More information needed
 
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 CHANGED
@@ -1,14 +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
- }
 
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
+ }
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