{ "input_dim": 1248, "hidden_dims": [ 1024, 512, 128 ], "dropout": 0.25, "features": { "feature_mode": "onnx_embeddings", "protein_model": "facebook/esm2_t12_35M_UR50D", "protein_extraction": { "runtime": "onnxruntime", "encoder_type": "esm2", "pooling": "mean_amino_acid_tokens", "max_length": 1024 }, "molecule_model": "ibm-research/MoLFormer-XL-both-10pct", "molecule_extraction": { "runtime": "onnxruntime", "encoder_type": "molformer", "pooling": "pooler_output", "max_length": 100 } }, "split_strategy": "cold_protein", "test_metrics": { "mae": 0.99245233581881, "rmse": 1.252385090326796, "r2": 0.2072107675238175, "pearson": 0.4808181418769586 } }