CoolFace
Modelpublic

hikmatfarhat/MNIST_Classifier

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes8downloads
config.json17 linesDownload Raw Back to root
1{2  "architectures": [3    "MNIST_Classifier"4  ],5  "auto_map": {6    "AutoConfig": "config.MNIST_config",7    "AutoModel": "model.MNIST_Classifier"8  },9  "hidden_size1": 128,10  "hidden_size2": 64,11  "input_size": 784,12  "model_type": "MNIST_Classifier",13  "output_size": 10,14  "torch_dtype": "float32",15  "transformers_version": "4.35.2"16}17