File size: 239 Bytes
ed37906 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"architectures": [
"MLPForClassification"
],
"dropout": 0.0,
"layers": [
10,
20,
10,
30,
50
],
"model_type": "mlp",
"num_classes": 3,
"torch_dtype": "float32",
"transformers_version": "4.41.2"
}
|