File size: 344 Bytes
4d43445
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "model_name": "Saluki",
  "framework": "TensorFlow",
  "task": "mrna-half-life-regression",
  "entry_points": {
    "inference": "scripts/predict.py",
    "predict": "scripts/predict.py",
    "train": "scripts/train.py"
  },
  "source_package": "model",
  "config": "conf/params.json",
  "weight_dir": "weight",
  "license": "Apache-2.0"
}