AmelieSchreiber
commited on
Commit
·
65808d9
1
Parent(s):
95d7464
Update README.md
Browse files
README.md
CHANGED
@@ -69,6 +69,11 @@ Mcc: 0.560612
|
|
69 |
|
70 |
To use the model on one of your protein sequences try running the following:
|
71 |
|
|
|
|
|
|
|
|
|
|
|
72 |
```python
|
73 |
from transformers import AutoModelForTokenClassification, AutoTokenizer
|
74 |
from peft import PeftModel
|
|
|
69 |
|
70 |
To use the model on one of your protein sequences try running the following:
|
71 |
|
72 |
+
```python
|
73 |
+
!pip install transformers -q
|
74 |
+
!pip install peft -q
|
75 |
+
```
|
76 |
+
|
77 |
```python
|
78 |
from transformers import AutoModelForTokenClassification, AutoTokenizer
|
79 |
from peft import PeftModel
|