aliacar commited on
Commit
8a831ec
1 Parent(s): cbf1997

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/command-nightly")
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:")