tezuesh commited on
Commit
8f01982
·
verified ·
1 Parent(s): 2818141

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +9 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "mnist_classifier",
3
+ "input_size": [1, 28, 28],
4
+ "hidden_size": 128,
5
+ "num_classes": 10,
6
+ "dropout": 0.5,
7
+ "mean": 0.1307,
8
+ "std": 0.3081
9
+ }