File size: 423 Bytes
284f08e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"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"
}
|