mlp / config.json
wpp02's picture
Upload model
284f08e verified
raw
history blame contribute delete
423 Bytes
{
"architectures": [
"MLPModel"
],
"auto_map": {
"AutoConfig": "configuration_mlp.MLPConfig",
"AutoModel": "modeling_mlp.MLPModel"
},
"hidden_act": "relu",
"hidden_size": [
256,
256
],
"initializer_range": 0.02,
"input_size": 64,
"model_type": "mlp",
"num_hidden_layers": 2,
"output_size": 2,
"torch_dtype": "float32",
"transformers_version": "4.44.2"
}