alexrs commited on
Commit
c22a3a3
·
verified ·
1 Parent(s): 01caffa

Update README.md

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