IgFold / config.json
wuxing0105's picture
Rename configuration.json to config.json
bf73cc2 verified
Raw
History Blame Contribute Delete
335 Bytes
{
"model_name": "IgFold",
"framework": "PyTorch",
"task": "antibody-structure-prediction",
"entry_points": {
"inference": "scripts/inference.py",
"predict": "scripts/inference.py"
},
"source_package": "model",
"config": "conf/config.json",
"weight_dir": "weight",
"license": "JHU-Academic-Software-License"
}