You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set `deterministic=False` to generate variable sequences. Control the variability using `temperature`:
94
+
95
+
-`temperature`: (recommended between 0.2 and 0.8)
96
+
- Lower values (e.g., 0.2): More conservative predictions
97
+
- Higher values (e.g., 0.8): More diverse predictions
98
+
99
+
Using high temperatures might result in prediction of DNA sequences that do not translate to the input protein. <br>
100
+
Generate multiple sequences by setting `num_sequences` to a value greater than 1.
89
101
<br>
90
102
91
103
**You can use the [inference template](https://github.com/Adibvafa/CodonTransformer/raw/main/src/CodonTransformer_inference_template.xlsx) for batch inference in [Google Colab](https://adibvafa.github.io/CodonTransformer/GoogleColab).**
0 commit comments