Update README.md
Browse files
README.md
CHANGED
|
@@ -111,7 +111,7 @@ This tokenizer includes more special tokens, related to function calling :
|
|
| 111 |
- [TOOL_CALLS]
|
| 112 |
- [AVAILABLE_TOOLS]
|
| 113 |
- [/AVAILABLE_TOOLS]
|
| 114 |
-
- [
|
| 115 |
- [/TOOL_RESULTS]
|
| 116 |
|
| 117 |
If you want to use this model with function calling, please be sure to apply it similarly to what is done in our [SentencePieceTokenizerV3](https://github.com/mistralai/mistral-common/blob/main/src/mistral_common/tokens/tokenizers/sentencepiece.py#L299).
|
|
|
|
| 111 |
- [TOOL_CALLS]
|
| 112 |
- [AVAILABLE_TOOLS]
|
| 113 |
- [/AVAILABLE_TOOLS]
|
| 114 |
+
- [TOOL_RESULTS]
|
| 115 |
- [/TOOL_RESULTS]
|
| 116 |
|
| 117 |
If you want to use this model with function calling, please be sure to apply it similarly to what is done in our [SentencePieceTokenizerV3](https://github.com/mistralai/mistral-common/blob/main/src/mistral_common/tokens/tokenizers/sentencepiece.py#L299).
|