File size: 296 Bytes
e8adde1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"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"
}
|