Update README.md
Browse files
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.') #
|
| 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).
|