mnist-mlp / config.json
dacorvo's picture
dacorvo HF staff
Upload folder using huggingface_hub
e8adde1
raw
history blame contribute delete
296 Bytes
{
"architectures": [
"MLP"
],
"auto_map": {
"AutoConfig": "configuration_mlp.MLPConfig",
"AutoModel": "modeling_mlp.MLP"
},
"hidden_size": 256,
"input_size": 784,
"model_type": "mlp",
"output_size": 10,
"torch_dtype": "float32",
"transformers_version": "4.34.0"
}