Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ You can load it with the transformers library like this:
|
|
| 10 |
```python
|
| 11 |
from transformers import AutoTokenizer
|
| 12 |
|
| 13 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
| 14 |
text = "Hellö World, this is my input string!"
|
| 15 |
enc = tokenizer(text)
|
| 16 |
print("Encoded input:")
|
|
|
|
| 10 |
```python
|
| 11 |
from transformers import AutoTokenizer
|
| 12 |
|
| 13 |
+
tokenizer = AutoTokenizer.from_pretrained("CohereLabs/multilingual-22-12")
|
| 14 |
text = "Hellö World, this is my input string!"
|
| 15 |
enc = tokenizer(text)
|
| 16 |
print("Encoded input:")
|