Utils
Utility functions for Evo2 run functions.
infer_model_type(model_size)
Infer the model type from the model size.
Source code in bionemo/evo2/run/utils.py
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | |
patch_eden_tokenizer(tokenizer)
Patch the Eden tokenizer to work with the Evo2 tokenizer.
Source code in bionemo/evo2/run/utils.py
25 26 27 28 29 30 31 32 33 | |