new5558 commited on
Commit
1df6625
1 Parent(s): 6b54b63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ pip install attacut
25
  To initialize the model from hub, use the following commands
26
  ```python
27
  from transformers import RobertaTokenizerFast, RobertaForTokenClassification
28
- from attacut import tokenized
29
  import torch
30
 
31
  tokenizer = RobertaTokenizerFast.from_pretrained("new5558/HoogBERTa-POS-lst20")
 
25
  To initialize the model from hub, use the following commands
26
  ```python
27
  from transformers import RobertaTokenizerFast, RobertaForTokenClassification
28
+ from attacut import tokenize
29
  import torch
30
 
31
  tokenizer = RobertaTokenizerFast.from_pretrained("new5558/HoogBERTa-POS-lst20")