mnist-mlp / config.json
darcy132's picture
Upload config.json with huggingface_hub
c0f3782 verified
Raw
History Blame Contribute Delete
126 Bytes
{
"learning_rate": 0.001,
"epochs": 5,
"batch_size": 64,
"hidden_size": 128,
"dropout": 0.2,
"optimizer": "adam"
}