| { | |
| "model_name": "dl_binder_design", | |
| "framework": "PyTorch/JAX", | |
| "task": "protein-binder-design", | |
| "entry_points": { | |
| "inference": "scripts/inference.py", | |
| "predict": "scripts/inference.py" | |
| }, | |
| "source_package": "model", | |
| "config": "conf/config.json", | |
| "weight_dir": "weight", | |
| "license": "mixed" | |
| } | |