| { | |
| "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" | |
| } | |