-
Notifications
You must be signed in to change notification settings - Fork 31.9k
[WIP] Ner pipeline grouped_entities fixes #5970
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
Merged
LysandreJik
merged 23 commits into
huggingface:master
from
cceyda:ner_pipeline_group_fix
Nov 3, 2020
Merged
Changes from 3 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
85d7554
Bug fix: NER pipeline shouldn't group separate entities of same type
31176c0
style fix
590ed80
[Bug Fix] Shouldn't group entities that are both 'B' even if they are…
56860f7
use offset_mapping to fix [UNK] token problem
22d21cb
ignore score for subwords
47a5e21
Merge remote-tracking branch 'upstream/master' into ner_pipeline_grou…
77f93e1
modify ner_pipeline test
87c327e
modify ner_pipeline test
456451a
modify ner_pipeline test
99f7aad
ner_pipeline change ignore_subwords default to true
188fc0b
add ner_pipeline ignore_subword=False test case
b8d4b99
fix offset_mapping index
bd1c9bb
fix style again duh
ba6dacb
Merge remote-tracking branch 'upstream/master' into ner_pipeline_grou…
9221ca6
change is_subword and convert_tokens_to_string logic
2585ea2
merge new tests
47797d1
merge tests with new test structure
92115ee
change test names
0cf0e73
remove old tests
8e77d26
ner tests for fast tokenizer
4b3d8eb
fast tokenizers have convert_tokens_to_string
3bc55e4
Merge branch 'master' into ner_pipeline_group_fix
LysandreJik 70a4dc5
Fix the incorrect merge
LysandreJik File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
Uh oh!
There was an error while loading. Please reload this page.