You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./llama-cli -m models/model.gguf --color -cnv -p "yer a nice dude or dudess"
lets me chat with the LLM in model, where it automatically chooses the tokens randomly (based on the random seed) and shows me the result.
My goal: What I want is rather to have it not show me the chosen token, but rather show me the list of all possible tokens, and their probabilities (or log probabilities), so that I choose the token myself, and so on until I build the sentences by using my own decisions (as opposed to solely relying on the PRNG).
My questions:
Can llama-cli show me the list of tokens, and let me choose them myself?
If not possible with llama-cli, then what are my easiest options?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This:
./llama-cli -m models/model.gguf --color -cnv -p "yer a nice dude or dudess"
lets me chat with the LLM in
model
, where it automatically chooses the tokens randomly (based on the random seed) and shows me the result.My goal: What I want is rather to have it not show me the chosen token, but rather show me the list of all possible tokens, and their probabilities (or log probabilities), so that I choose the token myself, and so on until I build the sentences by using my own decisions (as opposed to solely relying on the PRNG).
My questions:
llama-cli
show me the list of tokens, and let me choose them myself?llama-cli
, then what are my easiest options?Beta Was this translation helpful? Give feedback.
All reactions