Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Extract logits #3

Open
bmschmidt opened this issue Apr 3, 2023 · 0 comments
Open

Extract logits #3

bmschmidt opened this issue Apr 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@bmschmidt
Copy link
Collaborator

This is the big one for me. In addition to just predicting words at a temperature, to really hack at this thing we want to get to the logit representations out of the cpp memory state into vectors we can manipulate and save in python.

The way I've been thinking about this is something like a model.braindump("~/output.bin") method that captures the embedded representations, token by token, of the current conversation. These are things that we could then be sharing and distributing to compare elements of model state, to debug errors, all sorts of crazy fun stuff.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants