Skip to content

Commit

Permalink
Resolve rebase change
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekgh committed Feb 23, 2024
1 parent 191ab03 commit b9b0f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.ML.Tokenizers/PreTokenizer/Roberta.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public override IEnumerable<Split> PreTokenize(string text, bool considerSpecial
return Array.Empty<Split>();
}

return SplitText(sentence, Tokenizer.P50kBaseRegex());
return SplitText(text, Tokenizer.P50kBaseRegex());
}
}
}

0 comments on commit b9b0f58

Please sign in to comment.