Commit
•
b753de5
1
Parent(s):
e4f37c1
Update README.md (#3)
Browse files- Update README.md (cf8ba9a1c96d9f5efcb032e336e1f49a9b21a5f7)
Co-authored-by: Jiqing.Feng <[email protected]>
README.md
CHANGED
@@ -6,7 +6,7 @@ Current protein language models (PLMs) learn protein representations mainly base
|
|
6 |
|
7 |
## Example
|
8 |
The following script shows how to run ProtST with [optimum-intel](https://github.com/huggingface/optimum-intel) optimization on zero-shot classification task.
|
9 |
-
```
|
10 |
import logging
|
11 |
import functools
|
12 |
from tqdm import tqdm
|
|
|
6 |
|
7 |
## Example
|
8 |
The following script shows how to run ProtST with [optimum-intel](https://github.com/huggingface/optimum-intel) optimization on zero-shot classification task.
|
9 |
+
```diff
|
10 |
import logging
|
11 |
import functools
|
12 |
from tqdm import tqdm
|