AmelieSchreiber
commited on
Commit
•
4ee1634
1
Parent(s):
90d82ce
Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ This model is not well tested, and is for experimental and eductaional purposes.
|
|
22 |
## Using the Model
|
23 |
To use the model, try running:
|
24 |
|
25 |
-
```
|
26 |
# Load the trained model and tokenizer
|
27 |
model = EsmForSequenceClassification.from_pretrained("./esm2_t6_8M_UR50D_sequence_classifier_v1")
|
28 |
tokenizer = AutoTokenizer.from_pretrained("facebook/esm2_t6_8M_UR50D")
|
|
|
22 |
## Using the Model
|
23 |
To use the model, try running:
|
24 |
|
25 |
+
```python
|
26 |
# Load the trained model and tokenizer
|
27 |
model = EsmForSequenceClassification.from_pretrained("./esm2_t6_8M_UR50D_sequence_classifier_v1")
|
28 |
tokenizer = AutoTokenizer.from_pretrained("facebook/esm2_t6_8M_UR50D")
|