new5558 commited on
Commit
e03f8f4
1 Parent(s): 4f436fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -29,7 +29,7 @@ pip install attacut
29
  To initialize the model from hub, use the following commands
30
  ```python
31
  from transformers import AutoTokenizer, AutoModel
32
- from attacut import tokenized
33
  import torch
34
 
35
  tokenizer = AutoTokenizer.from_pretrained("new5558/HoogBERTa")
 
29
  To initialize the model from hub, use the following commands
30
  ```python
31
  from transformers import AutoTokenizer, AutoModel
32
+ from attacut import tokenize
33
  import torch
34
 
35
  tokenizer = AutoTokenizer.from_pretrained("new5558/HoogBERTa")