Akimotorakiyu commited on
Commit
ffe367f
·
verified ·
1 Parent(s): 2131b6d

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +21 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "conv_channels": [
3
+ 32,
4
+ 64
5
+ ],
6
+ "conv_dropout": 0.25,
7
+ "conv_kernel_size": 3,
8
+ "conv_padding": 1,
9
+ "fc_dropout": 0.5,
10
+ "flattened_size": 3136,
11
+ "hidden_size": 512,
12
+ "image_size": 28,
13
+ "input_channels": 1,
14
+ "model_type": "mnist_cnn",
15
+ "normalize_mean": 0.1307,
16
+ "normalize_std": 0.3081,
17
+ "num_classes": 10,
18
+ "pool_kernel_size": 2,
19
+ "pool_stride": 2,
20
+ "transformers_version": "5.0.0"
21
+ }