Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e624e commit 81ad94eCopy full SHA for 81ad94e
chatml.md
@@ -7,7 +7,7 @@ option in the future!)
7
Traditionally, GPT models consumed unstructured text. ChatGPT models
8
instead expect a structured format, called Chat Markup Language
9
(ChatML for short).
10
-ChatML documents consists of a sequence of messages. Each message
+ChatML documents consist of a sequence of messages. Each message
11
contains a header (which today consists of who said it, but in the
12
future will contain other metadata) and contents (which today is a
13
text payload, but in the future will contain other datatypes).
0 commit comments