Update README.md
Browse files
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
|
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")
|