Update tokenizer_utils.py
This commit is contained in:
parent
8634a57520
commit
4e43875670
1 changed files with 1 additions and 1 deletions
|
|
@ -275,6 +275,6 @@ def load_correct_tokenizer(
|
|||
if assert_same_tokenization(slow_tokenizer, fast_tokenizer):
|
||||
return fast_tokenizer
|
||||
else:
|
||||
return slow_tokenizer
|
||||
return convert_to_fast_tokenizer(slow_tokenizer)
|
||||
pass
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue