File size: 396 Bytes
6aab6b3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "model_name": "BoltzGen",
  "framework": "PyTorch",
  "task": "biomolecular-binder-design",
  "entry_points": {
    "inference": "scripts/boltzgen.py",
    "predict": "scripts/boltzgen.py",
    "train": "scripts/train.py",
    "environment_check": "scripts/check_environment.py"
  },
  "source_package": "model",
  "config": "conf/config.json",
  "weight_dir": "weight",
  "license": "MIT"
}