Skip to content

Commit

Permalink
update by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
uniartisan committed Nov 26, 2024
1 parent f394987 commit 0a5e049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transformers/models/rwkv6/tokenization_rwkv6.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ class Rwkv6Tokenizer(PreTrainedTokenizer):
... unk_token='<unk>'
... )
"""

vocab_files_names = VOCAB_FILES_NAMES
model_input_names = ["input_ids", "attention_mask"]

Expand Down

0 comments on commit 0a5e049

Please sign in to comment.