summaryrefslogtreecommitdiff
path: root/examples/server/README.md
diff options
context:
space:
mode:
authorJohan <JohanAR@users.noreply.github.com>2024-05-08 14:27:58 +0200
committerGitHub <noreply@github.com>2024-05-08 15:27:58 +0300
commit911b3900dded9a1cfe0f0e41b82c7a29baf3a217 (patch)
treea47b29e640d55257399a20ac1632b12d58867f9c /examples/server/README.md
parentad211edef5db1f1fb955874b7ca6a67bd0c88708 (diff)
server : add_special option for tokenize endpoint (#7059)
Diffstat (limited to 'examples/server/README.md')
-rw-r--r--examples/server/README.md2
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.