| { | |
| "model_name": "EpHod", | |
| "framework": "PyTorch", | |
| "task": "enzyme-optimum-ph-prediction", | |
| "entry_points": { | |
| "inference": "scripts/inference.py", | |
| "predict": "scripts/inference.py", | |
| "train_neural_network": "scripts/train_nnmodels.py", | |
| "train_machine_learning": "scripts/train_ml_models.py" | |
| }, | |
| "source_package": "model", | |
| "config": "conf/config.json", | |
| "weight_dir": "weight", | |
| "license": "MIT" | |
| } | |