vshulev commited on
Commit
857c824
·
verified ·
1 Parent(s): 58f740e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -85,7 +85,7 @@ env_data = scaler.transform([env_data])
85
  env_data = torch.from_numpy(env_data).to(torch.float32)
86
 
87
  # Obtain genus prediction
88
- logits = classification_model(bert_inputs, env_data)
89
  temperature = 0.2
90
 
91
  # Obtain the final genus probabilities
 
85
  env_data = torch.from_numpy(env_data).to(torch.float32)
86
 
87
  # Obtain genus prediction
88
+ logits = classification_model(dna_tokenized, env_data)
89
  temperature = 0.2
90
 
91
  # Obtain the final genus probabilities