rodrigo-nogueira
commited on
Commit
•
7b35669
1
Parent(s):
7f213ad
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ prompt = "Com quantos paus se faz uma canoa?"
|
|
14 |
|
15 |
tokens = tokenizer.encode(prompt)
|
16 |
|
17 |
-
print(f'O prompt "{prompt}" contém {len(tokens)} tokens.') #
|
18 |
```
|
19 |
|
20 |
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).
|
|
|
14 |
|
15 |
tokens = tokenizer.encode(prompt)
|
16 |
|
17 |
+
print(f'O prompt "{prompt}" contém {len(tokens)} tokens.') # It should print 11 tokens.
|
18 |
```
|
19 |
|
20 |
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).
|