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 ajsanjoaquin committed Oct 12, 2022
1 parent 7d34c8a commit 14e109e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/transformers/models/flaubert/tokenization_flaubert.py
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 14e109e

Please sign in to comment.