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