AmelieSchreiber
commited on
Commit
•
a91762b
1
Parent(s):
496d735
Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ To use the model, try running:
|
|
24 |
|
25 |
```python
|
26 |
# Load the trained model and tokenizer
|
27 |
-
model = EsmForSequenceClassification.from_pretrained("
|
28 |
tokenizer = AutoTokenizer.from_pretrained("facebook/esm2_t6_8M_UR50D")
|
29 |
|
30 |
# Suppose these are your new sequences that you want to classify
|
|
|
24 |
|
25 |
```python
|
26 |
# Load the trained model and tokenizer
|
27 |
+
model = EsmForSequenceClassification.from_pretrained("AmelieSchreiber/esm2_t6_8M_UR50D_sequence_classifier_v1")
|
28 |
tokenizer = AutoTokenizer.from_pretrained("facebook/esm2_t6_8M_UR50D")
|
29 |
|
30 |
# Suppose these are your new sequences that you want to classify
|