-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add auxiliary confidence head #3
Comments
Goal: At some point during training, we wish to introduce an additional confidence head, which will output model confidence that a given prediction is correct.
current loss computation https://github.com/jackboyla/GLiREL/blob/main/glirel/model.py#L242-L259 |
Note multiple heads can be trained for sub-objectives, for example just for the prompt representation https://github.com/jackboyla/GLiREL/blob/main/glirel/model.py#L64-L70 |
No description provided.
The text was updated successfully, but these errors were encountered: