rodrigo-nogueira commited on
Commit
3d13aab
1 Parent(s): 16fdda0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ prompt = "Com quantos paus se faz uma canoa?"
12
 
13
  tokens = tokenizer.encode(prompt)
14
 
15
- print(f'O prompt "{prompt}" contém {len(tokens)} tokens.') # Deve imprimir 12 tokens.
16
  ```
17
 
18
  For more information on how to use the model, please refer to our documentation at [this link](https://maritaca-ai.github.io/maritalk-api/maritalk.html).
 
12
 
13
  tokens = tokenizer.encode(prompt)
14
 
15
+ print(f'O prompt "{prompt}" contém {len(tokens)} tokens.') # It should print 12 tokens.
16
  ```
17
 
18
  For more information on how to use the model, please refer to our documentation at [this link](https://maritaca-ai.github.io/maritalk-api/maritalk.html).