mlp / config.json
zhihanyang's picture
Upload MLP
31e551d verified
raw
history blame contribute delete
321 Bytes
{
"_name_or_path": "zhihanyang/mlp",
"architectures": [
"MLP"
],
"auto_map": {
"AutoConfig": "config.MLPConfig",
"AutoModelForMaskedLM": "model.MLP"
},
"hidden_dim": 32,
"input_dim": 16,
"model_type": "MLP",
"output_dim": 16,
"torch_dtype": "float32",
"transformers_version": "4.49.0"
}