| { | |
| "directories": { | |
| "conf": "conf", | |
| "model": "model", | |
| "scripts": "scripts", | |
| "weight": "weight" | |
| }, | |
| "paths": { | |
| "datasets": "conf/datasets", | |
| "figures": "conf/Figures", | |
| "model_modules": "model", | |
| "script_bootstrap": "scripts/_bootstrap.py", | |
| "vocab": "weight/vocab.pkl", | |
| "smiles_transformer_weight": "weight/trfm_12_23000.pkl", | |
| "unikp_models": "weight/UniKP_model", | |
| "prot_t5_model": "weight/prot_t5_xl_uniref50" | |
| } | |
| } | |