Update README.md
Browse files
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
|