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