Jiqing commited on
Commit
cf8ba9a
·
verified ·
1 Parent(s): e4f37c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- ```python
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