File size: 328 Bytes
80a72c3
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "model_name": "Chainsaw",
  "framework": "PyTorch",
  "task": "protein-domain-boundary-prediction",
  "entry_points": {
    "inference": "scripts/get_predictions.py",
    "predict": "scripts/get_predictions.py"
  },
  "source_package": "model",
  "config": "conf/config.json",
  "weight_dir": "weight",
  "license": "MIT"
}