-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the solution you'd like
Can CodonTransformer perform codon sequence optimization for multiple species simultaneously? How should this be done?
Additional context
# Load model and tokenizer
tokenizer = AutoTokenizer.from_pretrained("adibvafa/CodonTransformer")
model = BigBirdForMaskedLM.from_pretrained("adibvafa/CodonTransformer").to(device)
# Set your input data
protein = "MALWMRLLPLLALLALWGPDPAAAFVNQHLCGSHLVEALYLVCGERGFFYTPKTRREAEDLQVGQVELGG"
organism = "Escherichia coli general" + "Saccharomyces cerevisiae"Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request