mikemayuare commited on
Commit
2dfdb22
·
verified ·
1 Parent(s): b887938

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -79,8 +79,8 @@ Use the code below to get started with the model.
79
  ```python
80
  from transformers import AutoModel, AutoTokenizer
81
 
82
- tokenizer = AutoTokenizer.from_pretrained("mikemayuare/SELFYBPE")
83
- model = AutoModel.from_pretrained("mikemayuare/SELFYBPE")
84
  ```
85
 
86
  ## Training Details
 
79
  ```python
80
  from transformers import AutoModel, AutoTokenizer
81
 
82
+ tokenizer = AutoTokenizer.from_pretrained("mikemayuare/SMILYBPE")
83
+ model = AutoModel.from_pretrained("mikemayuare/SMILYBPE")
84
  ```
85
 
86
  ## Training Details