Upload config.json with huggingface_hub
Browse files- 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 |
+
}
|