| { | |
| "input_fasta": "conf/data/test_sequences.fasta", | |
| "smoke_fasta": "conf/data/smoke.fasta", | |
| "output_dir": "scripts/output", | |
| "output_path": "scripts/output/prediction.csv", | |
| "esm1v_checkpoint": "weight/esm1v_t33_650M_UR90S_1.pt", | |
| "rlattr_checkpoint": "weight/ESM1v-RLATtr.pt", | |
| "svr_checkpoint": "weight/ESM1v-SVR.pkl", | |
| "max_sequence_length": 1022, | |
| "batch_size": 1, | |
| "device": "auto" | |
| } | |