| { |
| "model_type": "plapt", |
| "architectures": ["PlaptModel"], |
| "protein_encoder": { |
| "model_name": "Rostlab/prot_bert", |
| "max_length": 3200 |
| }, |
| "molecule_encoder": { |
| "model_name": "seyonec/ChemBERTa-zinc-base-v1", |
| "max_length": 278 |
| }, |
| "prediction_module": { |
| "model_path": "models/affinity_predictor0734-seed2101.onnx" |
| }, |
| "normalization_params": { |
| "mean": 6.51286529169358, |
| "scale": 1.5614094578916633 |
| }, |
| "output": { |
| "neg_log10_affinity_M": "Negative log10 of affinity in Molar", |
| "affinity_uM": "Affinity in microMolar" |
| }, |
| "huggingface_hub": { |
| "repo_id": "your-username/plapt" |
| } |
| } |