RichardErkhov commited on
Commit
165c753
·
verified ·
1 Parent(s): 1ae82b8

uploaded readme

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Quantization made by Richard Erkhov.
2
+
3
+ [Github](https://github.com/RichardErkhov)
4
+
5
+ [Discord](https://discord.gg/pvy7H8DZMG)
6
+
7
+ [Request more models](https://github.com/RichardErkhov/quant_request)
8
+
9
+
10
+ InstructProtein - AWQ
11
+ - Model creator: https://huggingface.co/hicai-zju/
12
+ - Original model: https://huggingface.co/hicai-zju/InstructProtein/
13
+
14
+
15
+
16
+
17
+ Original model description:
18
+ ---
19
+ license: mit
20
+ ---
21
+
22
+ # InstructProtein
23
+
24
+ InstructProtein is the first large generative language model exploring the feasibility of bidirectional generation between human and protein language.
25
+ 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.
26
+ Through further instruction tuning, InstructProtein outperforms larger general-purpose foundation models on protein understanding and design tasks.
27
+
28
+ ## Limitations
29
+
30
+ The current model, developed through instruction tuning using knowledge instruction dataset, serves as a preliminary example.
31
+ Despite its initial success in controlled environments, it lacks the robustness to manage complex, real-world, production-level tasks.
32
+
33
+ ## Reference
34
+
35
+ For more information, please take a look at our [paper](https://arxiv.org/abs/2310.03269) and [repository](https://github.com/HICAI-ZJU/InstructProtein).
36
+
37
+
38
+
39
+