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
{{ message }}
This repository has been archived by the owner on May 12, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: