Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
5 |
+
# InstructProtein
|
6 |
+
|
7 |
+
InstructProtein is the first large generative language model exploring the feasibility of bidirectional generation between human and protein language.
|
8 |
+
It is based on OPT-1.3B architecture with two-step training approach: It initiates with pre-training on protein and natural language corpora, followed by fine-tuning with the established protein knowledge instruction dataset.
|
9 |
+
Through further instruction tuning, InstructProtein outperforms larger general-purpose foundation models on protein understanding and design tasks.
|
10 |
+
|
11 |
+
## Limitations
|
12 |
+
|
13 |
+
The current model, developed through instruction tuning using knowledge instruction dataset, serves as a preliminary example.
|
14 |
+
Despite its initial success in controlled environments, it lacks the robustness to manage complex, real-world, production-level tasks.
|
15 |
+
|
16 |
+
## Reference
|
17 |
+
|
18 |
+
For more information, please take a look at our [paper](https://arxiv.org/abs/2310.03269) and [repository](https://github.com/HICAI-ZJU/InstructProtein).
|
19 |
+
|
20 |
+
|