File size: 424 Bytes
bae5726 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"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"
}
|