CoolFace
Modelpublic

yasinamp/simple_nn_model

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes10downloads
config.json15 linesDownload Raw Back to root
1{2  "architectures": [3    "SimpleNN"4  ],5  "auto_map": {6    "AutoConfig": "configuration_simple_model.SimpleNNConfig",7    "AutoModel": "simpleModel.SimpleNN"8  },9  "input_size": 784,10  "model_type": "simple_nn",11  "num_classes": 10,12  "torch_dtype": "float32",13  "transformers_version": "4.44.2"14}15