diff options
author | Johan <JohanAR@users.noreply.github.com> | 2024-05-08 14:27:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 15:27:58 +0300 |
commit | 911b3900dded9a1cfe0f0e41b82c7a29baf3a217 (patch) | |
tree | a47b29e640d55257399a20ac1632b12d58867f9c /examples/server/README.md | |
parent | ad211edef5db1f1fb955874b7ca6a67bd0c88708 (diff) |
server : add_special option for tokenize endpoint (#7059)
Diffstat (limited to 'examples/server/README.md')
-rw-r--r-- | examples/server/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/server/README.md b/examples/server/README.md index a7c3f0b5..65031799 100644 --- a/examples/server/README.md +++ b/examples/server/README.md @@ -331,7 +331,7 @@ Notice that each `probs` is an array of length `n_probs`. `content`: Set the text to tokenize. - Note that a special `BOS` token is never inserted. + `add_special`: Boolean indicating if special tokens, i.e. `BOS`, should be inserted. Default: `false` - **POST** `/detokenize`: Convert tokens to text. |