Skip to content

Return the logits #127

Merged
ALGW71 merged 5 commits into
mainfrom
return_logits
Apr 27, 2026
Merged

Return the logits #127
ALGW71 merged 5 commits into
mainfrom
return_logits

Conversation

@ALGW71
Copy link
Copy Markdown
Contributor

@ALGW71 ALGW71 commented Feb 8, 2026

Flag that allows users to return the logits for a per-position scoring.

Addresses RC that asks can users see which positions are not confidently scored by the model.

@benjaminhwilliams benjaminhwilliams marked this pull request as draft February 9, 2026 13:15
@ALGW71 ALGW71 marked this pull request as ready for review February 9, 2026 22:23
@ALGW71
Copy link
Copy Markdown
Contributor Author

ALGW71 commented Mar 10, 2026

@benjaminhwilliams you were correct - cannot see a clear speed difference over multiple runs.

Copy link
Copy Markdown
Member

@benjaminhwilliams benjaminhwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a few more opportunities to cull duplicated code from this, which would help reduce the opportunity for mistakes to creep in over time. See the suggestions for options, or adapt as you see fit. Broadly speaking though, the functionality looks good.

Comment thread src/anarcii/inference/model_runner.py Outdated
Comment thread src/anarcii/inference/model_runner.py Outdated
Comment thread src/anarcii/inference/model_runner.py Outdated
Comment thread src/anarcii/inference/model_runner.py Outdated
Comment thread src/anarcii/inference/model_runner.py Outdated
Comment thread src/anarcii/inference/model_runner.py Outdated
@ALGW71 ALGW71 merged commit c6776f3 into main Apr 27, 2026
7 checks passed
@ALGW71 ALGW71 deleted the return_logits branch April 27, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants