File size: 465 Bytes
90d94ec | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"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"
}
}
|