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