debug-tanh-mlp / config.json
jdeschena's picture
Upload model
ef8e803 verified
Raw
History Blame Contribute Delete
325 Bytes
{
"architectures": [
"MLPModel"
],
"auto_map": {
"AutoConfig": "configuration_mlp.MLPConfig",
"AutoModel": "modeling_mlp.MLPModel"
},
"dtype": "float32",
"hidden_dim": 32,
"input_dim": 16,
"model_type": "tanh_mlp",
"num_hidden_layers": 2,
"output_dim": 4,
"transformers_version": "5.13.0"
}