We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should also allow Top-10 Diff, corresponding to the search results
Top-10 Diff
It is returned as part of the following packet:
return { "text": text, "tokens": tokens, "m1": { ... }, "m2": { ... }, "diff": { "rank": ..., "prob": ..., "rank_clamp": ..., "topk": topk_token_diff( parsed_output1.topk_token_ids.tolist(), parsed_output2.topk_token_ids.tolist(), ), },
The text was updated successfully, but these errors were encountered:
HendrikStrobelt
No branches or pull requests
Should also allow
Top-10 Diff
, corresponding to the search resultsIt is returned as part of the following packet:
The text was updated successfully, but these errors were encountered: