File size: 326 Bytes
2c6daa8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
{
"architectures": [
"MultiModalClassifier"
],
"dropout_rate": 0.3,
"hidden_dims": [
256,
128
],
"model_type": "multi_modal",
"num_classes": 10,
"numerical_features_dim": 2,
"one_hot_features_dim": 17,
"text_embedding_dim": 768,
"torch_dtype": "float32",
"transformers_version": "4.51.3"
}
|