Fixes NER to correctly expand/shrink the labels#6928
Fixes NER to correctly expand/shrink the labels#6928michaelgsharp merged 5 commits intodotnet:mainfrom
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6928 +/- ##
========================================
Coverage 68.80% 68.80%
========================================
Files 1249 1249
Lines 249433 249638 +205
Branches 25510 25481 -29
========================================
+ Hits 171613 171774 +161
- Misses 71210 71271 +61
+ Partials 6610 6593 -17
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Co-authored-by: Eric StJohn <ericstj@microsoft.com>
|
/backport to release/3.0 |
|
Started backporting to release/3.0: https://github.com/dotnet/machinelearning/actions/runs/7453507161 |
|
@michaelgsharp backporting to release/3.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: ner options fix
Applying: Ner fixed.
error: sha1 information is lacking or useless (src/Microsoft.ML.TorchSharp/NasBert/NerTrainer.cs).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0002 Ner fixed.
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128Please backport manually! |
|
@michaelgsharp an error occurred while backporting to release/3.0, please check the run log for details! Error: git am failed, most likely due to a merge conflict. |
|
/backport to release/3.0 |
|
Started backporting to release/3.0: https://github.com/dotnet/machinelearning/actions/runs/7454070942 |
NER now will correctly expand/shrink the labels when a word is split into multiple tokens.