Skip to content

Conversation

@francescorubbo
Copy link
Collaborator

Ensure existing behavior for ignore_subwords and grouped_entities arguments is preserved for backward compatibility.

@elk-cloner this fixes the existing tests for huggingface#10568
The next step would be adding a specific test for the new functionality. Before adding those tests, it'd be good to settle what we call the new argument. How do you feel about huggingface#10568 (comment)

Ensure existing behavior for `ignore_subwords` and `grouped_entities`
arguments is preserved for backward compatibility.
@francescorubbo
Copy link
Collaborator Author

It looks like the transformers repo has some special setting to support diffs between large number of files (see the error above). If you add me as collaborator to your fork, I can push these changes directly to the branch, instead of trying to merge.

@elk-cloner elk-cloner merged commit 62a526a into elk-cloner:ner_label_re_alignment Mar 21, 2021
elk-cloner pushed a commit that referenced this pull request Feb 22, 2022
…5416)

* added classes to get started with constrained beam search

* in progress, think i can directly force tokens now but not yet with the round robin

* think now i have total control, now need to code the bank selection

* technically works as desired, need to optimize and fix design choices leading to undersirable outputs

* complete PR #1 without disjunctive decoding

* removed incorrect tests

* Delete k.txt

* Delete test.py

* Delete test.sh

* revert changes to test scripts

* genutils

* full implementation with testing, no disjunctive yet

* shifted docs

* passing all tests realistically ran locally

* removing accidentally included print statements

* fixed source of error in initial PR test

* fixing the get_device() vs device trap

* fixed documentation docstrings about constrained_beam_search

* fixed tests having failing for Speech2TextModel's floating point inputs

* fix cuda long tensor

* added examples and testing for them and founx & fixed a bug in beam_search and constrained_beam_search

* deleted accidentally added test halting code with assert False

* code reformat

* Update tests/test_generation_utils.py

Co-authored-by: Patrick von Platen <[email protected]>

* Update tests/test_generation_utils.py

Co-authored-by: Patrick von Platen <[email protected]>

* Update tests/test_generation_utils.py

Co-authored-by: Patrick von Platen <[email protected]>

* Update tests/test_generation_utils.py

Co-authored-by: Patrick von Platen <[email protected]>

* Update tests/test_generation_utils.py

* fixing based on comments on PR

* took out the testing code that should but work fails without the beam search moditification ; style changes

* fixing comments issues

* docstrings for ConstraintListState

* typo in PhrsalConstraint docstring

* docstrings improvements

Co-authored-by: Patrick von Platen <[email protected]>
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