Update README.md
Browse files
README.md
CHANGED
|
@@ -35,5 +35,7 @@ Can be used in any project intended for the purpose of improving Azerbaijani lan
|
|
| 35 |
|
| 36 |
Use the code below to get started with the model.
|
| 37 |
|
| 38 |
-
|
| 39 |
-
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
Use the code below to get started with the model.
|
| 37 |
|
| 38 |
+
```python
|
| 39 |
+
from transformers import AutoTokenizer
|
| 40 |
+
tokenizer = AutoTokenizer.from_pretrained("heziyevv/aze-bert-tokenizer-middle")
|
| 41 |
+
```
|