File size: 350 Bytes
feb41b4
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "model_name": "VenusREM",
  "framework": "PyTorch",
  "task": "zero-shot-protein-mutation-effect-prediction",
  "entry_points": {
    "inference": "scripts/compute_fitness.py",
    "predict": "scripts/compute_fitness.py"
  },
  "source_package": "model",
  "config": "conf/config.json",
  "weight_dir": "weight",
  "license": "CC-BY-NC-ND-4.0"
}