Shanks9 commited on
Commit
e2a3b12
1 Parent(s): 9edaf2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -20,6 +20,8 @@ Generating novel protein sequences possessing desired properties, termed as prot
20
  However, leveraging a Large Language Model (LLM) that has learned the "protein language" significantly accelerates this process. An LLM can generate and evaluate protein sequences in a matter of seconds. The inherent randomness of LLM-generated sequences enhances diversity, enabling the creation of completely novel proteins with potentially unprecedented functions. This not only streamlines the discovery and development process but also expands the scope of possibilities in protein engineering.
21
  This model is based on the Llama-3-8B architecture and is capable of generating proteins based on user defined characteristics.
22
 
 
 
23
  ## Usage
24
 
25
  To download and use the Protein-Llama-3 model for inference, follow these steps:
 
20
  However, leveraging a Large Language Model (LLM) that has learned the "protein language" significantly accelerates this process. An LLM can generate and evaluate protein sequences in a matter of seconds. The inherent randomness of LLM-generated sequences enhances diversity, enabling the creation of completely novel proteins with potentially unprecedented functions. This not only streamlines the discovery and development process but also expands the scope of possibilities in protein engineering.
21
  This model is based on the Llama-3-8B architecture and is capable of generating proteins based on user defined characteristics.
22
 
23
+ [Energy Efficient Protein Language Models: Leveraging Small Language Models with LoRA for Controllable Protein Generation](https://huggingface.co/papers/2411.05966)
24
+
25
  ## Usage
26
 
27
  To download and use the Protein-Llama-3 model for inference, follow these steps: