AmelieSchreiber commited on
Commit
093f25c
1 Parent(s): 5ff5090

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ To use the model, try running:
18
 
19
  ```
20
  # Load the trained model and tokenizer
21
- >>> model = EsmForSequenceClassification.from_pretrained("./esm2_t6_8M_UR50D_sequence_classifier_v1")
22
  tokenizer = AutoTokenizer.from_pretrained("facebook/esm2_t6_8M_UR50D")
23
 
24
  # Suppose these are your new sequences that you want to classify
 
18
 
19
  ```
20
  # Load the trained model and tokenizer
21
+ model = EsmForSequenceClassification.from_pretrained("./esm2_t6_8M_UR50D_sequence_classifier_v1")
22
  tokenizer = AutoTokenizer.from_pretrained("facebook/esm2_t6_8M_UR50D")
23
 
24
  # Suppose these are your new sequences that you want to classify