Handle outputs segmented into multiple units (with ProbScalarizedModel only)#11
Merged
dennislwei merged 22 commits intomainfrom Jan 6, 2026
Merged
Handle outputs segmented into multiple units (with ProbScalarizedModel only)#11dennislwei merged 22 commits intomainfrom
dennislwei merged 22 commits intomainfrom
Conversation
…not a batch) Signed-off-by: Dennis Wei <dwei@us.ibm.com>
…larizedModel - Find token boundaries of output units - Aggregate log probs within each output unit Signed-off-by: Dennis Wei <dwei@us.ibm.com>
- GeneratedOutput object should always contain output_text in addition to output_ids Signed-off-by: Dennis Wei <dwei@us.ibm.com>
…larizedModel only Signed-off-by: Dennis Wei <dwei@us.ibm.com>
Signed-off-by: Dennis Wei <dwei@us.ibm.com>
Signed-off-by: Dennis Wei <dwei@us.ibm.com>
explainer Signed-off-by: Dennis Wei <dwei@us.ibm.com>
…ith ProbScalarizedModel only Signed-off-by: Dennis Wei <dwei@us.ibm.com>
Signed-off-by: Dennis Wei <dwei@us.ibm.com>
Signed-off-by: Dennis Wei <dwei@us.ibm.com>
- look for token in next unit as well in order to skip split tokens and special tokens Signed-off-by: Dennis Wei <dwei@us.ibm.com>
Signed-off-by: Dennis Wei <dwei@us.ibm.com>
- Remove search for current token in next unit, only check whether current unit is long enough Signed-off-by: Dennis Wei <dwei@us.ibm.com>
This reverts commit ae36906. Signed-off-by: Dennis Wei <dwei@us.ibm.com>
Signed-off-by: Dennis Wei <dwei@us.ibm.com>
Signed-off-by: Dennis Wei <dwei@us.ibm.com>
Signed-off-by: Dennis Wei <dwei@us.ibm.com>
Signed-off-by: Dennis Wei <dwei@us.ibm.com>
Signed-off-by: Dennis Wei <dwei@us.ibm.com>
Signed-off-by: Dennis Wei <dwei@us.ibm.com>
Signed-off-by: Dennis Wei <dwei@us.ibm.com>
Signed-off-by: Dennis Wei <dwei@us.ibm.com>
dennislwei
added a commit
to emiehling/ICX360
that referenced
this pull request
Jan 8, 2026
Signed-off-by: Dennis Wei <dwei@us.ibm.com>
dennislwei
added a commit
to emiehling/ICX360
that referenced
this pull request
Jan 8, 2026
…compatible with PR IBM#11 Signed-off-by: Dennis Wei <dwei@us.ibm.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PerturbCurveEvaluatorNOTE: Items 2 and 3 are implemented only for the
ProbScalarizedModelscalarizer.