Update README.md
Browse files
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(
|
| 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
|