Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ It has a vocab size of 3200.
|
|
28 |
|
29 |
Use the code below to get started with the model.
|
30 |
|
31 |
-
```
|
32 |
from transformers import AutoTokenizer
|
33 |
|
34 |
tokenizer = AutoTokenizer.from_pretrained("Sigurdur/icebreaker")
|
|
|
28 |
|
29 |
Use the code below to get started with the model.
|
30 |
|
31 |
+
```py
|
32 |
from transformers import AutoTokenizer
|
33 |
|
34 |
tokenizer = AutoTokenizer.from_pretrained("Sigurdur/icebreaker")
|