File size: 406 Bytes
55d8dda ed52679 55d8dda | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"architectures": [
"SimpleMLPForClassification"
],
"auto_map": {
"AutoConfig": "simple_mlp_configuration.SimpleMLPConfig",
"AutoModelForSequenceClassification": "modeling_simple_mlp.SimpleMLPForClassification"
},
"dropout_rate": 0.1,
"dtype": "float32",
"hidden_dim": 64,
"input_dim": 128,
"model_type": "simple_mlp",
"num_classes": 3,
"transformers_version": "5.7.0"
}
|