Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
  • Loading branch information
2 people authored and amyeroberts committed Oct 18, 2022
1 parent bec7b40 commit 75e9e5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/transformers/models/flaubert/tokenization_flaubert.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,8 @@ def __init__(
lang2id=lang2id,
id2lang=id2lang,
do_lowercase_and_remove_accent=do_lowercase_and_remove_accent,
do_lowercase=do_lowercase**kwargs,
do_lowercase=do_lowercase,
**kwargs,
)

try:
Expand Down

0 comments on commit 75e9e5a

Please sign in to comment.