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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -9,20 +9,17 @@ tags:
9
 
10
  ## Model Details
11
 
12
- Protein-Llama-3-8B is a specialized version of the [Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) large language model, fine-tuned for the task of protein language modeling.
13
- This model has been continually pre-trained using LoRA technique on extensive datasets of protein sequences, enabling it to generate novel protein sequences based on natural language prompts.
14
  It supports both uncontrollable and controllable protein generation, allowing users to specify desired characteristics for the proteins.
15
  The model is designed to facilitate advancements in protein engineering, making it a valuable tool for drug development, chemical synthesis, and other biotechnological applications.
16
 
17
  ### Model Description
18
 
19
- Generating novel protein sequences possessing desired properties, termed as protein engineering, is crucial for industries like drug development and chemical synthesis. Traditional protein engineering techniques often involve introducing random mutations into the gene encoding the protein of interest. This is followed by expression and screening to identify variants with improved or novel functions, which are then reproduced. While effective, these approaches are labor-intensive and time-consuming, as they rely on iterating over known protein sequences. This limits their ability to generate diverse protein sequences with entirely new capabilities, as they are constrained by existing protein templates. Moreover, the need to analyze numerous protein variants can waste valuable experimental resources.
20
-
21
  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.
22
-
23
  This model is based on the Llama-3-8B architecture and is capable of generating proteins based on user defined characteristics.
24
 
25
-
26
  ## Usage
27
 
28
  To download and use the Protein-Llama-3 model for inference, follow these steps:
 
9
 
10
  ## Model Details
11
 
12
+ Protein-Llama-3-8B is a specialized version of the [Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) language model, fine-tuned for the task of protein language modeling.
13
+ This model has been continually pre-trained using [LoRA](https://huggingface.co/docs/diffusers/en/training/lora) technique on extensive datasets of protein sequences, enabling it to generate novel protein sequences based on natural language prompts.
14
  It supports both uncontrollable and controllable protein generation, allowing users to specify desired characteristics for the proteins.
15
  The model is designed to facilitate advancements in protein engineering, making it a valuable tool for drug development, chemical synthesis, and other biotechnological applications.
16
 
17
  ### Model Description
18
 
19
+ Generating novel protein sequences possessing desired properties, termed as protein engineering, is crucial for industries like drug development and chemical synthesis. Traditional protein engineering techniques often involve introducing random mutations into the gene encoding the protein of interest. This is followed by expression and screening to identify variants with improved or novel functions, which are then reproduced. While effective, these approaches are labor-intensive and time-consuming, as they rely on iterating over known protein sequences. This limits their ability to generate diverse protein sequences with entirely new capabilities, as they are constrained by existing protein templates. Moreover, the need to analyze numerous protein variants can waste valuable experimental resources.
 
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: