Replies: 1 comment
-
🔎 Other existing solutions(Do some research / discussion)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
|Language| models| generate| one| token| at| a| time|.| But tokens are such a low-level concept. Each model has its own tokenization and they are not humanly comprehensible.
Promptbook abstracts from tokens and uses human-understandable units like
characters
,words
,sentences
,paragraphs
andpages
.max-tokens
and other technical stuff is done automatically on the background.See also 🧪 Expectations #30
Beta Was this translation helpful? Give feedback.
All reactions