Skip to content

Commit

Permalink
Fix net48 tests/DidWeEmitOneUnkWhereHuggingFaceJustSkippedSomething
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Apr 29, 2024
1 parent 8a0a42e commit 642a964
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,9 @@ private bool DidWeSkipSomethingWhereHuggingFaceEmittedUnk(ReadOnlySpan<long> hug
skippedHfUnk++;
iHF++;
}

// The tokens were just different and that Hugging Face emitted [UNK] where we didn't was not the reason for that.
break;
}

return
Expand Down

0 comments on commit 642a964

Please sign in to comment.