File size: 321 Bytes
31e551d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"_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"
}
|