|
|
|
|
|
by mirekrusin
1092 days ago
|
|
Tokens are integers that map to text tokens. Tokens are part of words, approx 4 characters or 75% of word. It gives a list of tokens with their probabilities on output. It's a short list with highest probabilities. Temperature controls which tokens to pick - usually 0% = top one only (consistent results), closer to 100% means more randomness (more "creativity"). |
|
For example: if you limited all inout/output to the same 100 words, could you stay within the token limit permanently?