File size: 401 Bytes
bae5726
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "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"
}