From c472bc8345bb3889e53b2f6aa49f61e032b3835d Mon Sep 17 00:00:00 2001 From: liuliu Date: Wed, 22 Mar 2023 11:56:38 +0800 Subject: [PATCH] doc: add symbol comma into chatml.md --- chatml.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chatml.md b/chatml.md index 41f5bbdd9e..5fe9fe4c03 100644 --- a/chatml.md +++ b/chatml.md @@ -59,7 +59,7 @@ We do not currently allow autocompleting of partial messages, ``` [ {"token": "<|im_start|>"}, - "system\nPlease autocomplete the user's message." + "system\nPlease autocomplete the user's message.", {"token": "<|im_end|>"}, "\n", {"token": "<|im_start|>"}, "user\nThis morning I decided to eat a giant" ] @@ -87,7 +87,7 @@ Comment allez-vous? {{user input here}}<|im_end|> ``` If adding instructions in the `system` message doesn't work, you can -also try putting them into a `user` message. (In the near future, we +also try putting them into a `user` message. (In the near future, we will train our models to be much more steerable via the system message. But to date, we have trained only on a few system messages, so the models pay much more attention to user examples.)