GitHub - vgel/logitloom: explore token trajectory trees on instruct and base models
logitloom
logitloom is a tool for exploring token trajectory trees (aka looming) on instruct and base models.
Getting started
Go to https://vgel.me/logitloom to use the deployed version of the tool.
Using a chat model
You will need a chat API that supports both assistant prefill (for the prefill setting and for expanding non-chosen branches), along with logprobs. I recommend deepseek-v3 for this. (NOT r1, which doesn't support logprobs via the Deepseek API.)
Base URL: https://api.deepseek.com/be...
Read more at github.com